Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: maryjeck on February 14, 2014, 07:04:56 am

Title: 【bug】wxSmith with wxImagePanel control
Post by: maryjeck on February 14, 2014, 07:04:56 am
When I use wxSmith to Add a control "wxImagePanel" ,it notice me "fatal error: wx/wxImagePanel.h: No such file or directory
"
How can I fix it ?
Title: Re: 【bug】wxSmith with wxImagePanel control
Post by: MortenMacFly on February 14, 2014, 09:06:39 am
add to the compiler include paths the folder, where this file resides.

Note that wxSmith also supports 3rd party wxWidgets controls that are not part of the standard wxWidgets distro. These are embedded into the Code::Blocks sources which you can checkout. Namely the wxContribItems project will provide these sources and (if compiled) run-time libs.