 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Thu May 11, 2006 11:15 pm Post subject: Problem when building DLL using C++ Builder 2006 |
|
|
Hi all,
I was trying to port my dll from BCB 5 to BCB 2006, and when building
it, I am seeing the following error messages when I uncheck "build with
runtime packages" and "Use dynamic RTL".
Got the following error messages.
[Linker Error] Error: Unresolved external 'Sysutils::EDivByZero::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external '__fastcall
Sysutils::Exception::Exception(const System::AnsiString)' referenced
from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::ERangeError::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EIntOverflow::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EInvalidOp::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EZeroDivide::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EOverflow::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EUnderflow::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external
'Sysutils::EAccessViolation::' referenced from C:\PROGRAM
FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EPrivilege::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EControlC::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Sysutils::EStackOverflow::'
referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\CP32MT.LIB|xx
[Linker Error] Error: Unresolved external 'Typinfo::BooleanIdents'
referenced from C:\PROGRAM
FILES\BORLAND\BDS\4.0\LIB\DEBUG\VCLE.LIB|vclinit
[Linker Error] Error: Unresolved external 'Typinfo::DotSep' referenced
from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\DEBUG\VCLE.LIB|vclinit
If "build with runtime packages" and "Use dynamic RTL" are checked, I
was able to build my dll successfully.
Can anyone provide some insight?
Thanks,
Leo |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|