HP OpenVMS Systems

ask the wizard
Content starts here

Macro HINTRTN error?

» close window

The Question is:

 
We have a Macro program we used to compile on VAX VMS 6.2.
 
Now when we compile it we get the following informational message and it will
 not create an executable.
 
%AMAC-I-HINTRTN,compilier hint: Possible Input REgisters: R0 in routine.
 
Even though this is informational, we still do not get an EXE file.
 
We have not been able to find any information on this error and would love some
 help.
 
Thanks
 


The Answer is :

 
  As you have not posted the code and the MACRO cross-compiler command,
  a specific answer is difficult.
 
  It appears that the code is passing values into (or out of) a function
  via register, not via the argument list.  Alternatively, this could be
  a known problem caused by /FLAG=HINTS -- without details, an answer is
  impossible.
 
  Please contact the Compaq Customer Support Center for assistance.
 

answer written or last revised on ( 7-MAR-2001 )

» close window