473,385 Members | 1,587 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

C++ toolkit 2003: debugging programs


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

Jul 22 '05 #1
3 1766
ahnkle wrote:
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.
[...]
any ideas?


Sure. Post to a newsgroup where this is on topic. Try one of
microsoft.public.vc.* family.

Victor
Jul 22 '05 #2
ahnkle wrote:

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.


You must download Microsoft Platform SDK, it contains debugger for
Visual C++ Toolkit 2003.

http://www.microsoft.com/msdownload/.../psdk-full.htm

Best
Darek
Jul 22 '05 #3
void wrote:

You must download Microsoft Platform SDK, it contains debugger for
Visual C++ Toolkit 2003.

http://www.microsoft.com/msdownload/.../psdk-full.htm


I'm sorry my mistake, what you need to download i Debuging Tools for Windows

http://www.microsoft.com/whdc/devtoo...nstallx86.mspx
Best
Darek
Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
2
by: Ney André de Mello Zunino | last post by:
Hello. I gladly learned yesterday that Microsoft was making the Visual C++ Toolkit 2003 available for free. Today, I downloaded and installed it and went on to try building some simple...
1
by: Blue Cobold via .NET 247 | last post by:
Hi. I downloaded the Visual C++ Toolkit 2003 and installed it over my existing compilers for my VC++6. Now I'm not able to debug an application, because it say's there are no...
19
by: Jonathan Wilson | last post by:
Is it possible to use vcbuild with the free MS compiler toolkit, as in can someone with just the MS toolkit and no access to a copy of Visual Studio itself use vcbuild to compile a Visual Studio...
4
by: Alex | last post by:
Hi there I'm switching from VC++ 6.0 to VC++ .NET 2003. Since there is no stand-alone version of VC++ .NET 2003 Pro, I went and purchased the Standard version, which does not have an...
10
by: miffy900 | last post by:
Will there be a Visual C++ Toolkit 2005? I really appreciated that there was the Visual C++ 2003 Optimising Compiler distributed for free in the 2003 Toolkit. Will Microsoft continue with this...
2
by: noleander | last post by:
I'm trying to get Vis C++ std to compile using /O2 optimizing flag. Many people have suggested downloading the MS C++ 2003 Toolkit ... it supposedly has C++ compiler bins that one could use. I...
6
by: Rental | last post by:
I'm having the sam problem as described below with the Localization toolkit. Does anyone know if there is a solution to this problem. --->When attempting to generate resource dlls with...
8
by: silangdon | last post by:
Hi, I've just got round to trying VB in .Net 2003 (since MS pulled the rug from under VB6) and... it wont let me edit and continue??? In fact it wont even let me edit whilst debugging ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.