Search found 7 matches
- Fri Apr 21, 2006 03:42
- Forum: Unofficial CEGUI-Related Tools
- Topic: Congrats, great progress!!
- Replies: 4
- Views: 4951
- Thu Apr 20, 2006 01:43
- Forum: Unofficial CEGUI-Related Tools
- Topic: Congrats, great progress!!
- Replies: 4
- Views: 4951
- Sat Feb 25, 2006 04:14
- Forum: Help
- Topic: Event binding woes
- Replies: 7
- Views: 8267
- Fri Feb 24, 2006 19:11
- Forum: Help
- Topic: Event binding woes
- Replies: 7
- Views: 8267
It's gonna be something wrong with my DLL or something (I'm using the one from the VS2k5 SDK), I just made a quick barebones testapp and I can't bind events in that either, same error. Same memory address as my main app. Unless I switch ot the release DLL, then a different addy. Anyway, just in case...
- Fri Feb 24, 2006 18:05
- Forum: Help
- Topic: Event binding woes
- Replies: 7
- Views: 8267
- Fri Feb 24, 2006 15:50
- Forum: Help
- Topic: Event binding woes
- Replies: 7
- Views: 8267
- Thu Feb 23, 2006 23:43
- Forum: Help
- Topic: Event binding woes
- Replies: 7
- Views: 8267
Event binding woes
This has been nagging me all day, hopefully someone can give me a quick answer tonight. WindowManager::getSingleton().getWindow("Chat/Wnd/Edit")->subscribeEvent(Editbox::EventTextAccepted,SendChatMessage); This is in WinMain. SendChatMessage is defined as such bool ...