Re: RedyCode - new features
- Posted by ryanj May 17, 2016
- 2892 views
Hi Ryan
Does look really good, but if it runs on eu4.1, then some dlls will be broken, like sqlite3 - someone please please correct me if I'm wrong, but until this eu4.1 incompatability is addressed, this will have limited use for me.
Cheers (carry on anyway)
Chris
I think the only difference is the need to add '+' to function names in define_c_func/proc on w32 (see http://openeuphoria.org/forum/m/128484.wc )
If it's pure C, then there are no other incompatibilites that we know of.
If it's a translated from Eu dll, then euphoria.h changes from 4.0 to 4.1 probably have broke things. An EuWinGui approach would be necessary to work around this (unless a 4.1 translated dll can be made.)
I had to make lots of changes last year to RedyLib before it would run on 4.1. It only has wrappers for win32api, so i haven't had any problems. I have been using:
Euphoria version 4.1.0 development (6300:57179171dbed, 2015-02-02 14:18:53) for Windows 32-bit
It may still run on 4.0, but i haven't tested it since then.