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?
I have tried on .NET and Visual C++ Express Edition.

