|
-
March 14th, 2011, 10:59 AM
#1
create a non-MFC DLL
I need to create a DLL without MFC or precompiled headers. It's a wrapper for another library, and I don't want the "stdafx.h" requirement or MFC's complaint about #including windows.h
The only DLL project type in VS 2005 is MFC. After creating the project I can change the project properties but the compiler balks at using standard Windows libraries and not using precompiled headers.
What to do?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|