Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Strange link error in borland c++

Can anyone help with these areas? they are not in my code.

[Linker Error] Error: Unresolved external '__fastcall Graphics::TFont::SetColor(Graphics::TColor)' referenced from C:\PROGRAM FILES\BORLAND CBUILDER6 EVALUATION\INSTALL\PROGRAM FILES\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\CGAUGES.CPP
[Linker Error] Error: Unresolved external '__fastcall System::LoadResourceString(const System::ResourceString * const)' referenced from C:\PROGRAM FILES\BORLAND CBUILDER6 EVALUATION\INSTALL\PROGRAM FILES\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\CGAUGES.CPP
[576 byte] By [Chris H Baker] at [2007-11-11 10:14:34]
# 1 Re: Strange link error in borland c++
Chris, I think these refer to the components found on the Samples page. So you probably need to include those libraries (bcbsmp.lib and bcbsmp.bpl) to your project. Try Project->Options->Packages and under Build with runtime packages make sure that bcbsmp.bpl is present
Ivan** at 2007-11-11 20:59:08 >