|
안녕하세요.
AcitveX library 프로젝트 선택하고
Acitve Server Object 추가하고 나서 코드수정없이 build하면 컴파일 에러가 없습니다.
근데 프로젝트 옵션에
linker(ilink32)->linking에 user dynamic RTL 체크해제
Packages에 Build width runtime packages를 체크 해제하고 나서 Build하면
아래처럼 linker Error가 납니다.
C++Builder6에서는 잘됩니다.
도움 부탁드립니다.
[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::FindCmdLineSwitch(const System::AnsiString, const System::Set<char, 0, 255>&, bool)' referenced from D:\MY DOCUMENTS\BORLAND STUDIO PROJECTS\DEBUG_BUILD\PROJECT1.OBJ
[Linker Error] Error: Unresolved external '__fastcall Varhlpr::VariantClear(System::Variant&)' referenced from C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\DEBUG\VCLE.LIB|variant
[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
|