Game Development Community

Lots Of Compile Errors

by Devon Ly · in Torque Game Engine · 10/07/2002 (8:37 am) · 4 replies

Any help with thses would be great.
Warn ya now there's quite a few
this is straight outta the box for version 1.1.0
compiled with vc++6.0


OpenGL2D3D.cc
..\lib\opengl2d3d/opengl2d3d.h(1165) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
..\lib\opengl2d3d/opengl2d3d.h(1165) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
..\lib\opengl2d3d/opengl2d3d.h(1166) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
..\lib\opengl2d3d/opengl2d3d.h(1166) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2146: syntax error : missing ';' before identifier 'glAreTexturesResident'
..\lib\opengl2d3d/opengl2d3d.h(1167) : warning C4229: anachronism used : modifiers on data are ignored
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2501: 'GLboolean' : missing storage-class or type specifiers
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2377: 'GLboolean' : redefinition; typedef cannot be overloaded with any other symbol
..\lib\opengl2d3d/opengl2d3d.h(25) : see declaration of 'GLboolean'
..\lib\opengl2d3d/opengl2d3d.h(1167) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

torqueDemo.exe - 4 error(s), 5 warning(s)
--------------------Configuration: Torque Lib - Win32 Release--------------------
Compiling...
consoleDoc.cc
C:\torque\engine\console\consoleDoc.cc(17) : error C2039: 'dumpClasses' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(17) : error C2065: 'dumpClasses' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(29) : error C2039: 'dumpClasses' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(30) : error C2373: 'dumpClasses' : redefinition; different type modifiers
C:\torque\engine\console\consoleDoc.cc(33) : error C2065: 'trashCache' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(35) : error C2065: 'mNamespaceList' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(35) : error C2440: 'initializing' : cannot convert from 'int' to 'class Namespace *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\torque\engine\console\consoleDoc.cc(38) : error C2440: 'initializing' : cannot convert from 'int' to 'class Namespace *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\torque\engine\console\consoleDoc.cc(65) : error C2039: 'mClassRep' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(79) : error C2065: 'Entry' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(79) : error C2065: 'ewalk' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(79) : error C2440: '=' : cannot convert from 'struct Namespace::Entry *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\torque\engine\console\consoleDoc.cc(79) : error C2227: left of '->mNext' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(82) : error C2227: left of '->mType' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(82) : error C2653: 'Entry' : is not a class or namespace name
C:\torque\engine\console\consoleDoc.cc(82) : error C2065: 'ScriptFunctionType' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(84) : error C2227: left of '->mUsage' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(85) : error C2227: left of '->mType' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(85) : error C2227: left of '->mFunctionName' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(85) : error C2227: left of '->mUsage' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(88) : error C2227: left of '->mUsage' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(96) : error C2227: left of '->mType' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(96) : error C2227: left of '->mFunctionName' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(99) : error C2227: left of '->mFunctionOffset' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(101) : error C2227: left of '->mCode' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(101) : error C2227: left of '->getFunctionArgs' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(101) : error C2227: left of '->mFunctionOffset' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(102) : error C2227: left of '->mFunctionName' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(105) : error C2039: 'mClassRep' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(112) : error C2039: 'mClassRep' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(131) : error C2039: 'getTypeName' : is not a member of 'Con'
C:\torque\engine\console\consoleDoc.cc(131) : error C2065: 'getTypeName' : undeclared identifier
terraformer.cc
terraformerTexture.cc
guiShapeNameHud.cc
C:\torque\engine\game\fps\guiShapeNameHud.cc(146) : error C2039: 'getShapeName' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
C:\torque\engine\game\fps\guiShapeNameHud.cc(199) : error C2039: 'getShapeName' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
explosion.cc
C:\torque\engine\game\fx\explosion.cc(154) : error C2660: 'registerType' : function does not take 5 parameters
C:\torque\engine\game\fx\explosion.cc(156) : error C2065: 'TypeFilename' : undeclared identifier
particleEngine.cc
C:\torque\engine\game\fx\particleEngine.cc(176) : error C2660: 'registerType' : function does not take 5 parameters
C:\torque\engine\game\fx\particleEngine.cc(462) : error C2065: 'TypeFilename' : undeclared identifier
precipitation.cc
C:\torque\engine\game\fx\precipitation.cc(58) : error C2660: 'registerType' : function does not take 5 parameters
C:\torque\engine\game\fx\precipitation.cc(805) : error C2039: 'getWaterCoverage' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
C:\torque\engine\game\fx\precipitation.cc(806) : error C2039: 'getLiquidHeight' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
splash.cc
C:\torque\engine\game\fx\splash.cc(93) : error C2660: 'registerType' : function does not take 5 parameters
netDispatch.cc
C:\torque\engine\game\net\netDispatch.cc(242) : error C2039: 'getClassCRC' : is not a member of 'AbstractClassRep'
../engine\console/consoleObject.h(51) : see declaration of 'AbstractClassRep'
C:\torque\engine\game\net\netDispatch.cc(242) : error C2065: 'getClassCRC' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(285) : error C2039: 'getClassCRC' : is not a member of 'AbstractClassRep'
../engine\console/consoleObject.h(51) : see declaration of 'AbstractClassRep'
C:\torque\engine\game\net\netDispatch.cc(949) : error C2065: 'validateAuthenticatedServer' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(956) : error C2065: 'validateAuthenticatedClient' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(1032) : error C2039: 'expandScriptFilename' : is not a member of 'Con'
C:\torque\engine\game\net\netDispatch.cc(1032) : error C2065: 'expandScriptFilename' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(1055) : error C2039: 'expandScriptFilename' : is not a member of 'Con'
serverQuery.cc
C:\torque\engine\game\net\serverQuery.cc(639) : error C2065: 'validateAuthenticatedServer' : undeclared identifier
tcpObject.cc
C:\torque\engine\game\net\tcpObject.cc(230) : error C2039: 'sendtoSocket' : is not a member of 'Net'
../engine\Platform/platform.h(439) : see declaration of 'Net'
C:\torque\engine\game\net\tcpObject.cc(230) : error C2065: 'sendtoSocket' : undeclared identifier
main.cc
guiButtonBaseCtrl.cc
C:\torque\engine\gui\guiButtonBaseCtrl.cc(106) : error C2065: 'isMouseLocked' : undeclared identifier
winD3DVideo.cc
C:\torque\engine\platformWin32\winD3DVideo.cc(141) : error C2065: 'OPENGL2D3D' : undeclared identifier
C:\torque\engine\platformWin32\winD3DVideo.cc(141) : error C2065: 'GLU2D3D' : undeclared identifier
winDInputDevice.cc
C:\torque\engine\platformWin32\winDInputDevice.cc(49) : error C2065: 'DIDEVTYPE_KEYBOARD' : undeclared identifier
C:\torque\engine\platformWin32\winDInputDevice.cc(49) : error C2051: case expression not constant
C:\torque\engine\platformWin32\winDInputDevice.cc(55) : error C2065: 'DIDEVTYPE_MOUSE' : undeclared identifier
C:\torque\engine\platformWin32\winDInputDevice.cc(55) : error C2051: case expression not constant
C:\torque\engine\platformWin32\winDInputDevice.cc(61) : error C2065: 'DIDEVTYPE_JOYSTICK' : undeclared identifier
C:\torque\engine\platformWin32\winDInputDevice.cc(61) : error C2051: case expression not constant
winDirectInput.cc
C:\torque\engine\platformWin32\winDirectInput.cc(212) : error C2065: 'DIDEVTYPE_KEYBOARD' : undeclared identifier
C:\torque\engine\platformWin32\winDirectInput.cc(213) : error C2065: 'DIDEVTYPE_MOUSE' : undeclared identifier
C:\torque\engine\platformWin32\winDirectInput.cc(214) : error C2065: 'DIDEVTYPE_JOYSTICK' : undeclared identifier
audioFunctions.cc
C:\torque\engine\audio\audioFunctions.cc(134) : error C2039: 'OpenALInit' : is not a member of 'Audio'
C:\torque\engine\audio\audioFunctions.cc(134) : error C2065: 'OpenALInit' : undeclared identifier
C:\torque\engine\audio\audioFunctions.cc(150) : error C2039: 'OpenALShutdown' : is not a member of 'Audio'
C:\torque\engine\audio\audioFunctions.cc(150) : error C2065: 'OpenALShutdown' : undeclared identifier
terraformer_noise.cc
todo
Error executing cl.exe.

