Search found 3 matches

by shadow2kx
Mon Jun 01, 2009 2:09 pm
Forum: Beginners Help
Topic: How to get enum names from irr::EKEY_CODE ?
Replies: 16
Views: 4643

Unfortunately enum in c++ are not very parsing friendly. In .net the reflection is usefull in that case. I found this (click). It might be usefull for some.

Thank you for your code vitek.
by shadow2kx
Mon Jun 01, 2009 3:52 am
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 121635

error C2259: 'CGameManager' : cannot instantiate abstract class

-> Means that the CGameManager is abstract (there is AT LEAST one pure virtual methode). You can't instantiate an object wich isn't completly defined.

'bool irr::IEventReceiver::OnEvent(const irr::SEvent &)' : is abstract

-> Here ...
by shadow2kx
Mon Apr 21, 2008 12:37 am
Forum: Project Announcements
Topic: Realistic water scene node
Replies: 255
Views: 340982

Do you know if it's possible to use it with c#?
Is a dll planed to be made? I tryed to do it myself but it seems not to work :(