Re: Challenge: Build a Color-Coded Log Viewer for Phix/Euphoria (Inspired by chat.exw)
- Posted by xecronix in June
- 903 views
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.

