ldc application unable to start
Rainer Schuetze via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Feb 21 09:54:30 PST 2016
On 21.02.2016 18:11, jmh530 wrote:
> The application was unable to start correctly (0xc00007b). Click OK to
> close the application.
This error code is often caused by a DLL being compiled for the wrong
architecture, so I guess that you have some 32-bit DLL in your original
folder that is found instead of the 64-bit DLL.
More information about the Digitalmars-d-learn
mailing list