FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Build Error 9.06
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Build Error 9.06
Posted: Mon Jul 13, 2009 06:12 PM

Although I don't use Rich Edit, I get the following error when I try a build ( xBuilder, with standard Pelles compiler )

xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'.

xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA referenced from Fivehcm.lib(RICHEDIT.obj)'.

xLINK: error: Unresolved external symbol '_GetFileVersionInfoA referenced from Fivehcm.lib(RICHEDIT.obj)'.

xLINK: error: Unresolved external symbol '_VerQueryValueA referenced from Fivehcm.lib(RICHEDIT.obj)'.

xLINK: fatal error: 4 unresolved external(s).

Also, I still need to include xhb.obj and FiveAcTx.prg and I was wondering if they were updated with 9.06.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Build Error 9.06
Posted: Mon Jul 13, 2009 06:31 PM

Tim,

I experienced the same problem.

Just waiting for a solution.

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Build Error 9.06
Posted: Tue Jul 14, 2009 05:46 AM

Tim, Michel,

You have to link these Windows import libraries that xHB included C compiler (PellesC) should provide:

http://www.fivetechsoft.com/files/oledlg.lib

http://www.fivetechsoft.com/files/version.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Build Error 9.06
Posted: Tue Jul 14, 2009 07:46 AM

Antonio,

Thanks a lot for your help.

Will these libraries be included in the next build ?

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Build Error 9.06
Posted: Tue Jul 14, 2009 08:18 AM

Michel,

> Will these libraries be included in the next build ?

No, as they are Windows import libraries that should be provided with the used C compiler :-)

Both Borland and Microsoft provide them. PellesC should provide them.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Build Error 9.06
Posted: Wed Jul 15, 2009 08:32 AM

Pelles C provides these libraries in lib\Win folder

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Build Error 9.06
Posted: Wed Jul 15, 2009 01:07 PM

Rao,

Thanks for the info :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion