Re: Challenge: Build a Color-Coded Log Viewer for Phix/Euphoria (Inspired by chat.exw)
- Posted by petelomax 3 weeks ago
- 409 views
Phix can only open 32 bit dlls and Euphoria can only open 64 bit dlls.
Euphoria has both a 32-bits version and a 64-bits version.
Oh yeah, I was going to say the other day when oven timer went off, so I went and had dinner and forgot.
Same deal for Phix. You may want to create a p64.exw:
format PE64 --GUI include p.exw
then compile that (p -c p64) and you'll have both 32 and 64 bit to hand. You may want to uncomment the GUI, perhaps separately, to avoid the DOS box and/or have p.exe, pw.exe, p64.exe, and pw64.exe.
I've not yet found any good reason to shift/copy the 64-bit version out of C:\Program Files (x86)\Phix into C:\Program Files\Phix (and update|extend your PATH), but that's not to say there isn't one, though
I will just add that trying to have both on the same box with the exact same name(s) is unlikely to work well..
The one thing I've never done is find/package up 64-bit versions of LiteZip.dll and LiteUnzip.dll, I just noticed my sqlite3.dll looks a bit lonely too, and conversely but there's a good reason for it there is only a 64-bit version of primesieve.dll (which remains undocumented, except for the notes in builtins\primesieve.e and use in a rosettacode task or two).