Problem finding atl source while debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Delany

    #1

    Problem finding atl source while debugging

    I have a project which when built and debugs looks for the source to atl
    here
    f:\vs70builds\3 077\vc\mfcatl\s hip\atlmfc\incl ude\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


  • ekkemaus

    #2
    Re: Problem finding atl source while debugging

    > I have a project which when built and debugs looks for the source to atl here[color=blue]
    > f:\vs70builds\3 077\vc\mfcatl\s hip\atlmfc\incl ude\atlcomcli.h[/color]

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

    e.g.
    My install-directory is D:\VisualStudio NET\*.*
    and the file is D:\VisualStudio NET\Vc7\atlmfc\ include\atlcomc li.h

    Comment

    • Jim Delany

      #3
      Re: Problem finding atl source while debugging

      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

      "ekkemaus" <ekkemaus@gmx.d e> wrote in message
      news:e74943eb.0 308270805.65052 95a@posting.goo gle.com...[color=blue][color=green]
      > > I have a project which when built and debugs looks for the source to atl[/color][/color]
      here[color=blue][color=green]
      > > f:\vs70builds\3 077\vc\mfcatl\s hip\atlmfc\incl ude\atlcomcli.h[/color]
      >
      > Search the file atlcomcli.h in the install-directory!
      >
      > e.g.
      > My install-directory is D:\VisualStudio NET\*.*
      > and the file is D:\VisualStudio NET\Vc7\atlmfc\ include\atlcomc li.h[/color]


      Comment

      Working...