Nov 11, 2003 #1 aidanh Programmer Joined Aug 14, 2003 Messages 9 Location 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 Joined Aug 15, 2002 Messages 164 Location 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 Joined Aug 14, 2003 Messages 9 Location 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 Joined Jul 25, 2001 Messages 65 Location 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?