User forums > Using Code::Blocks
Installing libraries from VC++ 6.0
MortenMacFly:
--- Quote from: lfm on July 06, 2006, 08:37:33 am ---Is vc6 without debugger(command line) itself ?
--- End quote ---
To be honest: I don't know. I tried to figure out the meanings of the tools behind the IDE but I couldn't figure out what of these is a command line debugger (if there is any).
Anyway, cdb should work just fine usually and is integreated with C::B. So even if there is a VC6 debugger I doubt if it is compatible with C::B. But if you figure out something in that direction please let me (us) know.
Alturin:
--- Quote from: thomas on July 06, 2006, 12:12:33 am ---Looks like you are an extremely lucky guy.
Morten wrote a WiKi on how to integrate VisualC 6 only just 5 hours ago: http://wiki.codeblocks.org/index.php?title=Integrating_Microsoft_Visual_C_6_with_Code::Blocks_IDE
You might want to use a more recent build of Code::Blocks, though, since non-gcc compiler support in RC2 is a bit flakey sometimes.
--- End quote ---
Extremely lucky indeed :D, thanks heaps Morten!
Is there a sortof stable nightly build that you could reccomend? I wouldn't want to be stuck with a bugged build for two weeks :).
mandrav:
--- Quote from: Alturin on July 06, 2006, 10:00:52 am ---Is there a sortof stable nightly build that you could reccomend? I wouldn't want to be stuck with a bugged build for two weeks :).
--- End quote ---
Well, install the latest nightly possible but grab a couple of older ones just to be on the safe side ;)
thomas:
--- Quote ---Is there a sortof stable nightly build that you could reccomend?
--- End quote ---
They should all be quite stable. The last available should do you equally well.
I have been using bi-daily updated, self-compiled versions as "production version" without any problems for many months without any crashes, so stability should not be a concern.
Make sure you don't mix up RC2 and a nightly build, that'll bear dll conflicts.
lfm:
I using WinXP + VC6 + CDB.EXE(Debugging Tools for Windows) + C::B, there is a error when start debugger, this is the debugger log:
--- Code: ---Command-line: D:\Debugging Tools for Windows\cdb.exe -nx -fullname -quiet -args F:/Prog/Debug/ex03a.exe
Working dir : F:\Prog\
> set prompt >>>>>>cb_gdb:
cdb: Invalid switch 'n'
cdb: Invalid switch 'f'
cdb: Invalid switch 'q'
cdb version 6.6.0003.5
usage: cdb [options]
Options:
<command-line> command to run under the debugger
......
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version