Topic : The GFA-Basic Compendium
Author : GFA Systemtechnik GmbH
Version : GFABasic.HYP v2.98 (12/31/2023)
Subject : Documentation/Programming
Nodes : 899
Index Size : 28056
HCP-Version : 3
Compiled on : Atari
@charset : atarist
@lang :
@default : Document not found
@help : Help
@options : +g -i -s +z
@width : 75
@hostname : STRNGSRV
@hostname : CAB
@hostname : HIGHWIRE
@hostname : THING
View Ref-Filersrc_rcfix(rc_header)
rc_header: iexp
Fixes up coordinates and memory pointers of raw resource data in memory.
Returns 0 if successful or non-zero otherwise.
rc_header - Address of raw resource data in memory.
Note: Please refer to AES documentation for proper use.
Memo: This call is not built into and is included below.
FUNCTION rsrc_rcfix(header%)
$F%
GCONTRL(0)=115
GCONTRL(1)=0
GCONTRL(2)=1
GCONTRL(3)=1
GCONTRL(4)=0
ADDRIN(0)=header%
RETURN GINTOUT(0)
ENDFUNC
rsrc_rcfix()+