hp prime sdk for app development
|
09-14-2024, 09:08 AM
Post: #1
|
|||
|
|||
hp prime sdk for app development
Hello, is there any sdk avialable for hp prime app development from scratch? I need to develop some application for EE
|
|||
09-14-2024, 12:27 PM
Post: #2
|
|||
|
|||
RE: hp prime sdk for app development
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
. --Bob Prosperi |
|||
09-14-2024, 02:56 PM
Post: #3
|
|||
|
|||
RE: hp prime sdk for app development
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. Insoft Tools for HP Prime Software Development |
|||
09-15-2024, 07:24 AM
Post: #4
|
|||
|
|||
RE: hp prime sdk for app development
Thanks for your response, let me try it, I am not from software background, it may take bit long for me
|
|||
09-19-2024, 07:11 AM
Post: #5
|
|||
|
|||
RE: hp prime sdk for app development
I a getting error when i tried to unzip the P+ for windows ,Please see the attachment
http://insoft.uk/action/?method=downlink...e-plus.zip Please help |
|||
09-21-2024, 03:44 PM
(This post was last modified: 09-21-2024 03:46 PM by Insoft.)
Post: #6
|
|||
|
|||
RE: hp prime sdk for app development
(09-19-2024 07:11 AM)JJACOB Wrote: I a getting error when i tried to unzip the P+ for windows ,Please see the attachment GitHub P+ PPL Minifier PPL Reformat For Windows you will have to compile it yourself, only macOS binary files are provided. Insoft Tools for HP Prime Software Development |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)