Having problems with this guy. I am running GDB of MingW on x64. It
runs until it tries to debug an executable. Then I get "Error: dll
starting at 0x78d41000 not found." Dependency Walker states that
everything is ok, but devmgr.dll. It states that it is an AMD64 build
(I am on Opteron). All others are x86. I think what happened is that
the 64-bit version of devmgr got stuck in the System32 folder instead
of the SysWOW64. Of course I can't change it as Windows will restore
devmgr as soon as I try to substitute an earlier version.

Re: Devmgr.dll by John

John
Mon Oct 16 06:22:45 CDT 2006

64 bit versions belong in system32 SysWOW64 is for 32 bit versions. Go
figure.


<cmb99@operamail.com> wrote in message
news:1160974849.019858.277970@m7g2000cwm.googlegroups.com...
> Having problems with this guy. I am running GDB of MingW on x64. It
> runs until it tries to debug an executable. Then I get "Error: dll
> starting at 0x78d41000 not found." Dependency Walker states that
> everything is ok, but devmgr.dll. It states that it is an AMD64 build
> (I am on Opteron). All others are x86. I think what happened is that
> the 64-bit version of devmgr got stuck in the System32 folder instead
> of the SysWOW64. Of course I can't change it as Windows will restore
> devmgr as soon as I try to substitute an earlier version.
>