I need a little help from someone who understands Borland’s C++Builder. The client purchased a system written in C++Builder V3.0, but they do not have the original compiler. I am trying to compile with a trial version of C++Builder V6.0.
Two linker errors show up when I try to build the project and I need a little guidance on where to look. I looked the messages up in the help files and I have been to several book stores looking for a supplemental reference.
The error messages are:
“[Linker error] Unresolved external ‘base::RegKey::Open(const_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >&, HKEY__ *const)’ referenced from c:\ICPS\CFGMGR.OBJ”
“[Linker error] Unresolved external ‘base::RegKey::Create(const_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >&, HKEY__ *const)’ referenced from c:\ICPS\CFGMGR.OBJ”
Two linker errors show up when I try to build the project and I need a little guidance on where to look. I looked the messages up in the help files and I have been to several book stores looking for a supplemental reference.
The error messages are:
“[Linker error] Unresolved external ‘base::RegKey::Open(const_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >&, HKEY__ *const)’ referenced from c:\ICPS\CFGMGR.OBJ”
“[Linker error] Unresolved external ‘base::RegKey::Create(const_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >&, HKEY__ *const)’ referenced from c:\ICPS\CFGMGR.OBJ”