FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour gtwin.lib missing
Posts: 44
Joined: Sat Jul 29, 2006 05:03 PM
gtwin.lib missing
Posted: Tue Aug 08, 2006 07:31 AM

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

Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM
gtwin.lib missing
Posted: Tue Aug 08, 2006 08:09 AM

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,

Posts: 44
Joined: Sat Jul 29, 2006 05:03 PM
gtwin.lib missing
Posted: Tue Aug 08, 2006 12:21 PM

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

Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM
gtwin.lib missing
Posted: Tue Aug 08, 2006 12:56 PM

Hi Arindam,

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

Best regards.

Posts: 44
Joined: Sat Jul 29, 2006 05:03 PM
gtwin.lib missing
Posted: Wed Aug 09, 2006 01:34 AM

Hi Baxajaum!

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

Arindam

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
gtwin.lib missing
Posted: Wed Aug 09, 2006 06:27 AM

Arindam,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44
Joined: Sat Jul 29, 2006 05:03 PM
gtwin.lib missing
Posted: Mon Aug 14, 2006 03:00 PM

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

Continue the discussion