|
[Linker Error] Error: Unresolved external '__fastcall Adodb::TADOQuery::~TADOQuery()' referenced from E:\PROJECT\SERVER\DEBUG_BUILD\ENGINE_ADO.OBJ
[Linker Error] Error: Unresolved external '__fastcall Adodb::TCustomADODataSet::~TCustomADODataSet()' referenced from E:\PROJECT\SERVER\DEBUG_BUILD\ENGINE_ADO.OBJ
[Linker Error] Error: Unresolved external '__fastcall Db::TDataSet::~TDataSet()' referenced from E:\PROJECT\SERVER\DEBUG_BUILD\ENGINE_ADO.OBJ
[Linker Error] Error: Unresolved external '__fastcall Adodb::TADOConnection::~TADOConnection()' referenced from E:\PROJECT\SERVER\DEBUG_BUILD\ENGINE_ADO.OBJ
[Linker Error] Error: Unresolved external '__fastcall Db::TCustomConnection::~TCustomConnection()' referenced from E:\PROJECT\DEBUG_BUILD\ENGINE_ADO.OBJ
[Linker Error] Error: Unresolved external '__fastcall Db::TDataSet::Close()' referenced from E:\PROJECT\SERVER\DEBUG_BUILD\ENGINE_ADO.OBJ
[Linker Error] Error: Unresolved external '__fastcall Db::TCustomConnection::Close()' referenced from E:\PROJECT\SERVER\DEBUG_BUILD\ENGINE_ADO.OBJ
이런 에러가 뜹니다.. 윈도우모드로 짜다가 콘솔모드로 바꿨거든요.. 물론 아래와 같이 include 해줬습니다.
#include <vcl.h>
#include <ADODB.hpp>
#include <DB.hpp>
콘솔위자드에서 생성시에 C++, VCL체크했고요..
어디서 틀린걸까요?
|