Página 1 de 1

After final executable, undefined reference to `HB_FUN_HB_GT_WIN'

Publicado: Sab Jun 29, 2019 12:40 pm
por DC
Hi,

I still have an Xailer laptop with 5.03. I've been debugging and running an executable with no problems.

However, after removing Debug info, and trying to build the final executable, it will no longer link and create the exe.

The error is

C:/Xailer/hb32/Lib/Win/mingw/libhbrtl.a(gtsys.o):gtsys.c:(.text+0x1): undefined reference to `HB_FUN_HB_GT_WIN'

Re: After final executable, undefined reference to `HB_FUN_HB_GT_WIN'

Publicado: Lun Jul 01, 2019 1:57 pm
por ignacio
DC escribió:Hi,

I still have an Xailer laptop with 5.03. I've been debugging and running an executable with no problems.

However, after removing Debug info, and trying to build the final executable, it will no longer link and create the exe.

The error is

C:/Xailer/hb32/Lib/Win/mingw/libhbrtl.a(gtsys.o):gtsys.c:(.text+0x1): undefined reference to `HB_FUN_HB_GT_WIN'
Surely is a library missing. The easiest way to revert to default a project is to change its compiler from BCC to MINGW or viceversa, and the restore to is original state.
2019-07-01 13_56_32.png
2019-07-01 13_56_32.png (6.45 KiB) Visto 26107 veces
Regards,

Re: After final executable, undefined reference to `HB_FUN_HB_GT_WIN'

Publicado: Lun Jul 01, 2019 2:01 pm
por DC
Ok, thanks.

ignacio escribió:
DC escribió:Hi,

I still have an Xailer laptop with 5.03. I've been debugging and running an executable with no problems.

However, after removing Debug info, and trying to build the final executable, it will no longer link and create the exe.

The error is

C:/Xailer/hb32/Lib/Win/mingw/libhbrtl.a(gtsys.o):gtsys.c:(.text+0x1): undefined reference to `HB_FUN_HB_GT_WIN'
Surely is a library missing. The easiest way to revert to default a project is to change its compiler from BCC to MINGW or viceversa, and the restore to is original state.

2019-07-01 13_56_32.png

Regards,