|
-
Feb 24th, 2001, 05:02 AM
#1
Thread Starter
Hyperactive Member
Anyone,
I'm making a Win32 Application and I have the folling code as the header of my main header file
class CAPIApp : public CWinApp
{
public:
CAPIApp();
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow);
};
From this I am getting an error CWinApp class underfind. No doubt I am forgetting to include a file, which one is it. I am also getting an error "WinMain, mus be __stdcall" What is this about???
Thanx in advance
Visual Basic 6.0 Enterprise
Visual C++ 6.0 Professional
Wak 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|