Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 12, 2020, 09:03:50 am

Title: The 12 July 2020 build (12187) is out.
Post by: killerbot on July 12, 2020, 09:03:50 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 12 July 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200712_rev12187_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 12 July 2020 build (12187) is out.
Post by: LETARTARE on July 12, 2020, 09:55:59 am
Thanks for this version.
Where to find the patch to apply it to 32-bit versions?
Title: Re: The 12 July 2020 build (12187) is out.
Post by: oBFusCATed on July 12, 2020, 11:49:05 am
@LETARTARE:
These two places, I think:
https://github.com/wxWidgets/wxWidgets/commit/a73194f6b448b047168c566e48837957d08d2165
https://trac.wxwidgets.org/ticket/18590

@killerbot: Could you put the info in more official place?
Title: Re: The 12 July 2020 build (12187) is out.
Post by: adonios77 on August 07, 2020, 04:33:35 pm
One question and one comment:

Which (.exe) file I must run (in to CD_ folder) to install "nightly build" please?

The process is quite simple but the help in the forum is unnecessarily complicated.
For example, could all essentials be summarized in one page (or even all the links)
so that some idiots like me would not search for more than half an hour trying to
find the cursed files in question.

A summary guide would be necessary and it would look something like this:

Τo install a nightly build:

1. Download the 3 necessary files
*The file names may different but the start is almost the same.
1a) "CB_XX_revXX_... .7z"  (.zip)  Link:
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200712_rev12187_win64.7z
1b) "MingwXXdlls_... .7z"  (.zip)  Link:
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z
1c) "wxmswXXu_... .7z"  (.zip)  Link:
https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64-2.7z

2. Extract downloaded files
2a) Extract (or Unzip) "CB_XX_revXX_... .7z" in to a "new folder"
2b) Extract (or Unzip) "MingwXXdlls_... .7z" in to that same "new folder"
2c) Extract (or Unzip) "wxmswXXu_... .7z"  in to that same "new folder"

*The point is to unzip both of them into the same directory where you unzipped the
"CB_XX_revXX_... .7z", so they reside next to the codeblocks.exe .

3. Replace all files in directory that Code::Blocks is installed (usually in "C:\Program Files\CodeBlocks\")
with what's in the "new folder" files and folders.

At last...
I don't think if a better guide would matters because IT JUST DON'T WORKS! ;D
I cannot work with this bright white to burn my eyes so...
Thank you! I'm searching for another compiler.

Thanks in advance
and sorry for my English
Title: Re: The 12 July 2020 build (12187) is out.
Post by: Miguel Gimenez on August 07, 2020, 05:24:03 pm
Once the three zip are unzipped in the same folder you are done, no installation is needed; Just run codeblocks.exe

EDIT: you have edited your message after I answered, removing your question about where the installer is, so my answer doesn't apply anymore. Please don't change the messages after they are answered, just post a reply.

By the way, Code::Blocks is not a compiler, so looking for another compiler is futile.