C++ toolkit 2003: debugging programs
From: ahnkle (email_at_no.address.uk)
Date: 08/19/04
- Next message: Thomas Matthews: "Re: How to expand my compiler's ULONG_MAX ?"
- Previous message: Karl Heinz Buchegger: "Re: any way to prevent 'x'+"yz" to compile ?"
- Next in thread: Victor Bazarov: "Re: C++ toolkit 2003: debugging programs"
- Reply: Victor Bazarov: "Re: C++ toolkit 2003: debugging programs"
- Reply: void: "[OT] Re: C++ toolkit 2003: debugging programs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 Aug 2004 14:29:07 +0100
Hi,
I just downloaded the Microsoft Visual C++ Toolkit 2003. Installed fine,
compiles...
I tried compiling a progrma, but when I try to debug it, visual studio
v6 cant find any symbols.
==========source hello.cpp==========
#include <iostream>
using namespace std;
int
main(int argc, char** argv)
{
cout << "Hello, world" << endl;
}
==========source ends===============
cl -EHsc -Zi hello.cpp /link /debug
It creates a hello.exe and hello.pdb.
any ideas?
ahnkle
- Next message: Thomas Matthews: "Re: How to expand my compiler's ULONG_MAX ?"
- Previous message: Karl Heinz Buchegger: "Re: any way to prevent 'x'+"yz" to compile ?"
- Next in thread: Victor Bazarov: "Re: C++ toolkit 2003: debugging programs"
- Reply: Victor Bazarov: "Re: C++ toolkit 2003: debugging programs"
- Reply: void: "[OT] Re: C++ toolkit 2003: debugging programs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading