Emulators / Simulators available as a library?
|
07-01-2019, 10:27 PM
Post: #5
|
|||
|
|||
RE: Emulators / Simulators available as a library?
(06-06-2019 03:08 AM)obrash Wrote: Are any of the HP calculator emulators/simulators available in C or C++ library form - so that the core functionality (minus UI) could be easily invoked from another application? newRPL is not exactly available as a library you can link to, but the code can be included directly in your application (it's plain C, and compiles fine with either gcc or clang), and yes, the GUI can be completely disregarded (though much of the code needs to be included due to some commands interacting with it, like WAIT, COPYCLIP, etc.). But other than taking space it doesn't affect functionality, just provide some memory for the GUI and forget it's even there. As a matter of fact, newRPL uses the exact same codebase for the standalone newRPL-comp compiler that is a command line tool using the RPL compiler from C, no GUI there. If you start from that example you'll get to run RPL code in no time. Once you get it to compile, using newRPL is quite easy:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Emulators / Simulators available as a library? - obrash - 06-06-2019, 03:08 AM
RE: Emulators / Simulators available as a library? - pier4r - 06-06-2019, 07:23 PM
RE: Emulators / Simulators available as a library? - ijabbott - 06-06-2019, 08:09 PM
RE: Emulators / Simulators available as a library? - jwdietrich - 06-30-2019, 06:43 PM
RE: Emulators / Simulators available as a library? - Claudio L. - 07-01-2019 10:27 PM
|
User(s) browsing this thread: 1 Guest(s)