Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Error building gunz in vs 2015

Joined
Apr 13, 2012
Messages
536
Reaction score
32
Hello,

I have solved all problems i had while converting to 2015 but i had 2 unresolved externals caused by RealSpace2.lib, anyone knows how to solve?


Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "public: void __thiscall RealSpace2::RMesh::CalcNodeMatrixBBox(class RealSpace2::RMeshNode *)" (?CalcNodeMatrixBBox@RMesh@RealSpace2@@QAEXPAVRMeshNode@2@@Z) referenced in function "private: void __thiscall RealSpace2::RMesh::RenderSub(struct D3DXMATRIX *,bool,bool)" (?RenderSub@RMesh@RealSpace2@@AAEXPAUD3DXMATRIX@@_N1@Z) Gunz RealSpace2.lib(RMesh_Render.obj) 1
Severity Code Description Project File Line Suppression State

Error LNK2019 unresolved external symbol "public: void __thiscall RealSpace2::RMesh::SubCalcBBox(struct D3DXVECTOR3 *,struct D3DXVECTOR3 *,struct D3DXVECTOR3 *)" (?SubCalcBBox@RMesh@RealSpace2@@QAEXPAUD3DXVECTOR3@@00@Z) referenced in function "public: void __thiscall RealSpace2::RMeshNode::CalcVertexBuffer_Bbox(enum RealSpace2::CalcVertexBufferBboxMode,struct D3DXMATRIX &)" (?CalcVertexBuffer_Bbox@RMeshNode@RealSpace2@@QAEXW4CalcVertexBufferBboxMode@2@AAUD3DXMATRIX@@@Z) Gunz RealSpace2.lib(RMeshNode.obj) 1


Thanks in advance



Edit: SOLVED
 
Back
Top