Kbase P133972: Trying to compile code that contains INT64 references in fields or variables
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/5/2008 |
|
Status: Unverified
SYMPTOM(s):
Trying to compile code that contains INT64 references in fields or variables gives error:
Illegal to reference INT64 variable or field while using startup option -noint64
FACT(s) (Environment):
Using -noint64
All Supported Operating Systems
OpenEdge 10.1B
OpenEdge 10.1C
CAUSE:
This is expected behavior when using -noint64 parameter
FIX:
If the intention is to do not use r-code in OpenEdge 10.1A or earlier, start a new session without using -noint64 parameter.
If the intention is to use r-code in OpenEdge 10.1A or earlier remove all INT64 references in the code or change them to INTEGER and recompile.