R3 GUI

Started by limux on 3-Dec-2010/10:16:09-8:00
I want to test the R3 GUI, but my r3-a110-3-1.exe can not load-gui, why? Which r3 and gui version can work well and where to get it?
load-gui will load an old version of the R3 GUI which is not compatible with current R3 builds. The current version of the GUI is temporarily available here: http://94.145.78.91/files/r3/gui/r3-gui.r3
do %r3-gui.r3 in r3-a110-3-1.exe will cause an error of {** access error: cannot open: shape reason: "module not found"}
You are still running the core version of R3. Try these: http://94.145.78.91/files/r3/gui/r3.exe http://94.145.78.91/files/r3/gui/r3lib.dll
Yes, All of them are ready to work. Thank you! In addition, A very simple question of "How to start a new line in r3 console without causing error?"
If you are referring to inputting multiple lines of code in the console, that doesn't work yet and likely won't until the console gets revamped.
@limux: if it is what you're trying to do, I suggest: do read clipboard:// then you can execute your multi-line codes. or better put it in a function: dc: does [do read clipboard://] then type just dc.

Reply