Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #55.0K
1 Posted Topic
Re: I am a beginner to VC++, started just today. I get the same error for my first program: #include<windows.h> int_stdcall WinMain(HINSTANCE i, HINSTANCE j, LPSTR k, int l) { MessageBox(0,"Hi","Title",0); return(0); } Errors: error C2146: syntax error : missing ';' before identifier 'WinMain' error C2501: 'int_stdcall' : missing storage-class or … |
The End.