Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
code blocks with new compilers
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: code blocks with new compilers (Read 5839 times)
themean
Multiple posting newcomer
Posts: 14
code blocks with new compilers
«
on:
March 02, 2012, 10:17:39 am »
It is possible to use code blocks with new compilers like msvc 2010 and if it can
How to do??
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: code blocks with new compilers
«
Reply #1 on:
March 02, 2012, 10:25:35 am »
Try a nightly build.
Logged
(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!]
themean
Multiple posting newcomer
Posts: 14
Re: code blocks with new compilers
«
Reply #2 on:
March 02, 2012, 10:55:42 am »
I don't know nothing for that
Wat is this new version ??
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: code blocks with new compilers
«
Reply #3 on:
March 02, 2012, 11:06:52 am »
http://lmgtfy.com/?q=codeblocks+nightly+build
?
Logged
(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!]
themean
Multiple posting newcomer
Posts: 14
Re: code blocks with new compilers
«
Reply #4 on:
March 02, 2012, 11:34:56 am »
10x
I already checked
Logged
themean
Multiple posting newcomer
Posts: 14
Re: code blocks with new compilers
«
Reply #5 on:
March 04, 2012, 11:23:39 am »
I have big problems when I'm trying to set code blocks with msvc2010 compiler
Can anyone give me clear gide how to do this ??
Logged
stahta01
Lives here!
Posts: 7787
Re: code blocks with new compilers
«
Reply #6 on:
March 04, 2012, 04:15:47 pm »
1. Install the Nightly build
http://forums.codeblocks.org/index.php/board,20.0.html
2. Pick the correct CB Compiler Choice "Microsoft Visual C++ 2010" to use MSVC 10
Which of the above items do you NOT understand how to do?
Tim S.
«
Last Edit: March 04, 2012, 04:42:05 pm by stahta01
»
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
themean
Multiple posting newcomer
Posts: 14
Re: code blocks with new compilers
«
Reply #7 on:
March 04, 2012, 04:48:17 pm »
dont work
compile error : kernel32.dll missing
Can't compile simple hello world program
I have installed msvc 2010 express
set compiler to msvc 2010 and cant compile
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: code blocks with new compilers
«
Reply #8 on:
March 04, 2012, 05:07:24 pm »
Read this it might help.
http://wiki.codeblocks.org/index.php?title=Integrating_Microsoft_Visual_Toolkit_2003_with_Code::Blocks_IDE#Setting_up_the_compiler
Using VC++ with Codeblocks is not the easiest thing beginners want to do. Also debugging your programs would be harder or even impossible.
So, if you don't have a compelling reason to use vc++ please use mingw, TDM Gcc is one very good release and it is pretty easy to install.
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
code blocks with new compilers