gtwin.lib missing

Post Reply
Arindam
Posts: 44
Joined: Sat Jul 29, 2006 5:03 pm
Location: Kolkata, India

gtwin.lib missing

Post 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
User avatar
Baxajaun
Posts: 853
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Post 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,
Arindam
Posts: 44
Joined: Sat Jul 29, 2006 5:03 pm
Location: Kolkata, India

Post 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
User avatar
Baxajaun
Posts: 853
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Post by Baxajaun »

Hi Arindam,

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

Best regards.
Arindam
Posts: 44
Joined: Sat Jul 29, 2006 5:03 pm
Location: Kolkata, India

Post by Arindam »

Hi Baxajaum!

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

Arindam
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Arindam,

You need an upgraded xharbour builder. Please contact xharbour.com
regards, saludos

Antonio Linares
www.fivetechsoft.com
Arindam
Posts: 44
Joined: Sat Jul 29, 2006 5:03 pm
Location: Kolkata, India

Post 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
Post Reply