In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Xailer

Xailer English public forum
Responder
Gary109
Mensajes: 3
Registrado: Mié May 13, 2015 7:09 pm

Xailer

Mensaje por Gary109 »

Hi,

I just downloaded and installed Xailer 4.0.1 (May 2015) and Harbour 3.2.0dev (r1503071916) from the download area. I created a solution and I have been unable to run the new solution prg. The link error I get is:

Linking: SI.exe...
C:/Xailer/Hb32/Lib/Win/mingw/libhbrtl.a(gtsys.o):gtsys.c:(.text+0x1): undefined reference to `HB_FUN_HB_GT_WIN'
0 Files, 0 Warnings, 1 Errors
Compile time: 0.00s Link time: 0.20s Total time: 0.20s

Any advice would be appreciated.

Thanks,
Gary
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9246
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Xailer

Mensaje por ignacio »

Hi Gary,

Could you confirm it happens with any Xailer sample. In case not, could you send us a sample project ?

Regards,

Note: Use the menu option Project->Export to send us the sample. TIA.
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Gary109
Mensajes: 3
Registrado: Mié May 13, 2015 7:09 pm

Re: Xailer

Mensaje por Gary109 »

I have attached the project. I tried the new install on an additional pc and the same result occurred.

Thanks
Adjuntos
Test.zip
(1.34 KiB) Descargado 199 veces
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Re: Xailer

Mensaje por jfgimenez »

Gary,

the reason is that you're not using any Xailer component in the program, and thus, no parts of Xailer are linked, causing that a GT of any type must be linked (it ask for GT_WIN by default). There are 2 possible ways:

1) Add this two lines at the end of test.prg:

Código: Seleccionar todo

ANNOUNCE HB_GTSYS
REQUEST HB_GT_NUL_DEFAULT
2) Force to link any component of Xailer. F.e., by adding:

Código: Seleccionar todo

REQUEST XApplication
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Gary109
Mensajes: 3
Registrado: Mié May 13, 2015 7:09 pm

Re: Xailer

Mensaje por Gary109 »

I guess that's why you told me to run an additional sample.

Thanks for your time,
Gary
Responder