Re: [Harbour] "blind" window from mingw

2009-06-20 Thread Viktor Szakáts
You asked for a GUI app using GTGUI GT driver. In GUI apps you either have to select a *GUI GT* or *roll your own GUI* using some GUI libs (like hwgui), otherwise you won't get any window. In this case you selected GTGUI which means you have to roll your own GUI. I'm not sure what you want to ach

[Harbour] "blind" window from mingw

2009-06-20 Thread marek . horodyski
When I link app with : hbmk2 -n -m -w2 -gc3 -std -gtwin homar.prg -lhbct -lhomar -lhbwin -trace all is ok and app work in character mode. But when my command is : hbmk2 -n -m -w2 -gc3 -gtgui homar.prg -lhbct -lhomar -lhbwin -trace I do not see it (any widow is created), but it is work, and I s