Build with BCB2009, get link error"unresolved external'_fast

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
jasonz_2003
Posts: 24
Joined: 13 Apr 2006, 16:20

Build with BCB2009, get link error"unresolved external'_fast

Post by jasonz_2003 » 27 May 2010, 02:38

Hi guys,

I am using C++ builder 2009 and CADImportVCL_CADExportVCL_7.2.5_demo_builder . When I try to build any of your sample projects, always get the link error "unresolved external'_fastcall System::SetCodePage(........) from \lib2009win32\SHX.OBJ ". I guess it may be caused by some setting in BCB2009 but do not know which. Please help.

Jason

support
Posts: 3256
Joined: 30 Mar 2005, 11:36
Contact:

Re: Build with BCB2009, get link error"unresolved external'_fast

Post by support » 27 May 2010, 12:18

Hello.
Generally "unresolved external'_fastcall..." errors can take place if wrong linking or incorrect OBJ version linked. Please try copy ...\lib2009win32\ content to project\lib\ folder. Possible the difference in Bulider update versions can result in such situation. Please try install Buider 2009 update 3. Please specify if you have only one "unresolved external'_fastcall..." error or numerous.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

jasonz_2003
Posts: 24
Joined: 13 Apr 2006, 16:20

Re: Build with BCB2009, get link error"unresolved external'_fast

Post by jasonz_2003 » 27 May 2010, 12:49

Thanks for the reply. I suppose the libery path is not the issue as in the error message it is indicated that the external was refered by ....\lib2009win32\SHX.OBJ, which means the linker has found the right path for the lib files.
I will try the BCB update3.
This is the only error message, so I wonder if there is a way to recompile the SHX.obj. Please advice how to compile it in BCB2009.

support
Posts: 3256
Joined: 30 Mar 2005, 11:36
Contact:

Re: Build with BCB2009, get link error"unresolved external'_fast

Post by support » 27 May 2010, 13:20

Hello Jason,
you can't recompile the SHX.obj, we build it from own source file. However we haven't such error on project compilation in BCB2009. Possible the update will resolve the situation. Please let us know about results.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply