Page 1 of 1

Build Error 9.06

PostPosted: Mon Jul 13, 2009 6:12 pm
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.

Re: Build Error 9.06

PostPosted: Mon Jul 13, 2009 6:31 pm
by driessen
Tim,

I experienced the same problem.

Just waiting for a solution.

Thanks.

Re: Build Error 9.06

PostPosted: Tue Jul 14, 2009 5:46 am
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

Re: Build Error 9.06

PostPosted: Tue Jul 14, 2009 7:46 am
by driessen
Antonio,

Thanks a lot for your help.

Will these libraries be included in the next build ?

Re: Build Error 9.06

PostPosted: Tue Jul 14, 2009 8:18 am
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.

Re: Build Error 9.06

PostPosted: Wed Jul 15, 2009 8:32 am
by nageswaragunupudi
Pelles C provides these libraries in lib\Win folder

Re: Build Error 9.06

PostPosted: Wed Jul 15, 2009 1:07 pm
by Antonio Linares
Rao,

Thanks for the info :-)