Nov 11, 2003 #1 aidanh Programmer Aug 14, 2003 9 GB Which header file do I have to include if I want to use class CFont - I get the error Undeclared identifier. I have Use MFC in a Shared DLL selected in the Project settings thx
Which header file do I have to include if I want to use class CFont - I get the error Undeclared identifier. I have Use MFC in a Shared DLL selected in the Project settings thx
Nov 11, 2003 #2 gorgor Programmer Aug 15, 2002 164 US You shouldn't have to include any header. It should be automatically included in MFC. Is it an MFC project? Upvote 0 Downvote
You shouldn't have to include any header. It should be automatically included in MFC. Is it an MFC project?
Nov 11, 2003 Thread starter #3 aidanh Programmer Aug 14, 2003 9 GB I didn't originally in the app wizard make it a MFC project, but I have put in the settings use the MFC library Upvote 0 Downvote
I didn't originally in the app wizard make it a MFC project, but I have put in the settings use the MFC library
Nov 12, 2003 #4 KernelObject Programmer Jul 25, 2001 65 IN try #include <afxwin.h> Also, it wont be very hard to re-start the project ? goodluck /Srikanth How much deeper would the ocean be if it didn’t have sponges? Upvote 0 Downvote
try #include <afxwin.h> Also, it wont be very hard to re-start the project ? goodluck /Srikanth How much deeper would the ocean be if it didn’t have sponges?