Problem finding atl source while debugging

  • Thread starter Thread starter Jim Delany
  • Start date Start date
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
 
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
 
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
 
Back
Top