Windows XP strange problem in my vc++ code ..please tell me a solution

Joined
Nov 7, 2008
Messages
2
Reaction score
0
hi all
..
when i build my vc++ code .it builds without errors even without warring's. but when i trace the code . it wont go to the appropriate break points . even some times it executes code in comments also . i don't know weather it is executing r not but the cursor goes there . i am not able to find out what actual problem. i think symbol table is not forming properly i think. can any one help me ..


waiting for solution.
 
Joined
Jul 3, 2008
Messages
407
Reaction score
0
I presume your talking about Visual C++ Studio.... but even then I don't know what version your talking about.
Also note that compilers between versions have slight differences....
I built a perfect program code wise at home but it wouldn't compile or debug correctly at uni.... turns out they used a borland compiler onsite.
 
Joined
Nov 7, 2008
Messages
2
Reaction score
0
hi ...
it is vc++ 2003 ....
wat i came to know by research is that ...symbol table of my programs are not created properly .

so it is taking symbol table of long back compiled one ... so if u have any idea on this
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top