Re: Andrea Cini's euwingui
- Posted by ChrisB (moderator) Oct 28, 2009
- 4515 views
It looks like EuWinGui passes euphoria objects to its dll, the back end definition of which have changed. I think it will require the dll to be re-translated for 4.0.
Or, I suppose it would be possible to write a shim that converted any returned values from the dll into 4.0 objects. Obviously, it would slow things down, but at least it should allow old code like that to work.
4.0 objects passed to 3.1 code should be fine (I think). But you'd need to convert anything coming from 3.1 code to be a 4.0 object.
Matt
Hi
Purely for curiosity's sake, please explain. How have they changed? How would you one write a shim that would convert? What would they convert - from / to? Has the internal structure / arrangement of the sequence changed from 3.x to 4?
Chris