What is the purpose of #pragma aux and how should I use it?

前端 未结 2 1635
情深已故
情深已故 2021-01-29 07:09

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

2条回答
  •  误落风尘
    2021-01-29 08:00

    #pragma implementations are specific for your actual toolchain.

    Looking up #pragma aux indicates that seems to be a specific Watcom C/C++ Compiler specific problem.

提交回复
热议问题