Re: eugtk history
- Posted by andi49 Aug 11, 2015
- 2854 views
Hi
Maybe I have gone crazy. I was obviously very tired and very frustrated. I just thought it might be helpful to reflect the truth. It does not work, there is no support, and as far as I know nobody can get it to work.
Obviously I assume someone can and probably will undo those changes with a click of a button, but they'll be defending a lie.
Pete
PS For me, it just terminates with exit code #C0000005, at least according to procmon. No error message, no address, no ex.err, no core dump.
Also i'am not a GTK-fanboy.
Try this: In GtkEngine.e around line 9074
---------------------------------------------------------------------------------------- export function define_proc(object name, object params={}) ---------------------------------------------------------------------------------------- atom x name='+'&name -- cdecl (remember it's not Windows so dll's may not use stdcall! [...]
-------------------------------------------------------------------- export function define_func(object name, object params={}, object values=P) -------------------------------------------------------------------- atom x name='+'&name -- cdecl (remember it's not Windows so dll's may not use stdcall! [...]
Worked for me with an old GTK 3.4.2 setup from 2012 or so.
Hope this helps
Andreas
[Edit: Talking about 32bit dll's maybe it is different with 64bit dll's]
[Edit2: and this is how it looks on Win 10 http://euphoria.indonesianet.de/eugtk_win10.jpg]