/qautoimported Compiler Option (Windows)

Syntax: Default:
/qautoimported /qnoautoimported
/qnoautoimported  

Use /qautoimported to import all external references. However, note that more efficient code is generated if, in place of /qautoimported, imports are explicitly indicated using the _Import keyword or the _declspec(dllimport) qualifier.

By default, external references are not imported.



Summary of Compiler Options