User forums > General (but related to Code::Blocks)

Must use wxWidgets 2.8 ?(In Win7)

(1/1)

Rexfield:
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 ?

MortenMacFly:

--- Quote from: Rexfield on August 20, 2012, 03:21:42 pm ---Must use wxWidgets 2.8 ?

--- End quote ---
First, you should use the right forum. Unrelated to code::blocks -> locking topic.

Navigation

[0] Message Index

Go to full version