Hi Albrecht,

On Sun, May 22, 2011 at 1:55 AM, Albrecht Schlosser
<[email protected]>wrote:

> ...you can add something like this code to
> your main program (after your main() function):
>
> #include <Windows.h>
> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
>                              LPSTR lpCmdLine, int nCmdShow) {
>   return main(__argc,__argv);
> }
>

The above did the trick; finally the hello.cxx builds and and runs fine.
Thanks.

Best regards, Asif
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to