|
From: Jan M. <jan...@vo...> - 2008-03-19 12:49:06
|
I'm terribly sorry forgott to include the header inside the source.
Completely ignore my previous post.
Jan Mura
----- Original Message -----
From: "Jan Mura" <jan...@vo...>
To: <dev...@li...>
Sent: Wednesday, March 19, 2008 12:29 PM
Subject: Win32 App
> Hello,
>
> as i have to learn some Win32 API I'm going through a
> manual.
> From where I copied this:
>
> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
> LPSTR lpCmdLine, int nCmdShow)
> {
> MessageBox(NULL, "Goodbye, cruel world!", "Note", MB_OK);
> return 0;
> }
>
> Have no idea what is it but I needjust to compile it.
> What I need to tell to console gcc?
> Have I get a PATH to Windows or Win32 headers?
>
>
> Thank you a lot
>
> Jan Mura
|