enable-auto-import
最近在使用wxWidgets時Linking時出現
Info: resolving _wxEmptyString by linking to __imp__wxEmptyString (auto-import)
Info: resolving wxStringBase::npos by linking to __imp___ZN12wxStringBase4nposE (auto-import)
Info: resolving vtable for wxObject by linking to __imp___ZTV8wxObject (auto-import)
Info: resolving vtable for wxListBase by linking to __imp___ZTV10wxListBase (auto-import)
Info: resolving wxAppConsole::ms_appInitFn by linking to __imp___ZN12wxAppConsole12ms_appInitFnE (auto-import)
Info: resolving wxAppConsole::ms_appInstance by linking to __imp___ZN12wxAppConsole14ms_appInstanceE (auto-import)
需要在link時加上 -Wl,--enable-auto-import






