Post Reply 
File problems due to lack two instructions. #INCLUDED ...
03-28-2017, 06:02 AM
Post: #2
RE: File problems due to lack two instructions. #INCLUDED ...
Hello,

To use a name, it has to exist and be valid.

When you compile the first program, it errs on the distant program call. As a result, the name prg1.main does not exist and is not valid.

So, when you try to compile program 2, you have the same issue.

The only way, as you discovered, is to first make prg1.main valid by having prg1 compile correctly. then you can use it in prg2. and then fix prg1...

I know that this is frustrating, but please remember that the system is not desinged to allow 2 distinct programs to work together. The idea is that each program is independent.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: File problems due to lack two instructions. #INCLUDED ... - cyrille de brébisson - 03-28-2017 06:02 AM



User(s) browsing this thread: 1 Guest(s)