Search found 3 matches
- Thu Jan 22, 2009 13:07
- Forum: Modifications / Integrations / Customisations
- Topic: Error C2220
- Replies: 1
- Views: 2232
Error C2220
Hi for all. I'm compiling CEGUI with OGRE in 64 bits. Everything works fine until the compilation process arrives the OgreCEGUITexture.cpp file. The problem occurs in the line 115. OgreCEGUITexture.cpp(115) : error C2220: warning treated as error - no 'object' file generated I noticed some g...
- Mon Jan 19, 2009 16:59
- Forum: Help
- Topic: pcre in 64 bits
- Replies: 2
- Views: 1563
Sorry. I solved this downloadind CMake for Windows and I follow this instructions:
http://vcs.pcre.org/viewvc/code/trunk/NON-UNIX-USE?view=co
http://vcs.pcre.org/viewvc/code/trunk/NON-UNIX-USE?view=co
- Mon Jan 19, 2009 13:19
- Forum: Help
- Topic: pcre in 64 bits
- Replies: 2
- Views: 1563
pcre in 64 bits
Hi for all I'm trying to compile Ogre to 64 bits and this include compile CEGUI too. I've downloaded the pcre library. What I would like to know is if anyone have compile pcre in 64 bits. I didn't found a ".sln" file in the pcre folder. So, do I need to create a project to compile the proj...