Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 03, 2020, 09:34:55 am

Title: The 03 October 2020 build (12207) is out.
Post by: killerbot on October 03, 2020, 09:34:55 am
 new PATCHED wx dll , please download these too and replace your old ones !!!

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64-2.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 03 October 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20201003_rev12207_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 03 October 2020 build (12207) is out.
Post by: LETARTARE on October 03, 2020, 11:14:47 am
Quote
new PATCHED wx dll , please download these too and replace your old ones !!!
Do we also need to change 'wx-314' and how ?
Title: Re: The 03 October 2020 build (12207) is out.
Post by: oBFusCATed on October 03, 2020, 01:05:21 pm
Ubuntu packages available in this PPA: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
Title: Re: The 03 October 2020 build (12207) is out.
Post by: killerbot on October 03, 2020, 04:24:51 pm
for the moment we are still on a patched wx 3.1.3
Title: Re: The 03 October 2020 build (12207) is out.
Post by: killerbot on October 03, 2020, 04:25:57 pm
will try step -up to 3.1.4 and see which patches will still need to apply. Anyone already some experience with 3.1.4 ?
Title: Re: The 03 October 2020 build (12207) is out.
Post by: gd_on on October 03, 2020, 06:32:52 pm
I work with wxWidgets 3.1.4 (no special patches), inside C::B and for my own applications without any special problems.
gd_on
Title: Re: The 03 October 2020 build (12207) is out.
Post by: Miguel Gimenez on October 03, 2020, 06:48:34 pm
I also work with 3.1.4 without changes
Title: Re: The 03 October 2020 build (12207) is out.
Post by: killerbot on October 04, 2020, 09:19:45 am
work with 3.1.4 : aka you use it for your own projects, or you also used it to build CB yourself with it ?
Title: Re: The 03 October 2020 build (12207) is out.
Post by: LETARTARE on October 04, 2020, 10:01:23 am
Vista Business Pack2
1-  build wx-3.1.4 with gcc-8.1.0-dw
2-  build cb-12207 with gcc-8.1.0-dw and wx-3.1.4
All is correct

3- use of CB with projects: no anomaly to detect
Title: Re: The 03 October 2020 build (12207) is out.
Post by: gd_on on October 04, 2020, 10:09:44 am
Quote
work with 3.1.4 : aka you use it for your own projects, or you also used it to build CB yourself with it ?
To be more precise, I use wxWidgets 3.1.4 without any patches in my own project, but also to build C::B (see my signature).
For C::B, I have just added in C::B code, some time ago, 2 or 3 wxCHECK_VERSION(3, 1, 4) but I'm not sure they are all needed now.
gd_on
Title: Re: The 03 October 2020 build (12207) is out.
Post by: Miguel Gimenez on October 04, 2020, 10:40:42 am
I use wx3.1.4 without changes to compile C::B master, and I haven't found any problem or side effect in C::B.
Title: Re: The 03 October 2020 build (12207) is out.
Post by: gd_on on October 04, 2020, 12:12:32 pm
To complete your information, here is a patch file between my C::B version and the official svn 12207.
Some comments :
1) in main.cpp, there was a wxPaintEvent / ProcessEvent some time ago. It was replaced by Update some time ago (suggested by M.Gimenez if I remember well). As this original couple of instructions is no more in C::B code, the Update is probably not necessary now.
2) In wxsglcanvas.cpp and wxsglcanvas.h, I have added some instructions because I need to initiate and use in wxSmith some new graphic variables (mSampleBuffers and mSamples) in my own developments. These variables were introduced, I think, in wxWidgets 3.0. May be, there is an other way to do this, but I have not found an other way.
3) In global_uservars.xrc, I have commented some instructions, because I had some minor problems when C::B draw these controls, at least in my french C::B version. I don't remenmber, if it's wxWidgets 3.1.4 related, sorry.
4) in lexer_cpp.xml, this is clearly not related to wxWidgets 3.1.4. It simply adds the "rename" keyword to the cpp lexer. This was discussed some time ago in http://forums.codeblocks.org/index.php/topic,23736.0.html.
If this can help you ...
gd_on
Title: Re: The 03 October 2020 build (12207) is out.
Post by: wtfisgoingoff on October 05, 2020, 04:26:13 am
CRC failed in file name. The file is corrupt! 

\CB_20201003_rev12207_win64\wxled.dll   


Windows 10 x64

Title: Re: The 03 October 2020 build (12207) is out.
Post by: Xaviou on October 05, 2020, 07:12:25 am
Hi
CRC failed in file name. The file is corrupt! 

\CB_20201003_rev12207_win64\wxled.dll   


Windows 10 x64


Confirmed.

Regards.
Xav'
Title: Re: The 03 October 2020 build (12207) is out.
Post by: ollydbg on October 06, 2020, 06:16:43 am
CRC failed in file name. The file is corrupt! 

\CB_20201003_rev12207_win64\wxled.dll   


Windows 10 x64


I can also confirm this issue.
Title: Re: The 03 October 2020 build (12207) is out.
Post by: Chun Jiu on October 08, 2020, 05:14:13 am
CRC failed in file name. The file is corrupt! 

\CB_20201003_rev12207_win64\wxled.dll   


Windows 10 x64



Me too ...