HP Forums

Full Version: Major BUG in HP Prime Emulator (or maybe the ConnKit))
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Started the Emulator.
Cloned physical calculator to Emulator.
Now they are the same right???
Not so fast Buckaroo.

None of the programs that call OTHER programs now work.
(everything was working fine on the physical calculator )

If you open the programs that call OTHER programs and do a "CHECK",
the OTHER programs that are called show as having a "problem".

If you then open the OTHER called programs and "CHECK" everything is reported as OK. i.e. there was no problem in the first place.
Now it works in the program that called it.

Apparently, you have to go and "re-compile" all your programs that may be called by others?

Holy Shit, are you kidding?
So far i have about 30-40 of these.
I wonder if this is true when you clone one physical calculator to another physical calculator ???
What about RESTORING one physical calculator to another physical calculator ???
How would you ever distribute mildly sophisticated programs??
(12-29-2014 08:53 AM)bobkrohn Wrote: [ -> ]How would you ever distribute mildly sophisticated programs??

Put everything in the same file...

The "program" file should be thought of more like a library from the 48 and not a individual function. You can have local variables, however many functions you want, etc.

When you start linking stuff together across multiple files it can introduce dependencies as you've discovered.
Just to confirm, cloning seems to work fine with functions called from 4x seperate program libraries in my Prime. Try to open each function/library you are using in the connectivity kit, then save each of them again.
Reference URL's