-
can;t create a dll?
I wanted to create a new Win32 DLL project. But i don't see any option for creating a DLL...
I'm using Visual Studio 2008 Professional, so it should be there right?
I Create a new project, click on ("Visual C++" -> "Win32"). Then i can choose from: Win32 Project or Win32 Console, That's it.... It should also have something like: "Win32 Dynamic Link Library" right..??
Well anyway, can someone please tell me what i have to do in order to create a Win32 DLL for VC++ ??
NOTE: I don't want to create a MFC DLL!!
-
Re: can;t create a dll?
Choose Win32 project and then DLL in the following dialogs.