Jump to content

link error in VC8


photo

Recommended Posts

I build unigine src (version 10-09-07) using source/engine/unigine.sln in visual studio 2008 sp1. error msg samples is below.

 

1>Buffer.obj : error LNK2019: "const type_info::`vftable'" (??_7type_info@@6B@) 외부 기호(참조 위치: "public: virtual __thiscall Buffer::~Buffer(void)" (??1Buffer@@UAE@XZ) 함수)에서 확인하지 못했습니다.

1>Socket.obj : error LNK2001: "const type_info::`vftable'" (??_7type_info@@6B@) 외부 기호를 확인할 수 없습니다.

1>Stream.obj : error LNK2001: "const type_info::`vftable'" (??_7type_info@@6B@) 외부 기호를 확인할 수 없습니다.

1>ObjectBillboard.obj : error LNK2001: "const type_info::`vftable'" (??_7type_info@@6B@) 외부 기호를 확인할 수 없습니다.

1>ObjectParticles.obj : error LNK2001: "const type_info::`vftable'" (??_7type_info@@6B@) 외부 기호를 확인할 수 없습니다.

....

1>Socket.obj : error LNK2001: __purecall 외부 기호를 확인할 수 없습니다.

1>ObjectBillboard.obj : error LNK2001: __purecall 외부 기호를 확인할 수 없습니다.

1>ObjectParticles.obj : error LNK2019: __purecall 외부 기호(참조 위치: "public: virtual int __thiscall ObjectParticles::loadWorld(class Xml const *)" (?loadWorld@ObjectParticles@@UAEHPBVXml@@@Z) 함수)에서 확인하지 못했습니다.

1>Thread.obj : error LNK2001: __purecall 외부 기호를 확인할 수 없습니다.

....

(maybe all object...)

 

please check this problem. this occurs in Debug/Release both build.

 

in addition, Would you support version control source? (by example, svn, git...)

 

- redpixel

Link to comment

hi, steve.

 

I never used the project file to build engine. It will cause much more problem.

 

use scons to build.

 

of cource, I builded using scons. but our project team members prefer to use visual studio solution file. moreover, solution file in previous version builded successfully.

 

hmm.. and I got build error when scons building.. anyone can help this problem? see attached picture.

post-29-026780700 1286949401_thumb.png

Link to comment

in addition, Would you support version control source? (by example, svn, git...)

 

Right now we are working on SVN access feature to be integrated with the portal system.

Link to comment

hi, steve.

 

 

 

of cource, I builded using scons. but our project team members prefer to use visual studio solution file. moreover, solution file in previous version builded successfully.

 

hmm.. and I got build error when scons building.. anyone can help this problem? see attached picture.

 

We can't provide latest version of NVApi from NVIDIA with Unigine SDK.

Therefore you can't compile 3DVision launchers.

Link to comment

hi, steve.

 

 

 

of cource, I builded using scons. but our project team members prefer to use visual studio solution file. moreover, solution file in previous version builded successfully.

 

hmm.. and I got build error when scons building.. anyone can help this problem? see attached picture.

 

You need to get permission from NVIDIA first to use their API, contact your account manager in NVIDIA.

Link to comment
×
×
  • Create New...