I have made a sample using multiple gt in single application
How change from one gt to another inside my application and not at
startup?
This is a sample who use all win32 aivable gt
For example I want a demo using (gtstd,gtpca,gtwin,gtwvt,gtcgi)
ANNOUNCE HB_GTSYS
REQUEST HB_GT_STD
REQUEST HB_GT_WIN
REQUEST HB_GT_WVT
REQUEST HB_GT_PCA
REQUEST HB_GT_CGI
PROC MAIN()
? HB_GTVERSION(), HB_GTVERSION(1)
TONE( 200, 3 )
TONE( 300, 3 )
TONE( 500, 3 )
Name=space(30)
@ 1,2 SAY "Name" get name
Read
@ 2,2 say "hello "+name
INKEY( 0 )
RETURN
If are present a request will library be automatically added?
Seem Not work also add
#pragma BEGINDUMP
#PRAGMA comment(lib,"GTSTD.LIB")
#pragma ENDDUMP
That in xharbour I use are replacement of #pragma library("mylib")
used in xbase++
C:\harbour\max>c:\harbour\bin\bld_b32 test
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
test.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_HB_GT_STD' referenced from
C:\HARBOUR\MAX\TE
ST.OBJ
Error: Unresolved external '_HB_FUN_HB_GT_WVT' referenced from
C:\HARBOUR\MAX\TE
ST.OBJ
Error: Unresolved external '_HB_FUN_HB_GT_PCA' referenced from
C:\HARBOUR\MAX\TE
ST.OBJ
Error: Unresolved external '_HB_FUN_HB_GT_CGI' referenced from
C:\HARBOUR\MAX\TE
ST.OBJ
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour