Re: ldc application unable to start

2016-02-21 Thread jmh530 via Digitalmars-d-learn
On Sunday, 21 February 2016 at 17:54:30 UTC, Rainer Schuetze wrote: 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. That pointed me in the direction o

Re: ldc application unable to start

2016-02-21 Thread Rainer Schuetze via Digitalmars-d-learn
On 21.02.2016 18:11, jmh530 wrote: The application was unable to start correctly (0xc7b). 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

ldc application unable to start

2016-02-21 Thread jmh530 via Digitalmars-d-learn
I'm playing around with ldc on Windows 64bit. I'm able to compile some simple stuff, but I'm having an issue with something I compile giving an error: The application was unable to start correctly (0xc7b). Click OK to close the application. This is effectively the ldc2 command I had run