Re: do-while style
- Posted by SDPringle Aug 28, 2008
- 908 views
Bernie,
If you use the old EUPHORIA 3.1 file tree and only replace the binaries, the only problems you should encounter are those when a new keyword conflicts with some identifier you have declared. Assuming you get yourself to a 3.1 only system: Put a directory in %EUDIR%\bin called 4.0. Then copy Jeremy's builds or someone elses as you prefer into %EUDIR%\bin\4.0. Then add that directory to the front of your path variable. Adjust your registry so that euphoria programs you start run from there also ofcourse you can decide between one or the other this way. Then I think you can run new code without the standard library. You can put the std directory from the svn as a subdirectory into %EUDIR%\include. That should allow you to use the standard library. Then you can see what the Euphoria 4.0 will look like when it is finally packaged nicely.
Shawn Pringle