what is the .LIB that handles the class CDXUTSDKMesh class

  • Thread starter Thread starter AbdEllah Gogop
  • Start date Start date
A

AbdEllah Gogop

Guest
i want to rebuild the DirectX SDK project BasicHLSL10, i got errors of type:

Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "public: __thiscall CDXUTSDKMesh::CDXUTSDKMesh(void)" (??0CDXUTSDKMesh@@QAE@XZ) referenced in function _create_mesh ConsoleApplication1 D:\mydocuments2015\ConsoleApplication1\ConsoleApplication1\ConsoleApplication1.obj 1
Error LNK2019 unresolved external symbol "public: virtual __thiscall CDXUTSDKMesh::~CDXUTSDKMesh(void)" (??1CDXUTSDKMesh@@UAE@XZ) referenced in function _create_mesh ConsoleApplication1 D:\mydocuments2015\ConsoleApplication1\ConsoleApplication1\ConsoleApplication1.obj 1
Error LNK2019 unresolved external symbol "public: virtual long __thiscall CDXUTSDKMesh::Create(struct ID3D10Device *,wchar_t const *,bool,struct SDKMESH_CALLBACKS10 *)" (?Create@CDXUTSDKMesh@@UAEJPAUID3D10Device@@PB_W_NPAUSDKMESH_CALLBACKS10@@@Z) referenced in function _create_mesh ConsoleApplication1 D:\mydocuments2015\ConsoleApplication1\ConsoleApplication1\ConsoleApplication1.obj 1
Error LNK1120 3 unresolved externals ConsoleApplication1 D:\mydocuments2015\ConsoleApplication1\Debug\ConsoleApplication1.dll 1


i have linked the whole project against all the .LIB in from the SDK 2010 LIB folder. so what is the problem?

Continue reading...
 
Back
Top