379 errors.. bit much??
by Jacob Dankovchik · in Torque Game Engine · 02/17/2004 (3:29 pm) · 23 replies
I just downloaded my Torque SDK, im soo excited, i open the workspace in vc6, compile, and i get a huge amount of errors.. here is a peice:
Linking...
LINK : warning LNK4001: no object files specified; libraries used
LINK : warning LNK4001: no object files specified; libraries used
Creating library ../lib/out.VC6.RELEASE/opengl2d3d.lib and object ../lib/out.VC6.RELEASE/opengl2d3d.exp
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAccum@8
opengl2d3d.exp : error LNK2001: unresolved external symbol _glActiveTextureARB@4
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAllocateVertexBufferEXT@12
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAlphaFunc@8
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAreTexturesResident@12
and it just keeps goin and goin... Wots goin on, and how do i fix this?? :(
Linking...
LINK : warning LNK4001: no object files specified; libraries used
LINK : warning LNK4001: no object files specified; libraries used
Creating library ../lib/out.VC6.RELEASE/opengl2d3d.lib and object ../lib/out.VC6.RELEASE/opengl2d3d.exp
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAccum@8
opengl2d3d.exp : error LNK2001: unresolved external symbol _glActiveTextureARB@4
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAllocateVertexBufferEXT@12
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAlphaFunc@8
opengl2d3d.exp : error LNK2001: unresolved external symbol _glAreTexturesResident@12
and it just keeps goin and goin... Wots goin on, and how do i fix this?? :(
About the author
Torque Owner Mike G.M.