/QSimplicit-import- Disable Importing of Helpers (Windows CE 5.0)
This option forces the compiler to use statically linked helper functions. Compiler helper functions are typically located in a DLL.
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 /QSimplicit-import- flag is used to force the compiler to use typical calling mechanisms.
See Also
Send Feedback on this topic to the authors