HP Forums
hp prime sdk for app development - 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: hp prime sdk for app development (/thread-22331.html)



hp prime sdk for app development - JJACOB - 09-14-2024 09:08 AM

Hello, is there any sdk avialable for hp prime app development from scratch? I need to develop some application for EE


RE: hp prime sdk for app development - rprosperi - 09-14-2024 12:27 PM

You can develop these in PPL right on the Prime itself, however if you mean a C-based low-level SDK, then no, there is nothing like that available
.


RE: hp prime sdk for app development - Insoft - 09-14-2024 02:56 PM

You can use Xcode or Visual Studio Code to write PPL code and then test it in the HP Prime emulator. To do this, drag and drop the UTF-16LE `.hpprgm` file into the HP Connectivity Kit to load it into the emulator.

If you drop a plain UTF-16LE file without the `.hpprgm` header and footer into the HP Prime emulator’s `Calculators/Prime` directory, it will not appear. If documentation were available on the `.hpprgm` file structure, you could create a command-line tool to add the necessary header and footer, allowing you to build a valid `.hpprgm` file directly. This would enable you to write PPL code in Xcode, generate the correct `.hpprgm` file, and test it in the emulator without using the HP Connectivity Kit.


RE: hp prime sdk for app development - JJACOB - 09-15-2024 07:24 AM

Thanks for your response, let me try it, I am not from software background, it may take bit long for me


RE: hp prime sdk for app development - JJACOB - Today 07:11 AM

I a getting error when i tried to unzip the P+ for windows ,Please see the attachment
http://insoft.uk/action/?method=downlink&platform=pc&path=hp&file=prime-plus.zip

Please help