

- #DOWNLOAD CODE BLOCKS FOR WINDOWS 10 64 BIT INSTALL#
- #DOWNLOAD CODE BLOCKS FOR WINDOWS 10 64 BIT DOWNLOAD#
Under the 'Search Directories' tab add the following to the Compiler search path:Ĭ:\Program Files\Microsoft SDKs\Windows\v7.1\IncludeĬ:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include Next you need to add the 圆4 includes and lib file. Add the following:Ĭ:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\圆4Ĭ:\Program Files\Microsoft SDKs\Windows\v7.1\BinĬ:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE While still in the 'Toolchain.' tab, click on 'Additional Paths'. The important part is that you change the path to look in the '.\bin\amd64' directory. Note: if you installed VC to a different directory this path will change. Now under the 'Toolchain executables' Tab change the Compiler's installation directory to:Ĭ:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64 Step 6) Once Code::Blocks open the 'Global Compiler Settings' (Settings->Compiler.). It should auto-detect your installed compilers, including the recently installed Visual C++ 2010. Step 5) Run the new installation for the nightly build of Code::BLocks. "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /圆4 Note: Prior to setting up Code::Blocks for 64-Bit compiling, you may need to set the MSbuild environment to 圆4.
#DOWNLOAD CODE BLOCKS FOR WINDOWS 10 64 BIT INSTALL#
Step 3) Install Code::Blocks following instructions listed in nightly build forum. Microsoft Windows SDK v7.1 (earlier versions might not work, later version will probably work but directories will change) Microsoft Visual C++ 2010 express (or better) Code::Bocks (at least as of the nightly build worked) The following instructions will allow you to compile 64-bit code using Microsoft's VC 2010 compiler (with the Windows SDK). A new template would be cool but that’s something for another time.Ĭompiling amd64 code using Microsoft Visual C++ 2010 Now in the generated code add the following line:

Step6) Create a new project (console project) and select our new ‘Windows SDK 圆4’ compiler as the compiler to use.

C:\Program Files\Microsoft SDKs\Windows\v6.0\Lib\圆4 C:\Program Files\Microsoft SDKs\Windows\v6.0\VC\LIB\圆4 C:\Program Files\Microsoft SDKs\Windows\v6.0\Include C:\Program Files\Microsoft SDKs\Windows\v6.0\VC\INCLUDE Step5) Now go to the ‘Search Directories’ tab and remove all items under the ‘Compiler’, ‘Linker’ and ‘Resource compiler’ tabs. C:\Program Files\Microsoft SDKs\Windows\v6.0\VC\Bin\圆4 C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin\圆4 Remove the directory that goes to your Visual C++ 2005 install dir NOT the debug one and add the following directory’s: Then click the ‘Additional Paths’ tab inside the ‘Toolchain executables’ tab. Step4) Now with ‘Windows SDK 圆4’ as the selected compiler go to the ‘Toolchain executables’ tab and EMPTY the directory text box. Now choose a name I used ‘Windows SDK 圆4’ but you can name it whatever you like. Step3) Start Code::Blocks and go to ‘Settings->Compiler and Debugger settings’, then select ‘Microsoft Visual C++ 2005’ from the dropdown box and click the copy button.
#DOWNLOAD CODE BLOCKS FOR WINDOWS 10 64 BIT DOWNLOAD#
