Re: Break points with a "?"



hi Oleg,

Thanks for your response.
The DLL is made "out of process" and the path of the traget application
in VB6.0 is correct. When F5 is pressed, the target application comes
up, but the modules window in "Debug" menu lists the target application
(and not the DLL under that needs to be debug). The DLL is Native. It
was all working well. This thing happened suddenly since couple of days
back.


*******************************************************************


"Oleg Starodumov" wrote:
>
>In Modules window, check the path the DLL is loaded from.
>Is it possible that it gets loaded from an unexpected location?
>
>Also, is this DLL native or managed?
>
>Regards,
>Oleg
>[VC++ MVP http://www.debuginfo.com/]
>
>
>



--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
.



Relevant Pages

  • Re: How to connect to children process
    ... Main problem is amount of manual operations required per debug cycle. ... connection to DLL with debugger takes sensible amount of time and manual ... Is the main problem that the debugger keeps symbols file loaded ... AFAIK that's how VS2003 debugger works, but WinDbg should usually ...
    (microsoft.public.vsnet.debugging)
  • Re: running a service/driver/application upon startup
    ... Would it be possible for you to drop a debug services.exe and debug nk.exe ... > I ran dumpbin/exports on the finger dll and saw the required function ... >> theories as to why it's not getting loaded but just doing 'services load ...
    (microsoft.public.windowsce.embedded)
  • Re: technical/OS problem (windows xp?)
    ... Build a debug version of the ISAPI DLL. ... Create a virtual root with execute permissions in the IIS Management ... Add your ISAPI extension or filter DLL to the list. ...
    (alt.marketing.online.ebay)
  • Re: running a service/driver/application upon startup
    ... debug version of the image is too large to load onto the device. ... I ran dumpbin/exports on the finger dll and saw the required function names: ... > theories as to why it's not getting loaded but just doing 'services load ...
    (microsoft.public.windowsce.embedded)
  • Re: How to export a class that inherits from unmanaged exception class
    ... Static linking means your application is self standing and doesn't depend on any non-system DLL. ... Debug or release version. ... In a VC++ project you can't successfully mix debug and release units -- you have to compile all your units with either debugging enabled or disabled uniformly. ...
    (microsoft.public.dotnet.languages.vc)

Loading