/QRimplicit-import- Disable Importing of Helpers
This option forces the compiler to use statically linked helper functions. Compiler helper functions are typically located in a DLL. In order to reduce the thunk overhead when calling these functions, the compiler uses the dllimport calling mechanism. If OS or driver code is linked statically with the helper functions, the /QRimplicit-import- flag is used to force the compiler to use typical calling mechanisms.
See Also
About Microprocessor Compilers | ARM Guide
© 1992-2003 Microsoft Corporation. All rights reserved.