I\'m attempting to delayload a library and use GetProcAddress to get a function from the library to use repeatedly. The project I\'m working on has examples of how this being do
#pragma implementations are specific for your actual toolchain.
#pragma
Looking up #pragma aux indicates that seems to be a specific Watcom C/C++ Compiler specific problem.