Re: Modifying the Euphoria interpreter
- Posted by Robert Craig <rds at RapidEuphoria.com> Jun 12, 2007
- 603 views
CChris wrote: > Are there any restritions on the statements thay may appear in the front end > source files? I don't think there are any restrictions. I think you can even have multitasking if you want. Obviously, I haven't tested everything though. > Specifically, I plan to add an open_dll() and c_func() call in scanner.e to > fix the problem of paths with accented characters in EUINC or EUDIR not being > searched properly by path_open() under Windows. In order to build succesfully, > can they remain as-is or should they be replaced by their native > machine_func() equivalents? If you try to *execute* an open_dll under DOS, you'll get an error. So you'll need to check platform() and avoid that. You should make sure your modified front-end runs with ex.exe, not just exw.exe. I'm not sure we ever agreed on EUforum that what you are doing is fine with everyone else, but you can certainly try it and let us know how it works. Thanks, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com