Thanks, I fixed my Ogre ZPK and became a better programmer in the process.
So, now I'm trying to compile Myrddin's LandscapeSceneManager against Ogre 1.7.2 (because I changed my mind). Here's my build log. I have 21 errors.
Code: Select all
------ Build started: Project: Plugin_LandscapeSceneManager, Configuration: Debug Win32 ------
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
OgreAtmosphericLightScattering.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(315) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(427) : warning C4244: '=' : conversion from 'float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(429) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreatmosphericlightscattering.cpp(253) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [148], long, const char [43])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreatmosphericlightscattering.cpp(1153) : warning C4244: '=' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreatmosphericlightscattering.cpp(1154) : warning C4244: '=' : conversion from 'int' to 'Ogre::Real', possible loss of data
OgreGUIManager.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreguimanager.h(44) : fatal error C1083: Cannot open include file: 'QuickGUIKeyCode.h': No such file or directory
OgreHeightmapTerrainPageSource.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(315) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(427) : warning C4244: '=' : conversion from 'float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(429) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(201) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(222) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(248) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(682) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(730) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(779) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(842) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1207) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [148], long, const char [47])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1315) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1319) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1332) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1332) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1645) : warning C4244: '=' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1646) : warning C4244: '=' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1651) : warning C4018: '>=' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1652) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1653) : warning C4018: '>=' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1654) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1681) : warning C4244: '=' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreheightmapterrainpagesource.cpp(1682) : warning C4244: '=' : conversion from 'int' to 'Ogre::Real', possible loss of data
OgreOctreePlugin.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(315) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(427) : warning C4244: '=' : conversion from 'float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(429) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreoctreeplugin.cpp(55) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [134], long, const char [28])'
OgreSplattingMaterial.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(315) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(427) : warning C4244: '=' : conversion from 'float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(429) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(276) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(302) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(369) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(370) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(375) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [45])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(529) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(530) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(585) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(1204) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(1244) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(1297) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3426) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [57])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3427) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [57])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3479) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3484) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3489) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3498) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [38])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3499) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [38])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3721) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3760) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [41])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3765) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [41])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3961) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [55])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(3966) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [55])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(4287) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [43])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(4297) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [43])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogresplattingmaterial.cpp(4345) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [139], long, const char [50])'
OgreTerrainSceneManager.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(315) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(427) : warning C4244: '=' : conversion from 'float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(429) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreguimanager.h(44) : fatal error C1083: Cannot open include file: 'QuickGUIKeyCode.h': No such file or directory
OgreTerrainWater.cpp
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(315) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(427) : warning C4244: '=' : conversion from 'float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\include\ogreterrainwater.h(429) : warning C4244: '=' : conversion from 'float' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(360) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [134], long, const char [32])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(371) : warning C4267: '=' : conversion from 'size_t' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(384) : warning C4244: 'argument' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(384) : warning C4244: 'argument' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(384) : warning C4244: 'argument' : conversion from 'Ogre::uint32' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(384) : warning C4244: 'argument' : conversion from 'Ogre::uint32' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(396) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [134], long, const char [32])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(397) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [134], long, const char [32])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(447) : warning C4267: '=' : conversion from 'size_t' to 'Ogre::ushort', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(462) : warning C4244: 'argument' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(462) : warning C4244: 'argument' : conversion from 'int' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(462) : warning C4244: 'argument' : conversion from 'Ogre::uint32' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(462) : warning C4244: 'argument' : conversion from 'Ogre::uint32' to 'Ogre::Real', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(595) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(629) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(1434) : error C2665: 'operator new' : none of the 5 overloads could convert all the argument types
c:\program files\microsoft visual studio 9.0\vc\include\crtdbg.h(1165): could be 'void *operator new(size_t,int,const char *,int)'
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32): or 'void *operator new(size_t,const std::_DebugHeapTag_t &,char *,int) throw(...)'
while trying to match the argument list '(size_t, const char [134], long, const char [44])'
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(1618) : warning C4244: 'initializing' : conversion from 'const float' to 'Ogre::uint32', possible loss of data
c:\documents and settings\feesh\desktop\myrddin\myrddinsdks\lgpl\pluginsvs2008\plugins\landscapescenemanager\src\ogreterrainwater.cpp(1620) : warning C4244: 'initializing' : conversion from 'float' to 'Ogre::ushort', possible loss of data
Generating Code...
Build log was saved at "file://c:\Documents and Settings\feesh\Desktop\Myrddin\MyrddinSDKs\LGPL\PluginsVS2008\Plugins\LandscapeSceneManager\obj\Debug\BuildLog.htm"
Plugin_LandscapeSceneManager - 21 error(s), 68 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========