Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by nore on Today at 05:40:00 pm »
I will be waiting for the x86 version. Thanks for all the hard work.
2
Nightly builds / The 15 March 2025 build (13634) is out.
« Last post by killerbot on Today at 05:31:11 pm »
We switched to gcc 14.2.0 (on 09 December 2024) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64ucrt-12.0.0-r2.7z

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.

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


The 15 March 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250315_rev13634_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • wxSmithContribItems/wxMathPlot: Fix using numbers instead of enums for several properties. This makes the plugin also compatible with later versions of wxMathPlot
  • SDK: Do not crash if a project in the workspace is missing (ticket #1316, thanks LETARTARE)
  • lib_finder: Fix plugin loading on Linux (ticket #1517)

Regressions/Confirmed/Annoying/Common bugs:


    3
    Help / AVR Compiler
    « Last post by ksoni on Today at 11:14:19 am »
    How to set / add avr compiler in codeblocks 20:03, 64 bit version
    4
    Development / Re: cannot find -luser32 etc.
    « Last post by reckless on Today at 09:08:03 am »
    you can use allmost whatever compiler you like borland msvc mingw watcom etc.
    the thing to look out for is if you are not familar with the compiler you chose to use as they all use different flags for the same operation.

    for msys2 you can download the codeblocks package via pacman but if you want to use the 32 bit mingw compiler you need to do a bit of compiler setup since it defaults to 64 bit mingw.

    borland atleast the older free version defaults to 32 bit so should be easy enough.
    msvc has it's own ide so using codeblocks with it is more user preference.
    watcom also comes with an ide but it lacks quite a few features like syntax highlighting.
    TDM-mingw has both 32 and 64 bit mingw compilers (in one package even) and was shipped with older versions of codeblocks.
    the problem with TDM is that it was discontinued somewhere around gcc 10 so it lacks some of the more modern standards.
    it was also a bit buggy at times.

    as for where to get them use google or startpage or whatever search engine you fancy.
    5
    Development / Re: asm("int3"); /*trap*/ query
    « Last post by reckless on Today at 08:54:02 am »
    Code
    #if defined(__i386__) || defined(__x86_64__)
      __asm__ __volatile__("int {$}3":);
    #elif defined(__arm__)
      __asm__ __volatile__("udf #0xfe");
    #elif defined(__aarch64__)
      __asm__ __volatile__("brk #0xf000");
    #else
      __asm__ __volatile__("unimplemented");
    #endif

    this should cover it if you need it again.
    6
    i might be able to post an ucrt32 version for interrested parties soon as i completed building the ucrt32 cross compiler on msys2.
    might be interresting for people still using 32 bit vista or win7 though they need to download the ucrt update for there OS (avaliable from microsoft).

    also experimenting with a TDM based version of gcc-14.2.0 ucrt with a lot of bugfixes to the code.
    the mingw* msvcrt version works quite fine allready except in gdk-pixbuf and ogre3d but even the non TDM version bugs out on those two if linked to the static runtimes so it seems to be a bug in there code.
    for some reason gdk-pixbuf links in the static version of the image loaders when linked to the static runtimes but not when doing a normal build which has me a bit miffed.
    7
    well i can provide you with a 32 bit build of it but it is intended for Msys2 Mingw32 so might have a lot of dependant dll's that need copying off.

    its in PKGBUILD format but you can open the package with 7zip and just copy the whole thing to wherever you need it.
    8
    Help / Re: Installing Code::Blocks from source on Linux
    « Last post by cacb on Yesterday at 09:17:01 pm »
    For building Code::Blocks from source under Kubuntu use build_cb.sh found  at
    https://gitlab.com/arnholm/cpde_3rdparty/-/tree/master/gcc/codeblocks

    Maybe it is helpful to some.
    9
    Announcements / Re: New alias
    « Last post by LETARTARE2 on Yesterday at 03:21:28 pm »
    Except for the first message I could write, I still can't write a message with a joins file.
    on this new account.

    This should help the site administrator
    10
    Announcements / New alias
    « Last post by LETARTARE2 on Yesterday at 03:02:41 pm »
    My old 'LETARTARE' account no longer allowing you to create messages, I created a new 'LETARTARE2' account to do a test
    Pages: [1] 2 3 4 5 6 ... 10