TNS/E Native Application Conversion Guide
Converting Programs That Run in the Common Run-
Time Environment
TNS/E Native Application Conversion Guide—529659-003
8-8
Exception-Handling Functions
Exception-Handling Functions
The CRE_Stacktrace_ function has separate TAL and pTAL declarations to support
the TNS and native stack architectures. See the
CRE Programmer’s Guide
for details.
Sixty-Four-Bit Logical Operation Functions
You cannot call these CRE functions from native programs:
•
RTL_Shift_Left_Int64_
•
RTL_Shift_Right_Int64_
•
RTL_Complement_Int64_
•
RTL_And_Int64_
•
RTL_Or_Int64_
•
RTL_Xor_Int64_
•
RTL_Remainder_Int64_
There are no equivalent replacements. You must write your own code to replace these
functions.
Decimal-Conversion Functions
You cannot call these CRE functions from native programs:
•
RTL_Decimal_to_Int16_
•
RTL_Decimal_to_Int32_
•
RTL_Decimal_to_Int64_
•
RTL_Int16_to_Decimal_
•
RTL_Int32_to_Decimal_
•
RTL_Int64_to_Decimal_
There are no equivalent replacements. You must write your own code to replace these
functions.










