Author Topic: Visual Studio Output window in C::B?  (Read 3057 times)

paradigm

  • Guest
Visual Studio Output window in C::B?
« on: August 17, 2008, 11:52:55 am »
Hullo,

I switched to Code::Blocks from Visual Studio as VS decided it couldn't find its own compiler. Thankfully, Code::Blocks could find the VS compiler so my project was saved.

While developing my project under VS, I used the rather lovely Visual Leak Detector, which keeps track of memory allocations in Debug and prints a memory leak report to the VS Output window when your program terminates. The files are still included in the project and I'm inclined to think that it's working to some extent within Code::Blocks - just not outputting its report to the right place.

Does Code::Blocks have an 'equivalent' to the VS Output window, or can I pipe whatever output would normally go there to one of the Code::Blocks windows?

Thanks in advance.