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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top