![]() |
OT: Casio Fx-702p emulator - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: OT: Casio Fx-702p emulator (/thread-231243.html) |
OT: Casio Fx-702p emulator - pascal_meheut - 09-15-2012 Hi, I've written a Fx-702p emulator available on: http://sourceforge.net/projects/fx702p It emulates the RUN, i.e. calculator mode and can of course execute the 702p Basic programs. It even includes a full symbolic debugger. A documentation and the Java sources are also available.
Have fun.
Re: OT: Casio Fx-702p emulator - Namir - 09-15-2012 Pascal, I downloaded and installed your nice emulator. However, when I try to open a (text) program file, the emulator quits!!! HEEEEEEEEEEEEEEELLLLLLLLLLLLLLPPPPPPPPPPPPP!! :-)
Namir
Re: OT: Casio Fx-702p emulator - pascal_meheut - 09-15-2012 Strange. Which version did you download? Windows or OSX?
And what kind of program file did you try to load?
Re: OT: Casio Fx-702p emulator - Namir - 09-15-2012 I am using the Windows version. I try to open one of your .702 files in the Samples folder.
Namir
Re: OT: Casio Fx-702p emulator - pascal_meheut - 09-15-2012 Even stranger: I just downloaded it from Sourceforge and tried it on both XP & Seven. It worked fine.
Re: OT: Casio Fx-702p emulator - Namir - 09-15-2012 I accidentally found the file fx702p.jar in the lib folder. When I double click that jar file, I get the GUI for the emulator up and running!!! That version can open .702 program files in the samples folder, load the file, and then execute them! What am I doing right THIS time????? Namir
PS: I wrote a short BASIC program to add integers. It works just fine! Thank you! Edited: 15 Sept 2012, 3:38 p.m.
Re: OT: Casio Fx-702p emulator - pascal_meheut - 09-15-2012 I do not know what your problem is. I've tried it on a Windows 64 bits with 4 processors and it worked just fine.
I guess there is a something wrong with the embedded JRE I use. By clicking on the jar, you must use another one.
Re: OT: Casio Fx-702p emulator - Namir - 09-15-2012 The version from the .jar file seems to work just fine. I guess I will use this emulator until you release the next version.
Namir
Re: OT: Casio Fx-702p emulator - Marcus von Cube, Germany - 09-15-2012 I guess it's just a bad idea to embed a JRE with a Java program. Distributing just the .jar file should be fine for most users.
Re: OT: Casio Fx-702p emulator - Pete Wilson - 09-16-2012 Launching the .jar file should e using the JRE you have installed in Windows.
Re: OT: Casio Fx-702p emulator - Pete Wilson - 09-16-2012 I think it's just a bad idea to use Java...
Re: OT: Casio Fx-702p emulator - pascal_meheut - 09-16-2012 So far, only 1 user had problem with this method. Re: OT: Casio Fx-702p emulator - pascal_meheut - 09-16-2012 Can you try: http://sourceforge.net/projects/fx702p/files/Fx702p_Windows_noJre.zip
Re: OT: Casio Fx-702p emulator - Thomas Radtke - 09-16-2012 Quote:I remember a decade ago when I had as much JREs as Java Applications on disk and hope these times are gone forever. I did my last Java project with Swing and JDBC one year ago without delivering a JRE and haven't heard back since then (It is actually activly used). Fingers crossed ;-). Re: OT: Casio Fx-702p emulator - Cristian Arezzini - 09-17-2012 Hi,
Cristian
Re: OT: Casio Fx-702p emulator - pascal_meheut - 09-17-2012 It is already on SourceForge. And it should appear as the default for Linux now too.
|