engine.lib - 69 error(s), 0 warning(s)
--------------------Configuration: Torque Lib - Win32 Release--------------------
Compiling...
consoleDoc.cc
C:\torque\engine\console\consoleDoc.cc(17) : error C2039: 'dumpClasses' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(17) : error C2065: 'dumpClasses' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(29) : error C2039: 'dumpClasses' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(30) : error C2373: 'dumpClasses' : redefinition; different type modifiers
C:\torque\engine\console\consoleDoc.cc(33) : error C2065: 'trashCache' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(35) : error C2065: 'mNamespaceList' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(35) : error C2440: 'initializing' : cannot convert from 'int' to 'class Namespace *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\torque\engine\console\consoleDoc.cc(38) : error C2440: 'initializing' : cannot convert from 'int' to 'class Namespace *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\torque\engine\console\consoleDoc.cc(65) : error C2039: 'mClassRep' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(79) : error C2065: 'Entry' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(79) : error C2065: 'ewalk' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(79) : error C2440: '=' : cannot convert from 'struct Namespace::Entry *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\torque\engine\console\consoleDoc.cc(79) : error C2227: left of '->mNext' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(82) : error C2227: left of '->mType' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(82) : error C2653: 'Entry' : is not a class or namespace name
C:\torque\engine\console\consoleDoc.cc(82) : error C2065: 'ScriptFunctionType' : undeclared identifier
C:\torque\engine\console\consoleDoc.cc(84) : error C2227: left of '->mUsage' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(85) : error C2227: left of '->mType' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(85) : error C2227: left of '->mFunctionName' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(85) : error C2227: left of '->mUsage' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(88) : error C2227: left of '->mUsage' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(96) : error C2227: left of '->mType' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(96) : error C2227: left of '->mFunctionName' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(99) : error C2227: left of '->mFunctionOffset' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(101) : error C2227: left of '->mCode' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(101) : error C2227: left of '->getFunctionArgs' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(101) : error C2227: left of '->mFunctionOffset' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(102) : error C2227: left of '->mFunctionName' must point to class/struct/union
C:\torque\engine\console\consoleDoc.cc(105) : error C2039: 'mClassRep' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(112) : error C2039: 'mClassRep' : is not a member of 'Namespace'
../engine\console/consoleInternal.h(26) : see declaration of 'Namespace'
C:\torque\engine\console\consoleDoc.cc(131) : error C2039: 'getTypeName' : is not a member of 'Con'
C:\torque\engine\console\consoleDoc.cc(131) : error C2065: 'getTypeName' : undeclared identifier
guiShapeNameHud.cc
C:\torque\engine\game\fps\guiShapeNameHud.cc(146) : error C2039: 'getShapeName' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
C:\torque\engine\game\fps\guiShapeNameHud.cc(199) : error C2039: 'getShapeName' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
explosion.cc
C:\torque\engine\game\fx\explosion.cc(154) : error C2660: 'registerType' : function does not take 5 parameters
C:\torque\engine\game\fx\explosion.cc(156) : error C2065: 'TypeFilename' : undeclared identifier
particleEngine.cc
C:\torque\engine\game\fx\particleEngine.cc(176) : error C2660: 'registerType' : function does not take 5 parameters
C:\torque\engine\game\fx\particleEngine.cc(462) : error C2065: 'TypeFilename' : undeclared identifier
precipitation.cc
C:\torque\engine\game\fx\precipitation.cc(58) : error C2660: 'registerType' : function does not take 5 parameters
C:\torque\engine\game\fx\precipitation.cc(805) : error C2039: 'getWaterCoverage' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
C:\torque\engine\game\fx\precipitation.cc(806) : error C2039: 'getLiquidHeight' : is not a member of 'ShapeBase'
../engine\game/shapeBase.h(408) : see declaration of 'ShapeBase'
splash.cc
C:\torque\engine\game\fx\splash.cc(93) : error C2660: 'registerType' : function does not take 5 parameters
netDispatch.cc
C:\torque\engine\game\net\netDispatch.cc(242) : error C2039: 'getClassCRC' : is not a member of 'AbstractClassRep'
../engine\console/consoleObject.h(51) : see declaration of 'AbstractClassRep'
C:\torque\engine\game\net\netDispatch.cc(242) : error C2065: 'getClassCRC' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(285) : error C2039: 'getClassCRC' : is not a member of 'AbstractClassRep'
../engine\console/consoleObject.h(51) : see declaration of 'AbstractClassRep'
C:\torque\engine\game\net\netDispatch.cc(949) : error C2065: 'validateAuthenticatedServer' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(956) : error C2065: 'validateAuthenticatedClient' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(1032) : error C2039: 'expandScriptFilename' : is not a member of 'Con'
C:\torque\engine\game\net\netDispatch.cc(1032) : error C2065: 'expandScriptFilename' : undeclared identifier
C:\torque\engine\game\net\netDispatch.cc(1055) : error C2039: 'expandScriptFilename' : is not a member of 'Con'
serverQuery.cc
C:\torque\engine\game\net\serverQuery.cc(639) : error C2065: 'validateAuthenticatedServer' : undeclared identifier
tcpObject.cc
C:\torque\engine\game\net\tcpObject.cc(230) : error C2039: 'sendtoSocket' : is not a member of 'Net'
../engine\Platform/platform.h(439) : see declaration of 'Net'
C:\torque\engine\game\net\tcpObject.cc(230) : error C2065: 'sendtoSocket' : undeclared identifier
guiButtonBaseCtrl.cc
C:\torque\engine\gui\guiButtonBaseCtrl.cc(106) : error C2065: 'isMouseLocked' : undeclared identifier
winD3DVideo.cc
C:\torque\engine\platformWin32\winD3DVideo.cc(141) : error C2065: 'OPENGL2D3D' : undeclared identifier
C:\torque\engine\platformWin32\winD3DVideo.cc(141) : error C2065: 'GLU2D3D' : undeclared identifier
winDInputDevice.cc
C:\torque\engine\platformWin32\winDInputDevice.cc(49) : error C2065: 'DIDEVTYPE_KEYBOARD' : undeclared identifier
C:\torque\engine\platformWin32\winDInputDevice.cc(49) : error C2051: case expression not constant
C:\torque\engine\platformWin32\winDInputDevice.cc(55) : error C2065: 'DIDEVTYPE_MOUSE' : undeclared identifier
C:\torque\engine\platformWin32\winDInputDevice.cc(55) : error C2051: case expression not constant
C:\torque\engine\platformWin32\winDInputDevice.cc(61) : error C2065: 'DIDEVTYPE_JOYSTICK' : undeclared identifier
C:\torque\engine\platformWin32\winDInputDevice.cc(61) : error C2051: case expression not constant
winDirectInput.cc
C:\torque\engine\platformWin32\winDirectInput.cc(212) : error C2065: 'DIDEVTYPE_KEYBOARD' : undeclared identifier
C:\torque\engine\platformWin32\winDirectInput.cc(213) : error C2065: 'DIDEVTYPE_MOUSE' : undeclared identifier
C:\torque\engine\platformWin32\winDirectInput.cc(214) : error C2065: 'DIDEVTYPE_JOYSTICK' : undeclared identifier
audioFunctions.cc
C:\torque\engine\audio\audioFunctions.cc(134) : error C2039: 'OpenALInit' : is not a member of 'Audio'
C:\torque\engine\audio\audioFunctions.cc(134) : error C2065: 'OpenALInit' : undeclared identifier
C:\torque\engine\audio\audioFunctions.cc(150) : error C2039: 'OpenALShutdown' : is not a member of 'Audio'
C:\torque\engine\audio\audioFunctions.cc(150) : error C2065: 'OpenALShutdown' : undeclared identifier
todo
Error executing cl.exe.

