Windows DMD installer/VisualD still not detecting paths correctly

Regan Heath regan at netmail.co.nz
Tue Jan 7 03:06:08 PST 2014


On Sun, 05 Jan 2014 02:30:48 -0000, Manu <turkeyman at gmail.com> wrote:
> Hmm, so I jigged it so it's able to find mspdb100.dll, but now link.exe
> complains: "The application was unable to start correctly (0xc000007b)."
> That's weird.

DLL load order on windows is a little weird.  I suspec that that either  
mspdb100.dll or link.exe requires another DLL which its not finding due to  
current working directory or similar.  I wonder if VisualD is setting the  
current working directory before invoking the linker..

How did you jig it exactly?

You could use depends.exe to load mspdb100.dll, or even link.exe and see  
what dependencies it has.

Regan

-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/


More information about the Digitalmars-d mailing list