Computer Science Canada Compile a DLL in visual studio .net 2003? |
Author: | HelloWorld [ Fri Aug 24, 2007 10:59 pm ] |
Post subject: | Compile a DLL in visual studio .net 2003? |
Hey, I just got visual studio .net 2003, I'm used to using Dev C++. Unfortunately I wasn't able to install the help documentation, scratched cd... Can anyone just tell me how I can compile my project as a DLL, or an EXE for that matter. I got home from work, installed VSN2k3 from a buddy of mine, and I'm failing to figure out a simple task. Thanks guys. |
Author: | rdrake [ Fri Aug 24, 2007 11:31 pm ] |
Post subject: | RE:Compile a DLL in visual studio .net 2003? |
You'll need to create a new project (Ctrl+Shift+N). Select either a console application (exe) or a class library (dll). Add your source files to that, hit F5, and hope it works. |
Author: | HelloWorld [ Sun Aug 26, 2007 4:12 am ] |
Post subject: | RE:Compile a DLL in visual studio .net 2003? |
Aw, wish I would have checked back early. Thanks for the quick reply, I got everything working. |