• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Error Lib visual studio 2019

Experienced Elementalist
Joined
Oct 14, 2015
Messages
293
Reaction score
86
Code:
1>RealSpace2.lib(RMesh_Render.obj) : 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)
1>RealSpace2.lib(RMeshNode.obj) : 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)
1>d3dx9.lib(cleanmesh.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cparse.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>dxerr9.lib(dxerr9.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cpreprocessor.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(ctokenize.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cassembler.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(ccompiler.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>dxerr9.lib(dxerr9.obj) : error LNK2019: unresolved external symbol __vsnwprintf referenced in function "long __stdcall StringVPrintfWorkerW(unsigned short *,unsigned int,unsigned short const *,char *)" (?StringVPrintfWorkerW@@YGJPAGIPBGPAD@Z)
1>NPGameLib.Lib(NPGameLib.obj) : error LNK2019: unresolved external symbol _vsprintf referenced in function "public: bool __cdecl CFvLog::Write(char const *,...)" (?Write@CFvLog@@QAA_NPBDZZ)
1>..\Build\Gunz\Gunz.exe : fatal error LNK1120: 5 unresolved externals
1>Done building project "Gunz.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========

How can I solve ?
 
Experienced Elementalist
Joined
Apr 11, 2010
Messages
296
Reaction score
18
Code:
1>RealSpace2.lib(RMesh_Render.obj) : 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)
1>RealSpace2.lib(RMeshNode.obj) : 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)
1>d3dx9.lib(cleanmesh.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cparse.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>dxerr9.lib(dxerr9.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cpreprocessor.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(ctokenize.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(cassembler.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>d3dx9.lib(ccompiler.obj) : error LNK2001: unresolved external symbol __vsnprintf
1>dxerr9.lib(dxerr9.obj) : error LNK2019: unresolved external symbol __vsnwprintf referenced in function "long __stdcall StringVPrintfWorkerW(unsigned short *,unsigned int,unsigned short const *,char *)" (?StringVPrintfWorkerW@@YGJPAGIPBGPAD@Z)
1>NPGameLib.Lib(NPGameLib.obj) : error LNK2019: unresolved external symbol _vsprintf referenced in function "public: bool __cdecl CFvLog::Write(char const *,...)" (?Write@CFvLog@@QAA_NPBDZZ)
1>..\Build\Gunz\Gunz.exe : fatal error LNK1120: 5 unresolved externals
1>Done building project "Gunz.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========

How can I solve ?

open Stdafx.h add this #pragma comment(lib, "legacy_stdio_definitions.lib") this should fix your problem
 
Upvote 0
Junior Spellweaver
Joined
Sep 27, 2016
Messages
151
Reaction score
10
I'm build all success, but how i can fix it, tut fix bug character visual studio 2012 has been deleted
Pic problem :
 
Upvote 0
Back
Top