News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code blocks 64-bit for Windows

Started by NOOBnaQb, March 12, 2014, 03:53:33 PM

Previous topic - Next topic

NOOBnaQb

Is there a 64-bit Code blocks for Windows?

oBFusCATed

Not yet. Some people are doing experiments to port it to 64bits, but as far as I remember it is not that stable.
Why do you need it?

If you want to compile 64bit code you need 64bit compiler which has nothing to do with Code::Blocks being 64bits.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

NOOBnaQb

Yes, that's why I ask. Can I install 64-bit MinGW and use 32-bit codeblocks?

Jenna


NOOBnaQb


NOOBnaQb

I downloaded and installed this http://sourceforge.net/projects/mingwbuilds/ . Can anyone tell me how can I setup code blocks so I can use this compiler?

stahta01

#6
Try these directions. http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps

If it fails try these. http://forums.next.codeblocks.org/index.php/topic,18075.0.html
Remember to use the "Third way to manually setup MinGW GCC" if the other two fails.

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]