On Thu, 23 Mar 2006 13:15:07 +0100 Vadim Zeitlin <[EMAIL PROTECTED]>
wrote:

>  Of course, it's weird that winnt.h (a C header) has templates in the first
> place and my, admittedly not very recent, version doesn't. But if it
> compiles from wx, it should compile from M too.
> 
>  Anyhow, have you tried to build a 3 line hello world:
> 
>       #include <windows.h>
> 
>       extern "C" int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
>       {
>               MessageBox(NULL, "Hello, Windows!", "Hi", MB_ICONINFORMATION);
>               return 0;
>       }

That worked fine!

MarkL



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to