sapan280
15-03-2008 04:48:21
I got the nxOgre files from the website http://svn.nxogre.org/branches/0.9/
i downloaded PhysX file from the Ageia Support Center and I did as instructed in Betajaen's short guide to NxOgre but while compiling the nxOgre solution i got the following errors....
1>------ Build started: Project: NxOgre, Configuration: Debug Win32 ------
1>Compiling...
1>NxOgreStable.cpp
1>Compiling...
1>NxOgreTesting.cpp
1>NxOgreNxSerialiser.cpp
1>NxOgreWorldBlueprint.cpp
1>NxOgreSceneBlueprint.cpp
1>c:\nxogre\source\nxogresceneblueprint.cpp(111) : warning C4800: 'NX_BOOL' : forcing value to bool 'true' or 'false' (performance warning)
1>c:\nxogre\source\nxogresceneblueprint.cpp(112) : warning C4800: 'NX_BOOL' : forcing value to bool 'true' or 'false' (performance warning)
1>NxOgreEnumsBlueprint.cpp
1>NxOgreActorBlueprint.cpp
1>NxOgreSerialiser.cpp
1>NxOgreJointSet2.cpp
1>NxOgreJointSet1.cpp
1>NxOgreJoint.cpp
1>NxOgreSimpleShape.cpp
1>NxOgreMotor.cpp
1>NxOgreShapeWheel.cpp
1>NxOgreShapeTerrain.cpp
1>NxOgreShapePrimitives.cpp
1>NxOgreShapeMesh.cpp
1>NxOgreShapeConvex.cpp
1>NxOgreShape.cpp
1>NxOgreShapeBlueprintWheel.cpp
1>NxOgreShapeBlueprintTerrain.cpp
1>Generating Code...
1>Compiling...
1>NxOgreShapeBlueprintPrimitives.cpp
1>NxOgreShapeBlueprintMesh.cpp
1>NxOgreShapeBlueprintConvex.cpp
1>NxOgreShapeBlueprint.cpp
1>NxOgreSkeleton.cpp
1>NxOgreSoftBody.cpp
1>NxOgreMaterial.cpp
1>NxOgreHelper.cpp
1>NxOgreGroup.cpp
1>NxOgreForceField.cpp
1>c:\nxogre\source\nxogreforcefield.cpp(238) : error C2039: 'clothScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(239) : error C2039: 'constant' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(241) : error C2039: 'falloffLinear' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(242) : error C2039: 'falloffQuadratic' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(244) : error C2039: 'fluidScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(247) : error C2039: 'noise' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(249) : error C2039: 'positionMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(249) : error C2039: 'positionMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(250) : error C2039: 'positionTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(250) : error C2039: 'positionTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(251) : error C2039: 'rigidBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(251) : error C2039: 'rigidBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(252) : error C2039: 'softBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(252) : error C2039: 'softBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(253) : error C2039: 'torusRadius' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(253) : error C2039: 'torusRadius' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(254) : error C2039: 'velocityMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(254) : error C2039: 'velocityMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(255) : error C2039: 'velocityTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(255) : error C2039: 'velocityTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(281) : error C2039: 'flags' : is not a member of 'NxBoxForceFieldShapeDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxboxforcefieldshapedesc.h(29) : see declaration of 'NxBoxForceFieldShapeDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(281) : error C2065: 'NX_FFS_EXCLUDE' : undeclared identifier
1>c:\nxogre\source\nxogreforcefield.cpp(292) : error C2039: 'flags' : is not a member of 'NxSphereForceFieldShapeDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxsphereforcefieldshapedesc.h(28) : see declaration of 'NxSphereForceFieldShapeDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(304) : error C2039: 'flags' : is not a member of 'NxCapsuleForceFieldShapeDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxcapsuleforcefieldshapedesc.h(29) : see declaration of 'NxCapsuleForceFieldShapeDesc'
1>NxOgreFluidMesh.cpp
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : warning C4183: 'getFluidMesh': missing return type; assumed to be a member function returning 'int'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2065: 'mFluidMesh' : undeclared identifier
1>c:\nxogre\source\nxogrefluidmesh.cpp(39) : error C2039: 'releaseScreenSurfaceMesh' : is not a member of 'NxFluid'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluid.h(66) : see declaration of 'NxFluid'
1>c:\nxogre\source\nxogrefluidmesh.cpp(46) : error C2065: 'NxImplicitScreenMeshDesc' : undeclared identifier
1>c:\nxogre\source\nxogrefluidmesh.cpp(46) : error C2146: syntax error : missing ';' before identifier 'desc'
1>c:\nxogre\source\nxogrefluidmesh.cpp(46) : error C2065: 'desc' : undeclared identifier
1>c:\nxogre\source\nxogrefluidmesh.cpp(47) : error C2228: left of '.setToDefault' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(48) : error C2228: left of '.width' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(49) : error C2228: left of '.height' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(127) : error C2228: left of '.projectionMatrix' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(136) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(136) : error C2228: left of '.verticesPosBegin' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(137) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(137) : error C2228: left of '.verticesPosByteStride' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(138) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(138) : error C2228: left of '.numVerticesPtr' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(139) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(139) : error C2228: left of '.maxVertices' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(141) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(141) : error C2228: left of '.verticesNormalBegin' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(142) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(142) : error C2228: left of '.verticesNormalByteStride' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(144) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(144) : error C2228: left of '.indicesBegin' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(145) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(145) : error C2228: left of '.indicesByteStride' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(146) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(146) : error C2228: left of '.maxIndices' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(147) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(147) : error C2228: left of '.numIndicesPtr' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(149) : error C2228: left of '.particleRadius' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(150) : error C2228: left of '.screenSpacing' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(151) : error C2228: left of '.triangleWindingPositive' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(152) : error C2228: left of '.threshold' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(155) : error C2039: 'createScreenSurfaceMesh' : is not a member of 'NxFluid'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluid.h(66) : see declaration of 'NxFluid'
1>c:\nxogre\source\nxogrefluidmesh.cpp(161) : error C2227: left of '->generateMeshIsDone' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(170) : error C2227: left of '->getMesh' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(176) : error C2227: left of '->getMeshData' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(176) : error C2228: left of '.numIndicesPtr' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(334) : error C2227: left of '->setProjectionMatrix' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>NxOgreFluid.cpp
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : warning C4183: 'getFluidMesh': missing return type; assumed to be a member function returning 'int'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2065: 'mFluidMesh' : undeclared identifier
1>c:\nxogre\source\nxogrefluid.cpp(92) : error C2039: 'staticCollisionRestitution' : is not a member of 'NxFluidDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluiddesc.h(587) : see declaration of 'NxFluidDesc'
1>c:\nxogre\source\nxogrefluid.cpp(93) : error C2039: 'staticCollisionAdhesion' : is not a member of 'NxFluidDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluiddesc.h(587) : see declaration of 'NxFluidDesc'
1>NxOgreDominanceGroup.cpp
1>NxOgreCloth.cpp
1>NxOgreCharacterHitReport.cpp
1>NxOgreCharacterController.cpp
1>NxOgreCharacter.cpp
1>NxOgreBody.cpp
1>NxOgreActor.cpp
1>NxOgreUserStream.cpp
1>Generating Code...
1>Compiling...
1>NxOgreUserAllocator.cpp
1>NxOgrePose.cpp
1>NxOgreParams.cpp
1>NxOgreHelpers.cpp
1>NxOgreCooking.cpp
1>NxOgreContainer.cpp
1>NxOgreTrigger.cpp
1>NxOgreSceneTriggerController.cpp
1>NxOgreRaycaster.cpp
1>NxOgreIntersection.cpp
1>NxOgreClothRaycaster.cpp
1>NxOgreSceneController.cpp
1>NxOgreSceneContactController.cpp
1>NxOgreScene.cpp
1>NxOgreWorld.cpp
1>c:\nxogre\source\nxogreworld.cpp(232) : warning C4800: 'NxReal' : forcing value to bool 'true' or 'false' (performance warning)
1>NxOgreRemoteDebuggerConnection.cpp
1>NxOgrePhysXDriver.cpp
1>NxOgreMeshManager.cpp
1>NxOgreLog.cpp
1>NxOgreGlobalFunctions.cpp
1>Generating Code...
1>Compiling...
1>NxOgreError.cpp
1>NxOgreDebugRenderer.cpp
1>Generating Code...
1>Build log was saved at "file://C:\NxOgre\compiler\Windows\Debug\BuildLog.htm"
1>NxOgre - 78 error(s), 5 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
plz can anyone help me out...
thanx in advance...
i downloaded PhysX file from the Ageia Support Center and I did as instructed in Betajaen's short guide to NxOgre but while compiling the nxOgre solution i got the following errors....
1>------ Build started: Project: NxOgre, Configuration: Debug Win32 ------
1>Compiling...
1>NxOgreStable.cpp
1>Compiling...
1>NxOgreTesting.cpp
1>NxOgreNxSerialiser.cpp
1>NxOgreWorldBlueprint.cpp
1>NxOgreSceneBlueprint.cpp
1>c:\nxogre\source\nxogresceneblueprint.cpp(111) : warning C4800: 'NX_BOOL' : forcing value to bool 'true' or 'false' (performance warning)
1>c:\nxogre\source\nxogresceneblueprint.cpp(112) : warning C4800: 'NX_BOOL' : forcing value to bool 'true' or 'false' (performance warning)
1>NxOgreEnumsBlueprint.cpp
1>NxOgreActorBlueprint.cpp
1>NxOgreSerialiser.cpp
1>NxOgreJointSet2.cpp
1>NxOgreJointSet1.cpp
1>NxOgreJoint.cpp
1>NxOgreSimpleShape.cpp
1>NxOgreMotor.cpp
1>NxOgreShapeWheel.cpp
1>NxOgreShapeTerrain.cpp
1>NxOgreShapePrimitives.cpp
1>NxOgreShapeMesh.cpp
1>NxOgreShapeConvex.cpp
1>NxOgreShape.cpp
1>NxOgreShapeBlueprintWheel.cpp
1>NxOgreShapeBlueprintTerrain.cpp
1>Generating Code...
1>Compiling...
1>NxOgreShapeBlueprintPrimitives.cpp
1>NxOgreShapeBlueprintMesh.cpp
1>NxOgreShapeBlueprintConvex.cpp
1>NxOgreShapeBlueprint.cpp
1>NxOgreSkeleton.cpp
1>NxOgreSoftBody.cpp
1>NxOgreMaterial.cpp
1>NxOgreHelper.cpp
1>NxOgreGroup.cpp
1>NxOgreForceField.cpp
1>c:\nxogre\source\nxogreforcefield.cpp(238) : error C2039: 'clothScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(239) : error C2039: 'constant' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(241) : error C2039: 'falloffLinear' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(242) : error C2039: 'falloffQuadratic' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(244) : error C2039: 'fluidScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(247) : error C2039: 'noise' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(249) : error C2039: 'positionMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(249) : error C2039: 'positionMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(250) : error C2039: 'positionTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(250) : error C2039: 'positionTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(251) : error C2039: 'rigidBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(251) : error C2039: 'rigidBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(252) : error C2039: 'softBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(252) : error C2039: 'softBodyScale' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(253) : error C2039: 'torusRadius' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(253) : error C2039: 'torusRadius' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(254) : error C2039: 'velocityMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(254) : error C2039: 'velocityMultiplier' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(255) : error C2039: 'velocityTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(255) : error C2039: 'velocityTarget' : is not a member of 'NxForceFieldDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxforcefielddesc.h(63) : see declaration of 'NxForceFieldDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(281) : error C2039: 'flags' : is not a member of 'NxBoxForceFieldShapeDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxboxforcefieldshapedesc.h(29) : see declaration of 'NxBoxForceFieldShapeDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(281) : error C2065: 'NX_FFS_EXCLUDE' : undeclared identifier
1>c:\nxogre\source\nxogreforcefield.cpp(292) : error C2039: 'flags' : is not a member of 'NxSphereForceFieldShapeDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxsphereforcefieldshapedesc.h(28) : see declaration of 'NxSphereForceFieldShapeDesc'
1>c:\nxogre\source\nxogreforcefield.cpp(304) : error C2039: 'flags' : is not a member of 'NxCapsuleForceFieldShapeDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\nxcapsuleforcefieldshapedesc.h(29) : see declaration of 'NxCapsuleForceFieldShapeDesc'
1>NxOgreFluidMesh.cpp
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : warning C4183: 'getFluidMesh': missing return type; assumed to be a member function returning 'int'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2065: 'mFluidMesh' : undeclared identifier
1>c:\nxogre\source\nxogrefluidmesh.cpp(39) : error C2039: 'releaseScreenSurfaceMesh' : is not a member of 'NxFluid'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluid.h(66) : see declaration of 'NxFluid'
1>c:\nxogre\source\nxogrefluidmesh.cpp(46) : error C2065: 'NxImplicitScreenMeshDesc' : undeclared identifier
1>c:\nxogre\source\nxogrefluidmesh.cpp(46) : error C2146: syntax error : missing ';' before identifier 'desc'
1>c:\nxogre\source\nxogrefluidmesh.cpp(46) : error C2065: 'desc' : undeclared identifier
1>c:\nxogre\source\nxogrefluidmesh.cpp(47) : error C2228: left of '.setToDefault' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(48) : error C2228: left of '.width' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(49) : error C2228: left of '.height' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(127) : error C2228: left of '.projectionMatrix' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(136) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(136) : error C2228: left of '.verticesPosBegin' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(137) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(137) : error C2228: left of '.verticesPosByteStride' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(138) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(138) : error C2228: left of '.numVerticesPtr' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(139) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(139) : error C2228: left of '.maxVertices' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(141) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(141) : error C2228: left of '.verticesNormalBegin' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(142) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(142) : error C2228: left of '.verticesNormalByteStride' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(144) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(144) : error C2228: left of '.indicesBegin' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(145) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(145) : error C2228: left of '.indicesByteStride' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(146) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(146) : error C2228: left of '.maxIndices' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(147) : error C2228: left of '.meshData' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(147) : error C2228: left of '.numIndicesPtr' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(149) : error C2228: left of '.particleRadius' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(150) : error C2228: left of '.screenSpacing' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(151) : error C2228: left of '.triangleWindingPositive' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(152) : error C2228: left of '.threshold' must have class/struct/union
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(155) : error C2039: 'createScreenSurfaceMesh' : is not a member of 'NxFluid'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluid.h(66) : see declaration of 'NxFluid'
1>c:\nxogre\source\nxogrefluidmesh.cpp(161) : error C2227: left of '->generateMeshIsDone' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(170) : error C2227: left of '->getMesh' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(176) : error C2227: left of '->getMeshData' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>c:\nxogre\source\nxogrefluidmesh.cpp(176) : error C2228: left of '.numIndicesPtr' must have class/struct/union
1>c:\nxogre\source\nxogrefluidmesh.cpp(334) : error C2227: left of '->setProjectionMatrix' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>NxOgreFluid.cpp
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : warning C4183: 'getFluidMesh': missing return type; assumed to be a member function returning 'int'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C2143: syntax error : missing ';' before '*'
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\nxogre\include\nxogrefluidmesh.h(47) : error C2065: 'mFluidMesh' : undeclared identifier
1>c:\nxogre\source\nxogrefluid.cpp(92) : error C2039: 'staticCollisionRestitution' : is not a member of 'NxFluidDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluiddesc.h(587) : see declaration of 'NxFluidDesc'
1>c:\nxogre\source\nxogrefluid.cpp(93) : error C2039: 'staticCollisionAdhesion' : is not a member of 'NxFluidDesc'
1> c:\nxogre\physx sdk\sdks\physics\include\fluids\nxfluiddesc.h(587) : see declaration of 'NxFluidDesc'
1>NxOgreDominanceGroup.cpp
1>NxOgreCloth.cpp
1>NxOgreCharacterHitReport.cpp
1>NxOgreCharacterController.cpp
1>NxOgreCharacter.cpp
1>NxOgreBody.cpp
1>NxOgreActor.cpp
1>NxOgreUserStream.cpp
1>Generating Code...
1>Compiling...
1>NxOgreUserAllocator.cpp
1>NxOgrePose.cpp
1>NxOgreParams.cpp
1>NxOgreHelpers.cpp
1>NxOgreCooking.cpp
1>NxOgreContainer.cpp
1>NxOgreTrigger.cpp
1>NxOgreSceneTriggerController.cpp
1>NxOgreRaycaster.cpp
1>NxOgreIntersection.cpp
1>NxOgreClothRaycaster.cpp
1>NxOgreSceneController.cpp
1>NxOgreSceneContactController.cpp
1>NxOgreScene.cpp
1>NxOgreWorld.cpp
1>c:\nxogre\source\nxogreworld.cpp(232) : warning C4800: 'NxReal' : forcing value to bool 'true' or 'false' (performance warning)
1>NxOgreRemoteDebuggerConnection.cpp
1>NxOgrePhysXDriver.cpp
1>NxOgreMeshManager.cpp
1>NxOgreLog.cpp
1>NxOgreGlobalFunctions.cpp
1>Generating Code...
1>Compiling...
1>NxOgreError.cpp
1>NxOgreDebugRenderer.cpp
1>Generating Code...
1>Build log was saved at "file://C:\NxOgre\compiler\Windows\Debug\BuildLog.htm"
1>NxOgre - 78 error(s), 5 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
plz can anyone help me out...
thanx in advance...