error

ILLEGAL INSTRUCTION

does anyone know what this means??

please??

What was the context in which the illegal instruction was generated? When you were running the program, did it happen at the beginning, the middle, or the end?

Erm, it means that the instruction you attempted to execute is not allowed. You just need to figure out which instruction it was and why it was illegal, then you are fixed.

Perhaps post a code segment??

Nate

Originally posted by jay:
[b]ILLEGAL INSTRUCTION

does anyone know what this means??

please??[/b]

Have you tried running your program with a debugger? Before you answer that, did you create this program or download it?

cheers guys i managed to change the structure of my program and it works fine now.