User forums > Nightly builds

The 15 December 2019 build (11927) is out.

<< < (2/7) > >>

killerbot:
link contains again the double extension.

Xaviou:
Hi

OS X version of this rev can be downloaded from my Google Drive (needs at least OS X 10.14)
The name of the dmg (created automatically from the subversion sources) is a little bit different from the one in the first post of this topic : CB_20191208_rev11927_OSX64-wx3.1.2.dmg

Debian Stretch and Buster (32 and 64 bits) can be installed from my repo.

Regards
Xav'

Pecan:
@ Killerbot

What were the parameters used to build this version of wx313?
Could you also say what you did with wxUSE_GRAPHICS_GDIPLUS.

I cannot seem to get the same size wxmsw313u_gcc_cb.dll thats contained in the nightly. And I get font asserts (shown below).
Update: 2019/12/20 17:15: Solved this by deleting the  CB .conf file.
I dont know why.
 

Miguel Gimenez:
The font problem is because of a wxWidgets problem when loading fonts from string, introduced with version 2 of font serializing in wx3.1.2. It was reported by Ollydbg and it still unfixed.

https://trac.wxwidgets.org/ticket/18590

killerbot:
wx 3.1.3
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++11"

and in : include/wx/msw/setup.h

I reduced:

--- Code: ---#if defined(_MSC_VER) && _MSC_VER >= 1600
    #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT
#else
    #define wxUSE_GRAPHICS_DIRECT2D 0
#endif

--- End code ---

to just 1 line :

--- Code: ---    #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version