Author Topic: Must use wxWidgets 2.8 ?(In Win7)  (Read 3057 times)

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
Must use wxWidgets 2.8 ?(In Win7)
« on: August 20, 2012, 03:21:42 pm »
Hey, when I installed wxWidgets-2.9.4 completed, compiler always display a same message:
*****\trunk\src\sdk\wxpropgrid\src\propgrid.cpp|3220|error: 'GetThemedBorderStyle' was not declared in this scope|
Then I search 'GetThemedBorderStyle' in google, a page shows(http://wxwidgets2.8.sourcearchive.com/documentation/2.8.9.1-0ubuntu6/include_2wx_2msw_2window_8h-source.html):
    // update the real underlying window style flags to correspond to the
    // current wxWindow object style (safe to call even if window isn't fully
    // created yet)
    void MSWUpdateStyle(long flagsOld, long exflagsOld);

#if wxABI_VERSION >= 20805
    // Helper for getting an appropriate theme style for the application. Unnecessary in
    // 2.9 and above.
      wxBorder GetThemedBorderStyle() const;
#endif

Must use wxWidgets 2.8 ?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Must use wxWidgets 2.8 ?(In Win7)
« Reply #1 on: August 20, 2012, 03:45:11 pm »
Must use wxWidgets 2.8 ?
First, you should use the right forum. Unrelated to code::blocks -> locking topic.
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