Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: NOOBnaQb on March 12, 2014, 03:53:33 pm

Title: Code blocks 64-bit for Windows
Post by: NOOBnaQb on March 12, 2014, 03:53:33 pm
Is there a 64-bit Code blocks for Windows?
Title: Re: Code blocks 64-bit for Windows
Post by: oBFusCATed on March 12, 2014, 08:37:26 pm
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.
Title: Re: Code blocks 64-bit for Windows
Post by: NOOBnaQb on March 12, 2014, 09:10:20 pm
Yes, that's why I ask. Can I install 64-bit MinGW and use 32-bit codeblocks?
Title: Re: Code blocks 64-bit for Windows
Post by: Jenna on March 12, 2014, 09:14:00 pm
Yes, of course.
Title: Re: Code blocks 64-bit for Windows
Post by: NOOBnaQb on March 14, 2014, 01:34:48 am
Thank you all!  :)
Title: Re: Code blocks 64-bit for Windows
Post by: NOOBnaQb on March 14, 2014, 12:24:42 pm
I downloaded and installed this http://sourceforge.net/projects/mingwbuilds/ (http://sourceforge.net/projects/mingwbuilds/) . Can anyone tell me how can I setup code blocks so I can use this compiler?
Title: Re: Code blocks 64-bit for Windows
Post by: stahta01 on March 14, 2014, 12:56:02 pm
Try these directions. http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps (http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps)

If it fails try these. http://forums.codeblocks.org/index.php/topic,18075.0.html (http://forums.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.