Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

This run-time error occurs if a function is called by macro expansion, but
has not been declared EXTERNAL. The linker cannot "see" function names
embedded in strings, so you must declare them external. Better still,
convert them to code blocks; they'll execute faster and you won't have to
declare them EXTERNAL.

The engine routinely declares EXTERNAL the dictionary default library
functions it uses. Other library functions whose names are in dictionary
Udf fields or index key fields must be declared EXTERNAL.

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