![]() |
Mfc Class Error
I am trying to use MFC classes to build a program. This is my fist time using the MFC classes and they dont seem to be working. I try to add CBitmap and get errors.
CBitmap bm; and get errors: error C2065: 'CBitmap' : undeclared identifier error C2065: 'bm' : undeclared identifier I am including "afxwin.h", but this dose not seem to help. What am i doing wrong? :confused: I have tried on .NET and Visual C++ Express Edition. |
Re: Mfc Class Error
Are all the path to the include path correct in the project.
|
Re: Mfc Class Error
It seems that you can not use MFC in Generic C++ Classes. You must choose MFC project from the start, at least on Visual Studio .NET.
|
Re: Mfc Class Error
Quote:
|
| All times are GMT +5.5. The time now is 23:36. |