Search found 39 matches: gtwvt

Return to advanced search

Re: Compile error

Enrico, > test.prg(33) : warning C4090: 'function' : different 'const' qualifiers > gtwvt.lib(gtwvt.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000F9108 This is fine. The app should work ok. > And the EXE has been produced. I can't ...
by Antonio Linares
Mon Oct 26, 2015 3:32 pm
 
Forum: FiveWin for Pocket PC
Topic: Compile error
Replies: 16
Views: 5815

Re: Nuevo en FWPPC

...   >> msvc.tmp   echo $(HBDIR)\lib\png.lib      >> msvc.tmp   echo $(HBDIR)\lib\gtwvt.lib   >> msvc.tmp   echo $(VCDIR)\lib\coredll.lib   >> msvc.tmp   echo $(VCDIR)\lib\corelibc.lib ...
by Antonio Linares
Thu Apr 09, 2015 7:48 pm
 
Forum: FiveWin para Pocket PC
Topic: Nuevo en FWPPC
Replies: 13
Views: 5982

Re: Inestabilidad de la Aplicacion

... Filename="[Harbour]gtstd.lib"/> <Library Filename="[Harbour]gtwin.lib"/> <Library Filename="[Harbour]gtwvt.lib"/> <Library Filename="[Harbour]gtgui.lib"/> <Library Filename="[Harbour]hbrdd.lib"/> <Library Filename="[Harbour]hbct.lib"/> ...
by José Vicente Beltrán
Thu Aug 28, 2014 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inestabilidad de la Aplicacion
Replies: 19
Views: 3789

Re: Problema compilando / linkando FW64

... gtgui.lib 9916 Gtpca.lib 28272 gtpca.lib 17152 Gtstd.lib 14804 gtstd.lib 11160 Gtwin.lib 46812 gtwin.lib 38498 Gtwvg.lib 1638310 gtwvg.lib 1494606 Gtwvt.lib 70240 gtwvg_dll.lib 89742 Hbamf.lib 99626 gtwvt.lib 84176 Hbblat.lib 60732 harbour-32.lib 771922 Hbblink.lib 64062 hbamf.lib 68454 Hbbz2.lib ...
by El Loco
Wed Jan 15, 2014 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema compilando / linkando FW64
Replies: 19
Views: 4279

Re: Clipper + Windows

Adolfo, Hay un terminal de consola (a efectos prácticos es una libreria) que simula un modo semi GUI sin tener que modificar nada. Su nombre es GTWVT y fué desarrollado por Pritpal Bedi. Nunca lo he probado asi que de poca ayuda te puedo ser aparte de contarte esto :-) http://www.harbour.vouch.info/gtwvt.htm
by Antonio Linares
Mon Sep 16, 2013 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clipper + Windows
Replies: 4
Views: 753

Re: Error en TESTPRN6.PRG

... 6.144 gtpca.lib 20/01/2013 15:23 5.120 gtstd.lib 20/01/2013 15:23 14.848 gtwin.lib 20/01/2013 15:23 173.056 gtwvg.lib 20/01/2013 15:23 22.528 gtwvt.lib 20/01/2013 15:23 221.184 gtwvw.lib 20/01/2013 15:23 18.944 hbbtree.lib 20/01/2013 15:23 53.760 hbbz2.lib 20/01/2013 15:23 11.776 hbcab.lib ...
by karinha
Thu Apr 11, 2013 8:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Visual interface for Harbour hbmk2.exe

... fivehc.lib c:\bcc582\lib\psdk\psapi.lib hbextern.lib hbdebug.lib hbvm.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi.lib gtpca.lib gtstd.lib gtwin.lib gtwvt.lib gtgui.lib hbrdd.lib hbuddall.lib hbusrrdd.lib rddntx.lib rddcdx.lib rddnsx.lib rddfpt.lib hbrdd.lib hbhsx.lib hbsix.lib hbmacro.lib hbcplr.lib ...
by Otto
Tue Apr 09, 2013 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10470

Re: Compilar en xHarbour una vieja aplicación Clipper

Giancarlo,

Prueba a quitar -aa y opcionalmente no enlaces gtwvt.lib
by Antonio Linares
Mon Mar 04, 2013 5:02 pm
 
Forum: Off Topic / Otros temas
Topic: Compilar en xHarbour una vieja aplicación Clipper
Replies: 4
Views: 874

Re: How to force locale to Serbian Latin

... required by corporate standard), but use our software with CP852 or CP1250. We set that in REQUEST and cdp_Select() and etc... And that works with GTWVT. Using MultiByteToWideChar( CP_ACP, ... ) when string is in fact cp852 (or cp1250 or anything different from CP_ACP) leads to wrong Unicode converted ...
by dmajkic
Fri Sep 07, 2012 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to force locale to Serbian Latin
Replies: 7
Views: 1603

Re: Usando GUI y CUI juntos

Com ajuda do Sr. Antonio, fiz umas alterações: // Add this line in buildh.bat // echo %hdirl%\%GT%.lib + >> b32.bc // echo %hdirl%\gtwvt.lib + >> b32.bc #include "FiveWin.ch" #include "hbgtinfo.ch" #include "std.ch" REQUEST HB_GT_WVT STATIC OWND,OBAR ...
by MGA
Tue Aug 14, 2012 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 8810

DOS Window type in an application FW

... a DOS-type window, then over time I will convert to FW, but I need to get away fast. Sorry for the insistence on this issue is that with Harbour GTWVT can be done, but not no way it will work in xHarbour. Thank you very much. Roberto (sorry for my bad english)
by TOTOVIOTTI
Fri Aug 10, 2012 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS Window type in an application FW
Replies: 7
Views: 2098

Ventana tipo Consola dentro de Aplicación FW

... tiempo la voy a convertir a FW, pero necesito salir del paso rápido. Disculpen la insistencia en este tema, es que con Harbour se puede hacer con GTWVT, pero no hay forma de que funcione en xHarbour. Muchas gracias. Roberto
by TOTOVIOTTI
Fri Aug 10, 2012 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventana tipo Consola dentro de Aplicación FW
Replies: 2
Views: 576

Re: Usando GUI y CUI juntos

Pritpal Bedi , creador de GTWVT, que es la que uso, creo que discontinuo su soporte para xharbour, y solo funciona en Harbour, creo que por temas de threads.
by thefull
Fri Aug 10, 2012 11:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 8810

Re: Usando GUI y CUI juntos

Hola
el GUICUI está preparado para Harbour, porque hay que enlazar:

// Add this line in buildh.bat
// echo %hdirl%\%GT%.lib + >> b32.bc
// echo %hdirl%\gtwvt.lib + >> b32.bc

cuales serían las librerías a enlazar para xHarbour?

Muchas Gracias
Roberto
by TOTOVIOTTI
Thu Aug 09, 2012 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 8810

Re: Using GUI and CUI together

We have tested it with Harbour only, including in buildh.bat:

echo %hdirl%\%GT%.lib + >> b32.bc
echo %hdirl%\gtwvt.lib + >> b32.bc <<--- this one
by Antonio Linares
Tue Oct 18, 2011 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using GUI and CUI together
Replies: 3
Views: 927
PreviousNext

Return to advanced search