How do you make a win32 dll project in microsoft visual C++ 2005 express?
Printable View
How do you make a win32 dll project in microsoft visual C++ 2005 express?
You have to download and install the Platform SDK. You'll also have to configure Visual Studio to allow it.. etc. All the information is available on MSDN.
chem
Where?Quote:
Originally Posted by chemicalNova
The Platform SDK is available from Microsoft.com : http://www.microsoft.com/downloads/d...displaylang=en
MSDN is the Microsoft Developer Network, http://www.msdn.com http://msdn.microsoft.com
chem
I have the Platform SDK but can't find how to configure MSVC++ 2005 to use the win32 dll template.Quote:
Originally Posted by chemicalNova
Theres a bug in VC++2005 which is fixable. Theres a text file in the directory somewhere, which shows you how to edit the HTML file in the New Project dialog, to make the Win32 stuff enabled.
chem