Compiling project as dll

  • Thread starter Thread starter Brad Allison
  • Start date Start date
B

Brad Allison

Somebody a while ago had told me how to compile a project as a dll file
(instead of an exe) using Visual Studio Standard edition. I remember that I
had to modify a text file but I cannot recall what the name of the text file
is.

Thank you for any help.

Brad
 
Brad,

* "Brad Allison said:
Somebody a while ago had told me how to compile a project as a dll file
(instead of an exe) using Visual Studio Standard edition. I remember that I
had to modify a text file but I cannot recall what the name of the text file
is.

"Workaround":

<http://tinyurl.com/aax2>
 
Brad said:
Somebody a while ago had told me how to compile a project as a dll
file (instead of an exe) using Visual Studio Standard edition. I
remember that I had to modify a text file but I cannot recall what
the name of the text file is.

Thank you for any help.

Brad

Open up the .vbproj file in Notepad, and change the compile target from
WinExe to Library.

- Pete
 
Back
Top