User forums > Announcements

Release 15.12, RC1 has arrived

(1/17) > >>

killerbot:
RC1 candidate (i.e. full installer) of new Code::Blocks release for Windows can be found here:
http://sourceforge.net/projects/codeblocks/files/Binaries/15.12-RC1/codeblocks-15.12-setup-RC1.exe

...the same, but bundled with MinGW:
http://sourceforge.net/projects/codeblocks/files/Binaries/15.12-RC1/codeblocks-15.12mingw-setup-RC1.exe


Linux packages are here:
TO BE ADDED

Any feedback is welcome. Please consider that we are in "feature freeze", which means no new features will make it into the next release, but urgent bug-fixes.

Report back in this forum:
http://forums.codeblocks.org/index.php/board,7.0.html
...precisely here:
http://forums.codeblocks.org/index.php/topic,20730.0.html

Folco:
Not tested yet, but good job !

ffs:
Hello.

I have problem with code completion with this release.

When I type this code:

--- Code: ---#include <iostream>
#include <vector>

int main()
{
    std::vector<int> v;
   
    v.
   
    return 0;
}

--- End code ---

and after v. I should get code completion.
BUT when I type using namespace std;
and just vector<int> v; then when I type v. everything works good.

Ctrl + Space doesn't work, reparsing project also doesn't work.

Why?

Jenna:

--- Quote from: papagym on December 07, 2015, 11:19:08 pm ---From what I see at the SourceForge Website is 15-12 RC1 is downloadable for Windows 8, 7, Vista only.
Does anyone know if it will work with Windows 10 64 bit?

--- End quote ---
The nightlies did, so there is no cause to believe the rc1 does not.

MortenMacFly:

--- Quote from: papagym on December 07, 2015, 11:19:08 pm ---From what I see at the SourceForge Website is 15-12 RC1 is downloadable for Windows 8, 7, Vista only.

--- End quote ---
What makes you say so? I don't see such limitation...?!

Navigation

[0] Message Index

[#] Next page

Go to full version