Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Rexfield on August 20, 2012, 03:21:42 pm

Title: Must use wxWidgets 2.8 ?(In Win7)
Post by: Rexfield 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 ?
Title: Re: Must use wxWidgets 2.8 ?(In Win7)
Post by: MortenMacFly 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.