manxnakur
27-11-2007 15:14:47
Hi all,
i've followed these instruction to install the PLSM2 SDK (i'm using VS2005 to complie the code. I've got the binary demo to work):
You will need :
* Ogre SDK for VC7.1 is available from ogre website. (I got the source about a month ago)
* Get Paging landscape 2 source from here. (I've got the latest PLSM2 from there)
* Extract it so that paginglandscape is in the same directory as OgreSDK. (I've placed it in my C: dir. OgreSDK is also in the C: dir.)
* build the plsm2 Solution. (the _SDK.sln) (so i use the plsm2_vc8_SDK)
but when i try and build the project then it doesn't work. I get these errors (a sample of errors that i get):
Error 3 error BK1506 : cannot open file '..\obj\debug\OgrePagingLandScapeSceneManagerDll.sbr': No such file or directory BSCMAKE
Error 63 error C2039: 'setDebugText' : is not a member of 'Ogre::RenderWindow' c:\samples\common\include\PagingLandScape2FrameListener.h 187
Error 31 error C2061: syntax error : identifier 'EventProcessor' c:\samples\common\include\PagingLandScape2FrameListener.h 51
Error 19 error C2061: syntax error : identifier 'KeyEvent' c:\samples\common\include\PagingLandScape2FrameListener.h 423
Error 4 error C2061: syntax error : identifier 'MouseEvent' c:\samples\common\include\PagingLandScape2Overlay.h 67
Error 98 error C2065: 'KC_COMMA' : undeclared identifier c:\samples\common\include\PagingLandScape2FrameListener.h 276
Error 35 error C2227: left of '->addMouseListener' must point to class/struct/union/generic type c:\samples\common\include\PagingLandScape2FrameListener.h 57
Error 91 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\samples\common\include\PagingLandScape2FrameListener.h 262
Error 29 error C2614: 'PagingLandScapeFrameListener' : illegal member initialization: 'mEventProcessor' is not a base or member c:\samples\common\include\PagingLandScape2FrameListener.h 36
I started to go through the errors and fix them but there's too many of them and i don't have time to fix all the errors. I think it's something i'm doing wrong, can any one PLEASE help?
Thanks!
Ankur
i've followed these instruction to install the PLSM2 SDK (i'm using VS2005 to complie the code. I've got the binary demo to work):
You will need :
* Ogre SDK for VC7.1 is available from ogre website. (I got the source about a month ago)
* Get Paging landscape 2 source from here. (I've got the latest PLSM2 from there)
* Extract it so that paginglandscape is in the same directory as OgreSDK. (I've placed it in my C: dir. OgreSDK is also in the C: dir.)
* build the plsm2 Solution. (the _SDK.sln) (so i use the plsm2_vc8_SDK)
but when i try and build the project then it doesn't work. I get these errors (a sample of errors that i get):
Error 3 error BK1506 : cannot open file '..\obj\debug\OgrePagingLandScapeSceneManagerDll.sbr': No such file or directory BSCMAKE
Error 63 error C2039: 'setDebugText' : is not a member of 'Ogre::RenderWindow' c:\samples\common\include\PagingLandScape2FrameListener.h 187
Error 31 error C2061: syntax error : identifier 'EventProcessor' c:\samples\common\include\PagingLandScape2FrameListener.h 51
Error 19 error C2061: syntax error : identifier 'KeyEvent' c:\samples\common\include\PagingLandScape2FrameListener.h 423
Error 4 error C2061: syntax error : identifier 'MouseEvent' c:\samples\common\include\PagingLandScape2Overlay.h 67
Error 98 error C2065: 'KC_COMMA' : undeclared identifier c:\samples\common\include\PagingLandScape2FrameListener.h 276
Error 35 error C2227: left of '->addMouseListener' must point to class/struct/union/generic type c:\samples\common\include\PagingLandScape2FrameListener.h 57
Error 91 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\samples\common\include\PagingLandScape2FrameListener.h 262
Error 29 error C2614: 'PagingLandScapeFrameListener' : illegal member initialization: 'mEventProcessor' is not a base or member c:\samples\common\include\PagingLandScape2FrameListener.h 36
I started to go through the errors and fix them but there's too many of them and i don't have time to fix all the errors. I think it's something i'm doing wrong, can any one PLEASE help?
Thanks!
Ankur