Hello! I m beginner in C++, and i use VC++ 2005.
Whenever i write these codes such as
#include <window.h>
int WINAPI WinMain(HINSTANCE h,HINSTANCE p, LPSTR s , int show)
or these type of codes
int WINAPI WinMain(HINSTANCE h,HINSTANCE p, LPSTR s , int show)
there comes error, so plz tell me the how these projects are created??
Either it's "Windows32 console application" or "windows form application"???
|
Go4Expert Founder
|
![]() |
| 8Dec2008,09:24 | #2 |
|
Please do not jump into any Article / Thread with your query but try creating a new thread for the query and wait for the response.
Also what is the error you get. |
|
Contributor
|
|
| 8Dec2008,15:53 | #3 |
|
Sorry for that, the error is simple
Can't open or include #include <window.h> |
|
Go4Expert Founder
|
![]() |
| 8Dec2008,16:05 | #4 |
|
You already have thread for this. Cannot include windows.h file Thread closed.
|

