Re: OpenEuphoria All-in-One archives fro beginners
- Posted by irv May 22, 2015
- 3353 views
jmduro said...
I have started writing something but it can't be done as long as libwxeu*.dll does not wrap the wxClassInfo class which provides the function GetClassName().
I had to implement a registry in EuGTK to associate object handles with class names (ID's, actually). It works fine, and doesn't take much space or delay things so that you'd notice. You might try something like that.