Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - an exported symbol in a dynamic link library is a symbol that can be http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
An exported symbol in a dynamic link library is a symbol that can be
referenced by an application that is linked with that dynamic link library.
Normally, symbols in dynamic link libraries are exported using the Watcom
Linker "EXPORT" directive.  An alternative method is to use the following
form of the auxiliary pragma.

+--------------------------------------------------------------------------+
|      #pragma aux sym export [;]                                          |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

sym
    is a function name.

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