Author Topic: 【bug】wxSmith with wxImagePanel control  (Read 4214 times)

Offline maryjeck

  • Single posting newcomer
  • *
  • Posts: 5
【bug】wxSmith with wxImagePanel control
« 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 ?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: 【bug】wxSmith with wxImagePanel control
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