buildWad.exe - 69 error(s), 0 warning(s)
--------------------Configuration: map2dif - Win32 Release--------------------
Compiling...
bspNode.cc
C:\torque\tools\map2dif\bspNode.cc(9) : fatal error C1083: Cannot open include file: 'tools/morian/bspNode.h': No such file or directory
createLightmaps.cc
C:\torque\tools\map2dif\createLightmaps.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/createLightmaps.h': No such file or directory
csgBrush.cc
C:\torque\tools\map2dif\csgBrush.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/csgBrush.h': No such file or directory
editFloorPlanRes.cc
C:\torque\tools\map2dif\editFloorPlanRes.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/editGeometry.h': No such file or directory
editGeometry.cc
C:\torque\tools\map2dif\editGeometry.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/editGeometry.h': No such file or directory
editInteriorRes.cc
C:\torque\tools\map2dif\editInteriorRes.cc(8) : fatal error C1083: Cannot open include file: 'engine/dgl/gBitmap.h': No such file or directory
entityTypes.cc
C:\torque\tools\map2dif\entityTypes.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/entityTypes.h': No such file or directory
exportGeometry.cc
C:\torque\tools\map2dif\exportGeometry.cc(10) : fatal error C1083: Cannot open include file: 'tools/morian/editGeometry.h': No such file or directory
lmapPacker.cc
C:\torque\tools\map2dif\lmapPacker.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/lmapPacker.h': No such file or directory
main.cc
C:\torque\tools\map2dif\main.cc(21) : fatal error C1083: Cannot open include file: 'tools/morian/tokenizer.h': No such file or directory
morianUtil.cc
C:\torque\tools\map2dif\morianUtil.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/morianUtil.h': No such file or directory
navGraph.cc
C:\torque\tools\map2dif\navGraph.cc(15) : fatal error C1083: Cannot open include file: 'tools/morian/editGeometry.h': No such file or directory
tokenizer.cc
C:\torque\tools\map2dif\tokenizer.cc(8) : fatal error C1083: Cannot open include file: 'tools/morian/tokenizer.h': No such file or directory
Error executing cl.exe.

