Normally i write my opl's on the pc and use opltran to make my opo files.
If i want to use system.opx i know i have to include the opx header but how do i tell opltran that i'm using an external opx library?
thx
Normally i write my opl's on the pc and use opltran to make my opo files.
If i want to use system.opx i know i have to include the opx header but how do i tell opltran that i'm using an external opx library?
thx
INCLUDE SYSTEM.OPH
OPH is the Header file for translation on the device
Using OPLTRAN on the PC, use SYSTEM.TXH
Perhaps you might need to say OPLTRAN where to look for the *.txh files by adding the option: -i<path to *.txh files>. See the OPLTRAN options by running it without commands.