RE: building a dll using a wizard

  • From: "rick watson" <rwatson@xxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 14 Apr 2009 14:42:58 -0400

Hi Rick,

Well I did but what happens when the source files (generated by a mapping
tool) get regenerated. I want something which can pick up the new copies,
"fix" some of the names and whatever and then build the new dll.

I think the mapping tool has an api. May need to look into that.

Rick

 

 

From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Ricks Place
Sent: Tuesday, April 14, 2009 2:34 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: building a dll using a wizard

 

Hay Rick, you are up on all that more than me. What about just putting all
the classes into a single project and then creating one dll using the VS?

I'm guessing you already have thought of that but I just mention it because
sometimes the old gray matter just blurps.

 

Rick USA

----- Original Message ----- 

From: rick watson <mailto:rwatson@xxxxxxxxxxxxxx>  

To: programmingblind@xxxxxxxxxxxxx ; BlindGeeks@xxxxxxxxxxxxxxx 

Sent: Tuesday, April 14, 2009 2:28 PM

Subject: building a dll using a wizard

 

Good afternoon listers,

Has anyone attempted to use a wizard to build a dll from cs source files.

What I need is to add a bunch of .cs files to a project, change some method
names in these files and then build a .dll

Is a wizard the best way to accomplish this.

The only things that I know are:

1.      Some of the .cs files will be the same every time.

2.      Some will be different.

 

Currently we have a bunch of dlls based on names such as mapinvoice and
mapcreditmemo.

What I want is one dll which calls methods for these functions.

These source files are being generated by another program.

 

Thanks for any advice.

Rick

 

Other related posts: