Modifying the Euphoria interpreter
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> Jun 11, 2007
- 592 views
Are there any restritions on the statements thay may appear in the front end source files? 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? TIA CChris