◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Fatal ILINK error L1240 far references in STRUC fields not supported ILINK currently does not support STRUC definitions like the following: extrn func:FAR rek STRUC far_adr DD func ; Initialized far address ; within a STRUC rek ENDS To use ILINK, change the code to get rid of the far address within the STRUC. -♦-