RE: platform() on wine ??
- Posted by sephiroth _ <euman2376 at yahoo.com> Jun 21, 2002
- 406 views
the euphoria interpreters are hard-coded to change platform() calls to their own numbers. ex.exe, exw.exe, and exu turn platform() calls into references to DOS32, WIN32, and LINUX respectively. so if you run exw in wine, platform() will always give you WIN32 jstory at edmc.net wrote: > If win32 Euphoria is run on wine, then what does platform() return? > Does it return WIN32? Or does it return LINUX? > > I figure if it returns LINUX, then that means it (the win32 Euphoria > program) is running on wine and maybe I can fix problems with wine. > Like > font problems. > > -- Jerry Story > >