- UID
- 203202
- 积分
- 0
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2004-12-16
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
已经包含了头文件,也将头文件和库加入到vc路径中,但是使用AcGeNurbSurface的时候,编译出现了以下错误,是什么没有设置对??请高手帮忙。
Linking...
Creating library Debug/wsfengPointTest.lib and object Debug/wsfengPointTest.exp
PointTestCommands.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall AcGeNurbSurface::AcGeNurbSurface(int,int,int,int,int,int,class AcGePoint3d const * const,double const * const,class AcGeKnotVector const &,cl
ass AcGeKnotVector const &,class AcGeTol const &)" (__imp_??0AcGeNurbSurface@@QAE@HHHHHHQBVAcGePoint3d@@QBNABVAcGeKnotVector@@2ABVAcGeTol@@@Z)
PointTestCommands.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall AcGeNurbSurface::AcGeNurbSurface(void)" (__imp_??0AcGeNurbSurface@@QAE@XZ)
Debug/wsfengPointTest.arx : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Creating browse info file...
wsfengPointTest.arx - 3 error(s), 0 warning(s) |
|