Re: RedyCode - new features
- Posted by jimcbrown (admin) May 17, 2016
- 2905 views
ChrisB said...
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.)