Re: Andrea Cini's euwingui
- Posted by mattlewis (admin) Oct 28, 2009
- 4584 views
mattlewis said...
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