
July 4th, 2009, 03:01 PM
|
|
Registered User
|
|
Join Date: Jul 2009
Posts: 1
Time spent in forums: 10 m 31 sec
Reputation Power: 0
|
|
|
External libraries & dlls - Borland C++ link errors
I am using Borland Developer Studio, I need to use EDBEngineError. It compiles fine but I receive link errors.
Here are the errors I receive.
[ILINK32 Error] Error: 'Dbtables::EDBEngineError::' unresolved extern
[ILINK32 Error] Error: '__fastcall Dbtables::EDBEngineError::GetError(int)' unresolved extern[ILINK32 Error] Error: '__fastcall Dbtables::TDBError::GetCategory()' unresolved extern
[ILINK32 Error] Error: '__fastcall Dbtables::TDBError::GetSubCode()' unresolved extern
[ILINK32 Error] Error: '__fastcall Dbtables::EDBEngineError::GetErrorCount()' unresolved extern
What do I need to include in the project to make it work ?
|