int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInst,LPSTR lpszCmdLine,int nCmdShow);
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
BOOL InitWindowsClass(HINSTANCE hInstance);
BOOL InitWindows(HINSTANCE hInstance,int nCmdShow);
void OnDisplayMessage(char *str);
BOOL SaveHDCToFile(HDC hDC, LPCTSTR Dstfile);
这几个函数放进MFC的CCreaImg类中,函数部分改怎么写?
比如BOOL CCreaImg::InitWindowsClass(HINSTANCE hInstance),按这样写下来,怎么好多错误?请高人指教