Re: [CsMain] Building crystalspace-src-1.2 msvc8 with VC++ 2008 Express

2008-02-04 Thread nev7n
Brian, crystalspace doesn't need MFC. I've rolled back to VC++ 2005 express for now and everything is building fine. Regards, nev7n Brian Horton wrote: I can’t build using VC++ 2005 Express either. I notice MFC is not included in VC++ Express 2005 or 2008. Does Crystal Space

Re: [CsMain] Building crystalspace-src-1.2 msvc8 with VC++ 2008 Express

2008-02-03 Thread nev7n
avail - looks like some kind of bug with VC 2008 to me. I didn't have the problem with VC 2005, so that is a workaround. nev7n - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Stu

Re: [CsMain] Building crystalspace-src-1.2 msvc8 with VC++ 2008 Express

2008-02-01 Thread nev7n
problem only occurs for me for release builds, I can build the debug configuration successfully. I'm yet to discover why this is happening or how to fix it. nev7n. - This SF.net email is sponsored by: Microsoft Def

Re: [CsMain] How do you switch CEGUI layouts?

2007-12-19 Thread nev7n
Hi Patrick, this is the code I use to change cegui layouts: winMgr->destroyAllWindows(); // Load layout and set as root cegui->GetSystemPtr()->setGUISheet(winMgr->loadWindowLayout( "menu.layout")); Hope that helps. nev7n. Patrick Ye wrote: > Hi guys, > > I

[CsMain] Building trunk CEL

2007-11-13 Thread nev7n
nes, right click, select properties and enter CS_BUILD_SHARED_LIBS in the preprocessor definitions (under Configuration Properties->C/C++->Preprocessor). The best solution would be to update the CEL build process to work out of the box with cu