Skip to content

Instantly share code, notes, and snippets.

@ChristopherS
Created November 26, 2012 21:42
Show Gist options
  • Save ChristopherS/4150802 to your computer and use it in GitHub Desktop.
Save ChristopherS/4150802 to your computer and use it in GitHub Desktop.
Build started 11/26/2012 7:16:33 PM.
1>Project "I:\dev\CWE_Build\Sources\Tools\MaxConvert\MaxConvert.vcxproj" on node 4 (Build target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"I:/SDK/cwe-prefix/include" /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/.. /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/CoreLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/FeatureLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/FeatureLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/NucleusLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/NucleusLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/PubUtilLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/PubUtilLib/inc /II:/SDK/maxsdk/include /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D HS_BUILD_FOR_WIN32 /D BUILDING_MAXPLUGIN /D BINK_SDK_AVAILABLE /D CURL_STATICLIB /D CLIENT /D LITTLE_ENDIAN /D _CRT_SECURE_NO_WARNINGS /D _SCL_SECURE_NO_WARNINGS /D MAXPLUGINCODE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"MaxConvert.dir\Release\\" /Fd"I:/dev/CWE_Build/Sources/Tools/MaxConvert/Release/MaxConvert.pdb" /Gd /TP /analyze- /errorReport:prompt /Zm1000 F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsConverterUtils.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plClusterUtil.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plConvert.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLayerConverter.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLightMapGen.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plMeshConverter.cpp
hsControlConverter.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(625): error C2664: 'hsControlConverter::IConvertSubTransform' : cannot convert parameter 2 from 'MSTR' to 'char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(662): warning C4244: '=' : conversion from 'float' to 'TimeValue', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(663): warning C4244: '=' : conversion from 'float' to 'TimeValue', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(752): error C2664: 'hsControlConverter::IGetRangeCoverKeyIndices' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(832): error C2664: 'hsControlConverter::IGetRangeCoverKeyIndices' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(873): error C2664: 'hsControlConverter::IGetRangeCoverKeyIndices' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(915): error C2664: 'hsControlConverter::IGetRangeCoverKeyIndices' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(961): error C2664: 'hsControlConverter::IGetRangeCoverKeyIndices' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(987): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(1252): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(1534): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(1946): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(1971): error C2440: 'initializing' : cannot convert from 'MSTR' to 'char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsControlConverter.cpp(2107): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
hsConverterUtils.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsConverterUtils.cpp(262): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsConverterUtils.cpp(468): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
hsMaterialConverter.cpp
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/..\MaxPlasmaMtls/Materials/plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(1028): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(1139): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(1707): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(2278): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(2372): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(2734): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(2772): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(2822): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(2823): error C2440: 'initializing' : cannot convert from 'MSTR' to 'char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4249): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4262): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4530): error C2664: 'plClothingItem::SetName' : cannot convert parameter 1 from 'MSTR' to 'char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4539): warning C4244: '=' : conversion from 'float' to 'uint8_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4540): warning C4244: '=' : conversion from 'float' to 'uint8_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4541): warning C4244: '=' : conversion from 'float' to 'uint8_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4542): warning C4244: '=' : conversion from 'float' to 'uint8_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4543): warning C4244: '=' : conversion from 'float' to 'uint8_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\hsMaterialConverter.cpp(4544): warning C4244: '=' : conversion from 'float' to 'uint8_t', possible loss of data
plClusterUtil.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plConvert.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plLayerConverter.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLayerConverter.cpp(756): warning C4244: 'argument' : conversion from 'float' to 'uint8_t', possible loss of data
plLightMapGen.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLightMapGen.cpp(971): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLightMapGen.cpp(1570): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLightMapGen.cpp(1581): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLightMapGen.cpp(1586): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plLightMapGen.cpp(1597): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
plMeshConverter.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plMeshConverter.cpp(1354): warning C4244: '=' : conversion from 'float' to 'uint32_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plMeshConverter.cpp(1355): warning C4244: '=' : conversion from 'float' to 'uint32_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plMeshConverter.cpp(1356): warning C4244: '=' : conversion from 'float' to 'uint32_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plMeshConverter.cpp(1362): warning C4244: 'initializing' : conversion from 'float' to 'uint32_t', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxConvert\plMeshConverter.cpp(2168): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
Generating Code...
1>Done Building Project "I:\dev\CWE_Build\Sources\Tools\MaxConvert\MaxConvert.vcxproj" (Build target(s)) -- FAILED.
Build FAILED.
Time Elapsed 00:00:25.58
Build started 11/26/2012 7:17:00 PM.
1>Project "I:\dev\CWE_Build\Sources\Tools\MaxExport\MaxExport.vcxproj" on node 5 (Build target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"I:/SDK/cwe-prefix/include" /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/.. /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/CoreLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/FeatureLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/FeatureLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/NucleusLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/NucleusLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/PubUtilLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/../../Plasma/PubUtilLib/inc /II:/SDK/maxsdk/include /I"I:/SDK/cwe-prefix/include/python2.7" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D HS_BUILD_FOR_WIN32 /D BUILDING_MAXPLUGIN /D BINK_SDK_AVAILABLE /D CURL_STATICLIB /D CLIENT /D LITTLE_ENDIAN /D _CRT_SECURE_NO_WARNINGS /D _SCL_SECURE_NO_WARNINGS /D MAXPLUGINCODE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"MaxExport.dir\Release\\" /Fd"I:/dev/CWE_Build/Sources/Tools/MaxExport/Release/MaxExport.pdb" /Gd /TP /analyze- /errorReport:prompt /Zm1000 F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxExport\plExportDlg.cpp
plExportDlg.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxExport\plExportDlg.cpp(116): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\stdlib.h(909) : see declaration of 'itoa'
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxExport/..\MaxComponent/plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>Done Building Project "I:\dev\CWE_Build\Sources\Tools\MaxExport\MaxExport.vcxproj" (Build target(s)) -- FAILED.
Build FAILED.
Time Elapsed 00:00:02.67
Build started 11/26/2012 7:25:33 PM.
1>Project "I:\dev\CWE_Build\Sources\Tools\MaxMain\MaxMain.vcxproj" on node 4 (Build target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"I:/SDK/cwe-prefix/include" /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/.. /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/CoreLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/FeatureLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/FeatureLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/NucleusLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/NucleusLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/PubUtilLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/../../Plasma/PubUtilLib/inc /II:/SDK/maxsdk/include /II:/SDK/OpenAL11/include /II:/SDK/PhysX264/v2.6.4/SDKs/Cooking/include /II:/SDK/PhysX264/v2.6.4/SDKs/Foundation/include /II:/SDK/PhysX264/v2.6.4/SDKs/Framework/include /II:/SDK/PhysX264/v2.6.4/SDKs/NxCharacter/include /II:/SDK/PhysX264/v2.6.4/SDKs/NxExtensions/include /II:/SDK/PhysX264/v2.6.4/SDKs/Physics/include /II:/SDK/PhysX264/v2.6.4/SDKs/PhysXLoader/include /I"I:/SDK/cwe-prefix/include/python2.7" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D HS_BUILD_FOR_WIN32 /D BUILDING_MAXPLUGIN /D BINK_SDK_AVAILABLE /D CURL_STATICLIB /D CLIENT /D LITTLE_ENDIAN /D _CRT_SECURE_NO_WARNINGS /D _SCL_SECURE_NO_WARNINGS /D MAXPLUGINCODE /D "CMAKE_INTDIR=\"Release\"" /D MaxMain_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"MaxMain.dir\Release\\" /Fd"I:/dev/CWE_Build/bin/Release/PlasmaMax.pdb" /Gd /TP /analyze- /errorReport:prompt /Zm1000 F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\GlobalUtility.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\main.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentDlg.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentPanel.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plGetLocationDlg.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNodeBase.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMtlCollector.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plPluginResManager.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plPythonMgr.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plResCollector.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plResetXform.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plSaveSelected.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plTextureSearch.cpp
GlobalUtility.cpp
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/..\MaxComponent/plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\GlobalUtility.cpp(67): error C2259: 'PlasmaMax' : cannot instantiate abstract class
due to following members:
'void GUP::DeleteThis(void)' : is abstract
i:\sdk\maxsdk\include\gup.h(293) : see declaration of 'GUP::DeleteThis'
main.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\main.cpp(266): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\main.cpp(269): error C2065: 'end' : undeclared identifier
plComponentDlg.cpp
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/..\MaxComponent/plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentDlg.cpp(812): error C2440: '=' : cannot convert from 'CStr' to 'LPSTR'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentDlg.cpp(916): error C2440: '=' : cannot convert from 'const char *' to 'LPSTR'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentDlg.cpp(1026): error C2555: 'plCopyCompCallback::dialogTitle': overriding virtual function return type differs and is not covariant from 'HitByNameDlgCallback::dialogTitle'
i:\sdk\maxsdk\include\maxapi.h(2496) : see declaration of 'HitByNameDlgCallback::dialogTitle'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentDlg.cpp(1026): error C2555: 'plCopyCompCallback::buttonText': overriding virtual function return type differs and is not covariant from 'HitByNameDlgCallback::buttonText'
i:\sdk\maxsdk\include\maxapi.h(2500) : see declaration of 'HitByNameDlgCallback::buttonText'
plComponentPanel.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentPanel.cpp(290): error C2440: '=' : cannot convert from 'const char *' to 'LPSTR'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plComponentPanel.cpp(430): error C2440: '=' : cannot convert from 'const char *' to 'LPSTR'
Conversion loses qualifiers
plGetLocationDlg.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plMaxNode.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/..\MaxPlasmaLights/plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(195): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(278): error C2664: 'plExportProgressBar::Update' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(308): error C2664: 'plExportProgressBar::Update' : cannot convert parameter 1 from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(586): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(1005): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3018): warning C4244: 'initializing' : conversion from 'float' to 'TimeValue', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3030): warning C4244: 'initializing' : conversion from 'float' to 'TimeValue', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3092): warning C4244: 'initializing' : conversion from 'float' to 'TimeValue', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3099): warning C4244: 'initializing' : conversion from 'float' to 'TimeValue', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3494): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3531): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3608): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3628): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3658): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(3660): error C2440: '=' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plMaxNode.cpp(4079): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
plMaxNodeBase.cpp
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/..\MaxPlasmaLights/plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/..\MaxComponent/plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plMtlCollector.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxMain/..\MaxPlasmaLights/plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plPluginResManager.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plPythonMgr.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plResCollector.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plResCollector.cpp(98): error C2664: 'plExportProgressBar::Update' : cannot convert parameter 1 from 'CStr' to 'char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
plResetXform.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plSaveSelected.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plSaveSelected.cpp(282): error C2440: 'initializing' : cannot convert from 'const char *' to 'char *'
Conversion loses qualifiers
plTextureSearch.cpp
1>i:\sdk\maxsdk\include\PB2Export.h(12): warning C4005: 'PB2Export' : macro redefinition
F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plTextureSearch.cpp(47) : see previous definition of 'PB2Export'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plTextureSearch.cpp(282): error C2440: '=' : cannot convert from 'MSTR' to 'LPSTR'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxMain\plTextureSearch.cpp(286): error C2440: '=' : cannot convert from 'MSTR' to 'LPSTR'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Generating Code...
1>Done Building Project "I:\dev\CWE_Build\Sources\Tools\MaxMain\MaxMain.vcxproj" (Build target(s)) -- FAILED.
Build FAILED.
Time Elapsed 00:00:37.60
Build started 11/26/2012 2:38:58 PM.
1>Project "I:\dev\CWE_Build\Sources\Tools\MaxPlasmaLights\MaxPlasmaLights.vcxproj" on node 5 (Build target(s)).
1>CustomBuild:
Building Custom Rule F:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/CMakeLists.txt
CMake does not need to re-run because I:\dev\CWE_Build\Sources\Tools\MaxPlasmaLights\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"I:/SDK/cwe-prefix/include" /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/.. /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/../../Plasma/CoreLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/../../Plasma/NucleusLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/../../Plasma/NucleusLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/../../Plasma/PubUtilLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaLights/../../Plasma/PubUtilLib/inc /II:/SDK/maxsdk/include /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D HS_BUILD_FOR_WIN32 /D BUILDING_MAXPLUGIN /D BINK_SDK_AVAILABLE /D CURL_STATICLIB /D CLIENT /D LITTLE_ENDIAN /D _CRT_SECURE_NO_WARNINGS /D _SCL_SECURE_NO_WARNINGS /D MAXPLUGINCODE /D "CMAKE_INTDIR=\"Release\"" /D MaxPlasmaLights_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"MaxPlasmaLights.dir\Release\\" /Fd"I:/dev/CWE_Build/bin/Release/MaxPlasmaLights.pdb" /Gd /TP /analyze- /errorReport:prompt /Zm1000 F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaLights\DLLEntry.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaLights\plRealTimeLightBase.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaLights\plRealTimeLights.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaLights\plRTProjDirLight.cpp
DLLEntry.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plRealTimeLightBase.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\target.h(121): error C2555: 'TargetObject::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaLights\plRealTimeLightBase.cpp(595): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaLights\plRealTimeLightBase.cpp(1547): warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
plRealTimeLights.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(75): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(80): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(85): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(90): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(95): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(101): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(106): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(113): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(121): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(128): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(136): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(143): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(151): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(158): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(164): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(169): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(175): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(180): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(185): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(189): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(210): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(215): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(220): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(225): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(230): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(235): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(240): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(248): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(257): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(264): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(271): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(275): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(295): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(300): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(305): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(310): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(315): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(320): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(325): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(332): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightsPBDec.h(335): error C2065: 'end' : undeclared identifier
plRTProjDirLight.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRealTimeLightBase.h(513): error C2555: 'plRTLightBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(73): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(78): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(83): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(88): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(93): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(98): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(103): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(110): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(113): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(132): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(139): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(146): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(152): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(156): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(162): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(167): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(172): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmalights\plRTProjDirLightPBDec.h(175): error C2065: 'end' : undeclared identifier
Generating Code...
1>Done Building Project "I:\dev\CWE_Build\Sources\Tools\MaxPlasmaLights\MaxPlasmaLights.vcxproj" (Build target(s)) -- FAILED.
Build FAILED.
Time Elapsed 00:00:13.42
Build started 11/26/2012 7:17:06 PM.
1>Project "I:\dev\CWE_Build\Sources\Tools\MaxPlasmaMtls\MaxPlasmaMtls.vcxproj" on node 2 (Build target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"I:/SDK/cwe-prefix/include" /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/.. /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/CoreLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/FeatureLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/FeatureLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/NucleusLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/NucleusLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/PubUtilLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxPlasmaMtls/../../Plasma/PubUtilLib/inc /II:/SDK/maxsdk/include /II:/SDK/BinkW32 /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D HS_BUILD_FOR_WIN32 /D BUILDING_MAXPLUGIN /D BINK_SDK_AVAILABLE /D CURL_STATICLIB /D CLIENT /D LITTLE_ENDIAN /D _CRT_SECURE_NO_WARNINGS /D _SCL_SECURE_NO_WARNINGS /D MAXPLUGINCODE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"MaxPlasmaMtls.dir\Release\\" /Fd"I:/dev/CWE_Build/Sources/Tools/MaxPlasmaMtls/Release/MaxPlasmaMtls.pdb" /Gd /TP /analyze- /errorReport:prompt /Zm1000 F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\plBinkBitmap.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plDynamicEnvLayer.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plDynamicTextLayer.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plLayerTex.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plStaticEnvLayer.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthConvert.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plBumpMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plClothingMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plCompositeMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plDecalMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plMultipassMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plParticleMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plPassAnimDlgProc.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plPassMtl.cpp F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plPassMtlBase.cpp
plBinkBitmap.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\plBinkBitmap.cpp(50): error C2259: 'plBinkBitmapIO' : cannot instantiate abstract class
due to following members:
'BOOL BitmapIO::LoadConfigure(void *,DWORD)' : is abstract
i:\sdk\maxsdk\include\bitmap.h(1666) : see declaration of 'BitmapIO::LoadConfigure'
plAngleAttenLayer.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(88): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(94): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(100): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(106): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(112): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(117): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(123): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(129): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plAngleAttenLayer.cpp(132): error C2065: 'end' : undeclared identifier
plDynamicEnvLayer.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicEnvLayerBitmapPB.cpp(254): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicEnvLayerBitmapPB.cpp(259): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicEnvLayerBitmapPB.cpp(261): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicEnvLayerBitmapPB.cpp(265): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicEnvLayerBitmapPB.cpp(268): error C2065: 'end' : undeclared identifier
plDynamicTextLayer.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(256): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(259): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(262): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(265): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(272): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(277): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(279): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(281): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(286): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(293): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(296): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plDynamicTextLayerBitmapPB.cpp(320): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plDynamicTextLayer.cpp(502): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
plLayerTex.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(376): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(384): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(422): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(425): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(431): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(436): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(442): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(448): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(454): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(460): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(465): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(468): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(471): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(474): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(479): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(482): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(487): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(490): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(495): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(500): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(504): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(509): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(517): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(524): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(530): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(536): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(542): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(548): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(553): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(555): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(557): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(563): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plLayerTexBitmapPB.cpp(566): error C2065: 'end' : undeclared identifier
plMAXCameraLayer.cpp
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(140): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(144): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(150): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(155): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(160): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(165): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plMAXCameraLayer.cpp(168): error C2065: 'end' : undeclared identifier
plStaticEnvLayer.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(406): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(409): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(412): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(415): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(418): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(421): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(426): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(429): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(432): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(435): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(440): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(443): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(448): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(451): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(459): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(465): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(470): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(475): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(480): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(487): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(491): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(495): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(500): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(505): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(507): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(511): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\layers\plStaticEnvLayerBitmapPB.cpp(514): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Layers\plStaticEnvLayer.cpp(674): error C2664: 'plStaticEnvLayer::IWriteBM' : cannot convert parameter 3 from 'CStr' to 'TCHAR *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
plAnimStealthConvert.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plAnimStealthNode.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(144): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(149): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(154): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(156): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(163): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(169): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(175): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(181): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(187): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(193): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(199): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(205): error C2065: 'end' : undeclared identifier
1>F:\CWE_Source\CWE\WORKING\Sources\Tools\MaxPlasmaMtls\Materials\plAnimStealthNode.cpp(208): error C2065: 'end' : undeclared identifier
plBumpMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlBasicPBDec.h(86): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlBasicPBDec.h(94): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlBasicPBDec.h(99): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlBasicPBDec.h(102): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(64): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(67): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(70): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(72): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(76): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(78): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(80): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(82): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(85): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(87): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(91): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(98): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(101): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(105): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plBumpMtlAnimPBDec.h(108): error C2065: 'end' : undeclared identifier
plClothingMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(379): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(382): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(386): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(389): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(393): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(396): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(399): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(404): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(407): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(410): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(413): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(416): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(419): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(422): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(425): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(428): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(433): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(438): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(442): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plClothingMtlPBDec.h(445): error C2065: 'end' : undeclared identifier
plCompositeMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plCompositeMtlPBDec.h(53): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plCompositeMtlPBDec.h(56): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plCompositeMtlPBDec.h(59): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plCompositeMtlPBDec.h(62): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plCompositeMtlPBDec.h(65): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plCompositeMtlPBDec.h(67): error C2065: 'end' : undeclared identifier
plDecalMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(58): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(61): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(64): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(69): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(72): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(75): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(78): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(81): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(84): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(92): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(95): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(99): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(103): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(107): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAdvPBDec.h(110): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(116): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(120): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(125): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(131): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(136): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(143): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(147): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(153): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(157): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(161): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(167): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlBasicPBDec.h(170): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(67): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(73): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(79): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(83): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(95): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlLayersPBDec.h(102): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(64): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(67): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(70): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(72): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(76): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(78): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(80): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(82): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(85): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(87): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(91): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(98): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(101): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(105): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plDecalMtlAnimPBDec.h(108): error C2065: 'end' : undeclared identifier
plMultipassMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plMultipassMtlPB.cpp(55): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plMultipassMtlPB.cpp(58): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plMultipassMtlPB.cpp(61): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plMultipassMtlPB.cpp(64): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plMultipassMtlPB.cpp(66): error C2065: 'end' : undeclared identifier
plParticleMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(145): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(150): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(155): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(162): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(169): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(177): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(185): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(189): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(195): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(201): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(206): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(210): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(215): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plParticleMtlPBDec.h(218): error C2065: 'end' : undeclared identifier
plPassAnimDlgProc.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxcomponent\plComponentBase.h(191): error C2555: 'plComponentBase::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
plPassMtl.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(58): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(61): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(64): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(69): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(72): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(75): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(78): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(81): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(84): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(92): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(95): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(98): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(101): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(106): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAdvPBDec.h(109): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(117): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(121): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(126): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(132): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(137): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(144): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(148): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(154): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(158): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(162): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(168): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlBasicPBDec.h(171): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(67): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(73): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(77): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(83): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(95): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlLayersPBDec.h(101): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(64): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(67): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(70): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(72): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(76): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(78): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(80): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(82): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(85): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(87): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(89): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(91): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(98): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(101): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(105): error C2065: 'end' : undeclared identifier
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plPassMtlAnimPBDec.h(109): error C2065: 'end' : undeclared identifier
plPassMtlBase.cpp
1>f:\cwe_source\cwe\working\sources\tools\maxplasmamtls\materials\plAnimStealthNode.h(241): error C2555: 'plAnimStealthNode::GetObjectName': overriding virtual function return type differs and is not covariant from 'BaseObject::GetObjectName'
i:\sdk\maxsdk\include\object.h(617) : see declaration of 'BaseObject::GetObjectName'
Generating Code...
1>Done Building Project "I:\dev\CWE_Build\Sources\Tools\MaxPlasmaMtls\MaxPlasmaMtls.vcxproj" (Build target(s)) -- FAILED.
Build FAILED.
Time Elapsed 00:00:43.48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment