Re: Andrea Cini's euwingui
- Posted by mattlewis (admin) Oct 29, 2009
- 4375 views
RStowasser said...
I tried to change the include statement in EuWinGui.ew to: include std/dll.e but then I get this error message:
D:\Euphoria\EuWinGui\EWG-Designer>eui c:\EUPHORIA\SOURCE\eu.ex Designer.exw C:\EUPHORIA\include\std\dll.e:535 in function call_back() DEP style callbacks not supported in eu.ex ... called from d:\euphoria\euwingui\include\EuWinGUI.ew:269 --> see ex.err
Yes, when callbacks were made to work with DEP, for some reason the code to do so was written in the include file rather than the back end. I don't know why, but it should probably be considered a bug, and the code converted to C.
Due to the way that eu.ex handles callbacks, it doesn't work with windows callbacks any more. We need to get back to the state where the include file is a simple wrapper around the back end implementation.
Matt