Build Error 9.06

Post Reply
User avatar
TimStone
Posts: 2955
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Build Error 9.06

Post by TimStone »

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
User avatar
driessen
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Build Error 9.06

Post by driessen »

Tim,

I experienced the same problem.

Just waiting for a solution.

Thanks.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: Build Error 9.06

Post by Antonio Linares »

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
User avatar
driessen
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Build Error 9.06

Post by driessen »

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. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: Build Error 9.06

Post by Antonio Linares »

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
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Build Error 9.06

Post by nageswaragunupudi »

Pelles C provides these libraries in lib\Win folder
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: Build Error 9.06

Post by Antonio Linares »

Rao,

Thanks for the info :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply