Page 1 of 1

gtwin.lib missing

Posted: Tue Aug 08, 2006 7:31 am
by Arindam
Hi everybody,

I am getting an error during compile. ..... gtwin.lib file missing. I am not getting such file in appropriate path. Could any one tell me where is it available?

Arindam

Posted: Tue Aug 08, 2006 8:09 am
by Baxajaun
Arindam,

in June 2006 Build :

* New: IMPORTANT: Due to recent changes in Harbour and xHarbour, GTGUI.LIB must be linked instead of GTWIN.LIB.

Regards,

Posted: Tue Aug 08, 2006 12:21 pm
by Arindam
Thanks for your information.

After doing the necessary changes in .mak file the followin errors are generating from different .lib. Please let me know what more replacement required during compilation.

rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored
rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored
Creating library test.lib and object test.exp
FiveHM.lib(REBAR.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(TGET.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(RPREVIEW.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(COMBOBOX.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(TOOLBAR.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(listbox.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(DIALOG.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(FILENAME.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
FiveHM.lib(MGET.obj) : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regcomp
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regfree
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regexec
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _pcre_free
test.exe : fatal error LNK1120: 5 unresolved externals

Thanks and regards.
Arindam

Posted: Tue Aug 08, 2006 12:56 pm
by Baxajaun
Hi Arindam,

what is your version of FWH ? Version of [x]Harbour ?

Best regards.

Posted: Wed Aug 09, 2006 1:34 am
by Arindam
Hi Baxajaum!

My FWH version is 2.7 and xHarbour version is xHarbour Builder Prof. for window-March 06

Arindam

Posted: Wed Aug 09, 2006 6:27 am
by Antonio Linares
Arindam,

You need an upgraded xharbour builder. Please contact xharbour.com

Posted: Mon Aug 14, 2006 3:00 pm
by Arindam
Hi Antonio,

Now I am using xHarbour last release Aug, 06-RC8 and FWH ver 2.7.

While testing msmake setup (i.e. ..\Fwh\makes\msmake) to compile multiple .prg under a project, the following error codes are generating.

rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored
rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored

Creating library test.lib and object test.exp

rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regcomp
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regfree
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regexec
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _pcre_free
test.exe : fatal error LNK1120: 4 unresolved externals

While Compiling single .prg from ..\Samples\.... .prg, there is no problem and generating exe and testing smoothly.

Can you tell me, what the problem is actually and provide me solution for the same?

Arindam