Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Comix 3.0 Reference Manual - <b>i'm getting an ie 999! why?</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
I'm getting an IE 999!  Why?

An IE 999 usually occurs when a referenced function is not linked in.

The most common cause of this error is creating indexes in one EXE and using
them in another.

For example, suppose you use DESCEND() in one of your index expressions.  If
you bring this index into use in another program where it's not explicitly
referenced, DESCEND() was not necessarily linked in.  This can cause an IE
999.

To resolve this problem add the following line to one of the PRG's that is
part of your application:

    EXTERN DESCEND



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson