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 maybe need

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

2008-02-03 Thread nev7n
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 Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

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

2008-02-01 Thread nev7n
. The 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 Defy all

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 have a question about using the CEGUI

[CsMain] Building trunk CEL

2007-11-13 Thread nev7n
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 current CS. nev7n