When I compile C:\harbour\tests\gtwin.prg with :

Hbmk2 -gui -gtwvg C:\harbour\tests\gtwin.prg

It correctly work. But when I try compile my app with these switch,
hb_gtCreate( THREAD_GT ) return Nil.
What/how another switch can I use to receive this solution ?

Is THREAD_GT #defined in your app?

-----------

With above switch can I compile C:\harbour\tests\gfx.prg.
But when I try use in Request declaration in another file, function from
these prg file (for example hb_gfxLine), linker can not find these
function in libs.
Switch for hbmk2 are the same.
How we can use this function ( from gfx.prg ) in another app in request
declaration ?

You need '#include "hbgfx.ch"' in your code.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to