Bonjour,

j'utilise wx pour la première fois chez moi, et j'ai quelques soucis avec la compilation d'un code source de test que j'ai trouvé sur ce site.
Les erreurs générées sont les suivantes :

D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:14: variable 'vtable for wxButton' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:14: variable 'vtable for wxControl' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:14: variable 'vtable for wxControlBase' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:14: variable 'vtable for wxWindow' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:14: variable 'vtable for wxFrame' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:17: undefined reference to `wxWindow::RegisterHotKey(int, int, int)'
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:17: undefined reference to `wxWindow::UnregisterHotKey(int)'
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:17: undefined reference to `wxWindow::RegisterHotKey(int, int, int)'
D:\CodeBlocks\Projets\ProjetIA\wxwin1.cpp:17: undefined reference to `wxWindow::UnregisterHotKey(int)'
:: === Build finished: 9 errors, 0 warnings ===
Dans Build options, j'ai ceci pour les librairies linkées :
libwx_base-2.8.a
libwx_msw_core-2.8.a

Est ce suffisant ou le problème vient d'autre part?

Pour le moment, je n'ai réussi qu'à compiler une application qui affiche un wxMsgBox.

Merci d'avance.