News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Windows 7 -- 64 Bit ?

Started by pjm21b, March 31, 2011, 11:12:21 PM

Previous topic - Next topic

pjm21b

Is there a Windows 7 -- 64 Bit version for 10.5 Code::Blocks, and if so how do I get it ?
Thank you
pjm21b

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pjm21b

Tim S.

Thank you, do you no if this is being considered ?

pjm21b

stahta01

#3
wxWidgets 2.8.x under windows does not support 64 bit.
wxWidgets 2.9.x under windows does support 64 bit; but, Code::Blocks still has 64 bit compile issues and crashes on shutdown with wxWidgets 2.9.x when 32 bit build is used.

Edit: When wxWidgets 3.0 is released is likely when Code::Blocks will start to switch over to wxWidgets higher than 2.8.
Note: wxWidgets 2.9.x is an development build not recommend for production use.

Edit: Another stopper is MinGW GCC does not officially support 64 bit builds. This is only a minor stopper since TDM MinGW-like GCC does support 64 bit builds under windows.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pjm21b

Tim S.

Thank you for your reply.

pjm21b

Nathanael

Settings >> Compiler and Debugger >> Toochain Executable >> auto-detect

with the right path, it works )

stahta01

#6
Quote from: Nathanael on April 28, 2011, 09:09:14 PM
Settings >> Compiler and Debugger >> Toochain Executable >> auto-detect

with the right path, it works )

Why did you post on this topic; a post unrelated to the topic!
I just realized you are NOT understanding that Code::Blocks is NOT a compiler.
The OP was asking if there was a 64bit version of Code::Blocks; not, if the was a 64 bit version of an compiler that works on Windows 7.

Edit: For all the Computer newbies Win 32 bit software works on 64 bit Windows OS.

Please the FAQ
http://wiki.codeblocks.org/index.php?title=FAQ

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]