Game Development Community

Build errors with vs.net 2005 pro

by Jonathon Stevens · in Torque Game Engine Advanced · 07/01/2006 (10:20 am) · 3 replies

I'm getting build errors on this. When I looked at the tse\lib\directx9 folder, it is empty. I do have DirectX 9 installed in the typical place which the projects are already pointing at:

C:\Program Files\Microsoft DirectX SDK (December 2005)

Thoughts?

About the author

With a few casual games under his belt as CEO of Last Straw Productions, Jonathon created the increasingly popular Indie MMO Game Developers Conference.


#1
07/01/2006 (10:20 am)
Errors I'm getting:

Error	1	error C3861: 'RegisterCoreTypes': identifier not found	d:\tse\tse\tools\map2dif plus\main.cpp	82	
Error	2	error C3861: 'RegisterMathTypes': identifier not found	d:\tse\tse\tools\map2dif plus\main.cpp	83	
Error	3	error C3861: 'RegisterCoreTypes': identifier not found	d:\tse\tse\tools\map2dif\main.cpp	71	
Error	4	error C3861: 'RegisterMathTypes': identifier not found	d:\tse\tse\tools\map2dif\main.cpp	72	
Error	6	error LNK2019: unresolved external symbol "class ResourceInstance * __cdecl constructAtlasFileResource(class Stream &)" (?constructAtlasFileResource@@YAPAVResourceInstance@@AAVStream@@@Z) referenced in function "bool __cdecl initLibraries(void)" (?initLibraries@@YA_NXZ)	main.obj	
Error	7	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	waterBlock.obj	
Error	8	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	tsMesh.obj	
Error	9	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	atlasInstance.obj	
Error	10	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	precipitation.obj	
Error	11	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	interiorRender.obj	
Error	12	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	sky.obj	
Error	13	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	terrData.obj	
Error	14	error LNK2019: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z) referenced in function "public: virtual bool __thiscall ShapeBase::prepRenderImage(class SceneState *,unsigned int,unsigned int,bool)" (?prepRenderImage@ShapeBase@@UAE_NPAVSceneState@@II_N@Z)	shapeBase.obj	
Error	15	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	fxFoliageReplicator.obj	
Error	16	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	fxSunLight.obj	
Error	17	error LNK2001: unresolved external symbol "public: void __thiscall RenderInstManager::addInst(struct RenderInst *)" (?addInst@RenderInstManager@@QAEXPAURenderInst@@@Z)	particleEmitter.obj	
Error	18	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	waterBlock.obj	
Error	19	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	tsMesh.obj	
Error	20	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	atlasInstance.obj	
Error	21	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	sceneGraph.obj	
Error	22	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	sceneState.obj	
Error	23	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	sky.obj	
Error	24	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	terrData.obj	
Error	25	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	precipitation.obj	
Error	26	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	interior.obj	
Error	27	error LNK2019: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A) referenced in function "void __cdecl 'dynamic initializer for 'gConsoleFunctionGroupInteriors__GroupBegin''(void)" (??__EgConsoleFunctionGroupInteriors__GroupBegin@@YAXXZ)	interiorInstance.obj	
Error	28	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	interiorRender.obj	
Error	29	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	shapeBase.obj	
Error	30	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	fxFoliageReplicator.obj	
Error	31	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	fxSunLight.obj	
Error	32	error LNK2001: unresolved external symbol "class RenderInstManager gRenderInstManager" (?gRenderInstManager@@3VRenderInstManager@@A)	particleEmitter.obj	
Error	33	error LNK2019: unresolved external symbol "public: void __thiscall RenderInst::calcSortPoint(class SceneObject *,class Point3F const &)" (?calcSortPoint@RenderInst@@QAEXPAVSceneObject@@ABVPoint3F@@@Z) referenced in function "protected: void __thiscall ParticleEmitter::prepBatchRender(class Point3F const &)" (?prepBatchRender@ParticleEmitter@@IAEXABVPoint3F@@@Z)	particleEmitter.obj	
Error	34	error LNK2001: unresolved external symbol "public: void __thiscall RenderInst::calcSortPoint(class SceneObject *,class Point3F const &)" (?calcSortPoint@RenderInst@@QAEXPAVSceneObject@@ABVPoint3F@@@Z)	tsMesh.obj	
Error	35	error LNK2019: unresolved external symbol "public: void __thiscall RenderInstManager::clear(void)" (?clear@RenderInstManager@@QAEXXZ) referenced in function "public: void __thiscall SceneState::renderCurrentImages(void)" (?renderCurrentImages@SceneState@@QAEXXZ)	sceneState.obj	
Error	36	error LNK2019: unresolved external symbol "public: void __thiscall RenderInstManager::render(void)" (?render@RenderInstManager@@QAEXXZ) referenced in function "public: void __thiscall SceneState::renderCurrentImages(void)" (?renderCurrentImages@SceneState@@QAEXXZ)	sceneState.obj	
Error	37	error LNK2019: unresolved external symbol "public: void __thiscall RenderInstManager::sort(void)" (?sort@RenderInstManager@@QAEXXZ) referenced in function "public: void __thiscall SceneState::renderCurrentImages(void)" (?renderCurrentImages@SceneState@@QAEXXZ)	sceneState.obj	
Error	38	fatal error LNK1120: 7 unresolved externals	../example/TSE_DEBUG.exe
#2
07/01/2006 (10:48 am)
Turns out that the visual studio 2005 project isn't updated. I posted the EXACT same errors in another thread and was told this.
#3
07/01/2006 (10:56 am)
Yea, I read that after I posted this.. gonna post on there now instead of here! thanks