|
帮帮我啊!! 我在编译是没的出错啊 但是在连接的时候出现了下面的错误::
--------------------Configuration: Hello1 - Win32 Debug--------------------
Linking...
Creating library Debug/Hello1.lib and object Debug/Hello1.exp
Hello1.obj : error LNK2001: unresolved external symbol "public: static void __cdecl AcDbObject:perator delete(void *)" ()
Hello1.obj : error LNK2001: unresolved external symbol "public: enum Acad::ErrorStatus __thiscall AcDbBlockTableRecord::appendAcDbEntity(class AcDbObjectId &,class AcDbEntity *)" (
)
Hello1.obj : error LNK2001: unresolved external symbol "public: enum Acad::ErrorStatus __thiscall AcDbObject::close(void)" ()
Hello1.obj : error LNK2001: unresolved external symbol "public: enum Acad::ErrorStatus __thiscall AcDbBlockTable::getAt(char const *,class AcDbBlockTableRecord * &,enum AcDb::OpenMode,bool)const " (
)
Hello1.obj : error LNK2001: unresolved external symbol "public: enum Acad::ErrorStatus __thiscall AcDbDatabase::getSymbolTable(class AcDbBlockTable * &,enum AcDb::OpenMode)" (
)
Hello1.obj : error LNK2001: unresolved external symbol "public: __thiscall AcDbLine::AcDbLine(class AcGePoint3d const &,class AcGePoint3d const &)" ()
Hello1.obj : error LNK2001: unresolved external symbol "public: static void * __cdecl AcDbObject:perator new(unsigned int)" ()
Hello1.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall AcGePoint3d::AcGePoint3d(double,double,double)" ()
./Hello1.arx : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.
Hello1.arx - 9 error(s), 0 warning(s)
本帖以下内容被隐藏保护;需要你回复后,才能看到! 游客,如果您要查看本帖隐藏内容请 回复 |
|