Using MFC with win32
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to use MFC support in Win32 application? (especially Property Sheet class).
-
Is there a way to use MFC support in Win32 application? (especially Property Sheet class).
You are asking without adding MFC support to the application? Any win32 or ATL application you can add MFC by selecting the compiler option, adding afx.h to stdafx.h and then properly initializing MFC. Create a console application with MFC support to see what is needed. John