User forums > Using Code::Blocks

Installing libraries from VC++ 6.0

(1/4) > >>

Alturin:
[FIXED]
The instructions at the wiki are exactly what I needed, I have updated them to fix the warnings.
[/FIXED]


Heya,

I just started using Code::Blocks and I wanted to continue doing so in my vacation. I'll only have a laptop available though, with no internet, so a quick reply would be immensly appreciated.
I have a project designed to use the VC++ 6.0 libs, which I do have (I might even still have the setup somewhere). When trying to compile the project on a freshly installed Code::Blocks (RC2) it complaints that the function unlink isn't defined. Makes sense, it's in Microsoft's stdio.h, not in MinGW's.
My solution, I have microsoft's stdio.h, I probably have the libraries (although I don't know where to find them?), now how do I get C::B to use those libs?.

I really hope I can get help before I'm leavin' :).
Thanks in advance,

Alturin.

thomas:
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.

lfm:
But no debbuger: cdb.exe ?

MortenMacFly:

--- Quote from: lfm on July 06, 2006, 03:57:15 am ---But no debbuger: cdb.exe ?

--- End quote ---
You need the MS Debugging tools for that. This will include the debugger "cdb.exe". Google for "Microsoft Debugging Tools" on microsoft.com. They are freely available.
With regards, Morten.

lfm:

--- Quote from: MortenMacFly on July 06, 2006, 08:18:28 am ---You need the MS Debugging tools for that. This will include the debugger "cdb.exe". Google for "Microsoft Debugging Tools" on microsoft.com. They are freely available.
With regards, Morten.

--- End quote ---
thx!
Is vc6 without debugger(command line) itself ?

Navigation

[0] Message Index

[#] Next page

Go to full version