ENG015 - Line 5 illegal OPCODE 24 (OpenInsight Specific)
At 07 APR 1998 07:35:15AM Deirdre wrote:
The subject says it all, one moment my program was working, now it falls over and gives me the message
ENG015 - Line 5 Illegal OPCODE 24
Can anyone help me please.
At 07 APR 1998 07:36AM Deirdre - forgot to say running 0135. wrote:
Running OI3.5
At 07 APR 1998 09:21AM Dave wrote:
Deirdre,
Do you remember what changes may have been made right before this started happening? Did you recompile or has this stayed the same and then stopped working. You may want to check your sysobj table for GFE'S. Let me know what happens after checking for gfe's and/or if any changes have been made to the program.
DaveRevelation
At 07 APR 1998 09:24AM Blaise (Revelation) wrote:
Hi Deirdre,
Can you tell me when you get this error? Is it during compilation? During your execution of your application? What part of your code is causing this? Any other information that you can tell us would be great.
Thanks…
Blaise
At 08 APR 1998 08:36AM Deirdre wrote:
To Blaise and Dave.
No GFE's
The problem is at RUNTIME, it compiles perfectly.
I have even copied the code and parts of it to another program name
it still stops at LINE 5 the same error HELP HELP HELP
Deirdre
At 08 APR 1998 08:59AM Aaron Kaplan wrote:
Could you post the first few lines of the program?
I'll bet though that if you look through the code, you'll find there is a mismatched case or if..then statement or some other type of error like that, something that would cause a line to end, but not really end, so there's a stray opcode where the system isn't expecting one, and you get an illegal error. If there is no op24, then it's probably part of another one, so this would be where the error is.
apk@sprezzatura.com
At 08 APR 1998 09:15AM Gene Gleyzer wrote:
Aaron,
BTW we fixed this in 3.6 (SYSOBJ/$REV_COMPILER)