Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxWidgets 3.1.2 Released

<< < (11/11)

Miguel Gimenez:
If wxWidgets is patched then the temporary patch should be removed, because it hides the library's wxPopupWindow.

ollydbg:

--- Quote from: Miguel Gimenez on January 28, 2019, 08:44:58 pm ---I have patched my wx3.1.2 library with New Pagodi“s changes and Code Completion works fine.

I have generated a diff file, but I don't know if it can be applied without some tweaking (indexes probably are invalid).

Just in case I am attaching also the affected files (including the interface one, although it is not needed).

--- End quote ---
Nice work, I just tested it, and it works fine!

Miguel Gimenez:
If devs choose patching wxWidgets 3.1.2 to solve CC crashes I suggest adding this code (or similar) somewhere so people compiling from SVN in MSW with 3.1.2 know what to do.


--- Code: ---#if wxUSE_POPUPWIN && defined(__WXMSW__) && wxVERSION_NUMBER == 3102
    #include "wx/popupwin.h"
    #ifndef wxPU_CONTAINS_CONTROLS
        #error wxWidgets 3.1.2 must be patched or CC will crash
    #endif
#endif

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version