Board index » cppbuilder » VCL60.bpl not found and linker errors
Robert Boyd
![]() CBuilder Developer |
VCL60.bpl not found and linker errors2006-11-08 07:50:20 AM cppbuilder45 Greetings, I have a DLL built using CB6 that upon deployment generated errors that VCL60.bpl could not be found. I did a web search and found a powerpoint presentation that explained how to setup static linking by unchecking the Build with Runtime Packages on the packages page and unchecking the Build with Runtime Packages on the Linker page of the project options. When I rebuild without those options checked, I get a linker error: [Linker Error] Unresolved external 'Dbtables::EDBEngineError::' referenced from E:\CIFASV2\CHARMBLD\UTILITY.OBJ I checked the referenced module and added an #include for the <vcl\DBTables.hpp>file but still receive the error. What am I missing to eliminate the need for distributing the VCL60,bpl file and rebuilding the DLL with static linking? TIA, - Bob |