On Fri, 12 Mar 2010, Szak�ts Viktor wrote:

Hi,

> The only so far known problem is ignored -mwindows 
> option when using mingw64 4.4.4, so app doesn't 
> pop with GTWVT, with GTWIN it runs beautifully. 
> I'm not sure if the problem is with Harbour or 
> mingw64.

It sounds like an old issue.
If main() function is found in linked object files or
libraries then console application is created with main()
as startup entry. Otherwise windows application is created
with WinMain() startup entry. It's the reason why we created
separated libraries hbmainstd and hbmainwin with console and
GUI startup entries. It should be enough to chose the valid
one. I thought that hbmk2 does it.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to