[Harbour] Question about gt solution.
Viktor Szakáts
harbour.01 at syenar.hu
Thu Jul 2 03:09:00 EDT 2009
> 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
More information about the Harbour
mailing list