News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Must use wxWidgets 2.8 ?(In Win7)

Started by Rexfield, August 20, 2012, 03:21:42 PM

Previous topic - Next topic

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 ?
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]