User forums > Help
VisualC++ 2003 Tools
Fatman:
After some fiddling I found a way to do this. Create a project. Right click on the tree item with the "Code::Blocks" icon [eg. "Console application"], select "Build Options" in the menu. Here you can switch to the VC compiler.
It would be nice if I could make the VC compiler the default for all projects, not just the current one.
Can't wait to get started with Code::Blocks, looks absolutely kickass! :) Thanks, all Code::Blocks devs.
***EDIT***
To successfully compile the default "Hello World" main.cpp file, I found it necessary to do the following:
1. Main menu: Settings > Plugins > Compiler
2. Go to the "Programs" tab.
3. Delete the resource compiler entry, because there isn't one. :? [I'm sure this must be wrong, but... well... I just don't have rc.exe with cl.exe and link.exe. I must get a resource compiler, to add icons and stuff to my DLLs.]
4. Replace "mingw32-make.exe" with the full path to the make exe.
That's it, then I hit compile and it worked like a charm. :)
mandrav:
rc.exe is part of the MS Platform SDK. The VC Free Toolkit is, on its own, good only for console apps. For win32 apps you will need the platform SDK anyway.
Fatman:
As it happens I have Visual Studio 6 installed [that's the main reason I tried Code::Blocks actually :x ], so I guess I can grab rc.exe out of that. I also notice the Free Toolkit has no windows.h, which I can also swipe from my VS6 install.
Mind you... probably better to get the Platform SDK than just rip files at random, eh? More chance of getting an up to date file if it's a recent download than a file from a 5-year-old CD.
Code::Blocks is in the top 500 active projects on Sourceforge, btw. \o/
*** EDIT ***
Strewth. After some searching and switching of browsers, I finally found out the Platform SDK to use for Windows 2000: it's the Windows Server 2003 SDK. :evil:
Hope this helps anyone dev'ing on Win2k...
Anonymous:
Windows Server 2003 SDK is for all platforms including up to XP.
Anonymous:
I have another question related to the Platform SDK : it includes debugging tools like a symbolic debugger.
Is there a way to use it from Code::Blocks ?
Thanks
Thomas
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version