Problem finding atl source while debugging

J

Jim Delany

I have a project which when built and debugs looks for the source to atl
here
f:\vs70builds\3077\vc\mfcatl\ship\atlmfc\include\atlcomcli.h

Has anyone seen this problem and hopefully know how to fix it so I don't
have to step through assembly language each time I call some function which
has as it's arguments some small atl method like a string accessor or
something. IN my case I don't have a hard drive at f even. I suppose I could
map something to here and copy the source to this tree but what a pain.
--




Jim
 
E

ekkemaus

I have a project which when built and debugs looks for the source to atl here
f:\vs70builds\3077\vc\mfcatl\ship\atlmfc\include\atlcomcli.h

Search the file atlcomcli.h in the install-directory!

e.g.
My install-directory is D:\VisualStudioNET\*.*
and the file is D:\VisualStudioNET\Vc7\atlmfc\include\atlcomcli.h
 
J

Jim Delany

I know what you are saying but it sounds like I would have to search for the
file each and every time I debug and hit this. Am I wrong?It's been a long
time since I had this kind of problem. Most of the stuff just finds itself.

--




Jim
 

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