FWH 11.06 link error

FWH 11.06 link error

Postby frose » Wed Jun 29, 2011 8:01 am

Getting the following error when link with FWH 11.06:
xLINK: fatal error: File not found: 'libcpmt.LIB'.

Any idea?
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
frose
 
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg

Re: FWH 11.06 link error

Postby giuliano » Thu Jun 30, 2011 7:52 am

Hi,
I have the same problem.

Is there any solution ?
Bye

Giuliano
User avatar
giuliano
 
Posts: 44
Joined: Mon Sep 25, 2006 8:38 am
Location: ITALY

Re: FWH 11.06 link error

Postby Antonio Linares » Fri Jul 01, 2011 6:35 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby frose » Sun Jul 03, 2011 6:31 am

Antonio,
now the LIBCMT.LIB is missing:
xLINK: fatal error: File not found: 'LIBCMT.LIB'.
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
frose
 
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg

Re: FWH 11.06 link error

Postby Antonio Linares » Sun Jul 03, 2011 8:47 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby frose » Sun Jul 03, 2011 8:58 am

Antonio,

and now there are a lot of Unresolved external symbol:
xLINK: error: Unresolved external symbol '_HB_FUN_WNDMAIN referenced from (my_application.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TXBROWSE referenced from (my_txbrowse.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_CVALTOCHAR referenced from (errsysw.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_GETFREESYSTEMRESOURCES referenced from (errsysw.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_GETWNDDEFAULT referenced from Fivehmx.lib(ACTIVEX.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_XPADC referenced from Fivehmx.lib(MSGRUN.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_IFNIL referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_CCLRTOCODE referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_FW_DECODE referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_AREAD referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_OREAD referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_ASAVE referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_ATOTEXT referenced from Fivehmx.lib(BRUSH.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TWINDOW referenced from Fivehmx.lib(MDIFRAME.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_SETWNDDEFAULT referenced from Fivehmx.lib(MDIFRAME.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_SETALPHA referenced from Fivehmx.lib(BTNBMP.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_OWNDFROMHWND referenced from Fivehmx.lib(BTNBMP.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_WNDCREATEERROR referenced from Fivehmx.lib(TGET.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN___CHANGESTYLEWINDOW referenced from Fivehmx.lib(TPROGRES.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_WNDPARENTS referenced from Fivehmx.lib(CONTROL.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_WQOUT referenced from Fivehmx.lib(FGET.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_SETSKINS referenced from Fivehmx.lib(BUTTONB.obj)'. xLINK: error: Unresolved external symbol '__imp__DecodePointer referenced from libcmt.lib(invarg.obj)'. xLINK: error: Unresolved external symbol '__imp__EncodePointer referenced from libcmt.lib(invarg.obj)'. xLINK: error: Unresolved external symbol '___ImageBase referenced from libcmt.lib(pesect.obj)'. xLINK: error: Unresolved external symbol '__imp__HeapSetInformation referenced from libcmt.lib(crt0.obj)'.
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
frose
 
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg

Re: FWH 11.06 link error

Postby Antonio Linares » Sun Jul 03, 2011 10:00 am

Frank,

It seems as PellesC and Microsoft C++ 2010 are not compatible, at least not in C++ mode.

We may need to build FWH 11.06 using Microsoft C++ 2010 but forcing C mode
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby Gale FORd » Thu Jul 07, 2011 2:43 pm

Has this been resolved? I cannot build my applications with the new FWH and xHarbour.com Builder.
Gale FORd
 
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston

Re: FWH 11.06 link error

Postby Antonio Linares » Thu Jul 07, 2011 5:20 pm

Gale,

We are going to solve it inmediately building a xHarbour commercial version as we used to do before :-)

We will try to have the libs ready for today :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby Antonio Linares » Thu Jul 07, 2011 6:09 pm

Gale,

Already sent to your email :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby Antonio Linares » Thu Jul 07, 2011 7:43 pm

We have published a revised FWH 11.06 version that includes the right files for xHarbour commercial :-)

Please download it again, thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby frose » Fri Jul 08, 2011 6:56 am

Antonio,

ok now, thank you
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
frose
 
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg

Re: FWH 11.06 link error

Postby Antonio Linares » Fri Jul 08, 2011 8:33 am

Frank,

many thanks for your feedback! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 11.06 link error

Postby giuliano » Fri Jul 08, 2011 10:06 am

Everything work now !!
thanks

Giuliano
User avatar
giuliano
 
Posts: 44
Joined: Mon Sep 25, 2006 8:38 am
Location: ITALY


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 86 guests