Search found 3 matches
- Wed Aug 09, 2006 14:58
- Forum: Modifications / Integrations / Customisations
- Topic: Solution to the subscribeevent problem!
- Replies: 0
- Views: 1851
Solution to the subscribeevent problem!
I have found a solution for the problem if you are not using STLPort or VS2003 but just VS2005 and any version of CEGUI and you receive 0xbaadf008! Try building CEGUIBase (and possibly other projects) with linker options /OPT:REF and /OPT:ICF. This is the only thing that worked for me and I have had...
- Sun May 21, 2006 14:10
- Forum: Modifications / Integrations / Customisations
- Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
- Replies: 5
- Views: 4263
- Thu May 11, 2006 21:14
- Forum: Modifications / Integrations / Customisations
- Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
- Replies: 5
- Views: 4263
subscribeEvent problem after VS2003 -> VS2005 upgrade
Hi, After converting existing solution from VS7.1 to VS8 and successfully rebuilding all projects, every time after running the code I get an error on each subscribeEvent() method call. Everything else is working just fine (after commenting all subscribeEvent calls). I have tried replacing VS2003 C+...