Re: Challenge: Build a Color-Coded Log Viewer for Phix/Euphoria (Inspired by chat.exw)
- Posted by Icy_Viking in June
- 893 views
xecronix said...
well... as it turns out... there are differences between Euphoria and Phix that matter in this context. Phix can only open 32 bit dlls and Euphoria can only open 64 bit dlls. (on my machine) I'm not sure if ffi helps or not, but, I got some reading to do, it seems. Darn.
Euphoria has both a 32-bits version and a 64-bits version. You can see from here [https://openeuphoria.org/wiki/view/DownloadEuphoria.wc] I have both 32-bits and 64-bits Eu installed on my machine.
I can probably help with wrapping as that's what I've mostly been doing with Euphoria these days.