map2dif.exe - 13 error(s), 0 warning(s)
--------------------Configuration: max2dtsExporter - Win32 Release--------------------
Compiling resources...
C:\torque\tools\max2dtsExporter\exporter.rc(3) : fatal error RC1015: cannot open include file 'dtseres.h'.
Error executing rc.exe.

max2dtsExporter.dle - 1 error(s), 0 warning(s)
--------------------Configuration: max2mapExporter - Win32 Release--------------------
Compiling...
main.cc
C:\torque\tools\max2mapExporter\main.cc(8) : fatal error C1083: Cannot open include file: 'MAPExporter.h': No such file or directory
Error executing cl.exe.

max2mapExporter.dle - 1 error(s), 0 warning(s)
--------------------Configuration: texture2bm8 - Win32 Release--------------------
Compiling...
main.cc
C:\torque\tools\texture2bm8\main.cc(14) : fatal error C1083: Cannot open include file: 'texMunge/svector.h': No such file or directory
svector.cc
C:\torque\tools\texture2bm8\svector.cc(13) : fatal error C1083: Cannot open include file: 'texMunge/sVector.h': No such file or directory
Error executing cl.exe.

#1
10/09/2002 (7:28 pm)
1. Have you followed the instructions carefully?
Documentation
2. Is your compiler set up correctly?
VC++ 6.0 Setup
3. Is NASM installed?
NASM is on the CD. Alternatly at: NASM Download
4. You should realy start with the latest release, although if you are download limited, I can understand. the latest release is 1.1.2. See CVS instructions for download:
WinCVS

If all that fails, pls post again. No need for additional fail data.

-Ed
#2
10/09/2002 (7:37 pm)
I had the same type of errors until I added the .cc registry entry. The registry entry is in the documentation under the VC6 portion.

You have to add this entry so VC6 recognizes .cc files.

Perhaps that will help.

~Sean
#3
10/09/2002 (8:17 pm)
Anyway thanks for your help guys. I downloaded the wrong releases of torque, got the faulty 1.1.2 tag instead of 1_1_2 tag. ;)
#4
10/17/2002 (10:20 am)
Though obvious to some, make sure that you exit Visual Studio before attempting to install your reg patches from the "VC6 .cc compiling.reg" file. If you don't exit first, you may need to reboot your system to get them to "stick".

-Ken =]