HP Forums
Distributing compiled code - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Distributing compiled code (/thread-227.html)



Distributing compiled code - jgreenb2 - 12-24-2013 02:25 PM

Over at hpcalc.org I've seen some Prime software posted with no source code -- just compiled binaries. How is this done?


RE: Distributing compiled code - Han - 12-24-2013 02:28 PM

They were likely obtained from the emulator, i.e. programs were written on or transferred to the emulator and these are saved in the user's documents folder. If you look in My Documents and find the HP Connectivity folder, you will find subfolders that contain the .hppgm files.


RE: Distributing compiled code - eried - 12-24-2013 03:12 PM

(12-24-2013 02:25 PM)jgreenb2 Wrote:  Over at hpcalc.org I've seen some Prime software posted with no source code -- just compiled binaries. How is this done?

That code isn't actually "compiled":
[Image: 2013-12-24_1211.png]


RE: Distributing compiled code - patrice - 12-25-2013 01:18 AM

Quote:Over at hpcalc.org I've seen some Prime software posted with no source code -- just compiled binaries. How is this done?
You binary files are only some .hphprgm files coming from %APPDATA%\HP_Prime directory.
Just copy the file with .hpprgm extention to %APPDATA%\HP_Prime directory
Then, launch the emulator
and Edit the program to see source code