unable to debug

S

Sunil George

Hello!
I had upgraded my old ATL COM project of VC++ 6.0 to VC++.NET.
Now I am getting a strange problem.
My project works fine under a VB 6.0 client, but the same client code when
ported to
VB7 , does not work properly. While debugging I found that one particular
virtual function is failing. But I am not able to step into the function.
I am not able to find any clue for the same.
Thanks in advance

Regards
From
Sunil
 
W

William DePalo [MVP VC++]

Sunil George said:
My project works fine under a VB 6.0 client, but the same client code when
ported to VB7 , does not work properly.

If you are talking about a Visual Basic issue you should post in a group
with "vb" in its name.

If you are talking about C++, then if you are trying to debug code built
with VS.Net in VS 6.0 then don't do that as it is not possible. It is of
course possible to debug VS 6.0 code with VS.Net.

If it is something else, please be more precise.

Regards,
Will
 

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