Closed bubnenkoff closed 8 years ago
Is your ldc properly setup? Try compiling a simple hello world program:
// test.d
import std.stdio;
void main()
{
writeln("hello world");
}
ldc2 test.d
It says WARNING: no Visual Studio installation detected
at the top which could prevent it from linking properly
closing for now, reopen when you have confirmed that ldc works properly and also works with dub projects
I can't build latest version. The error is next: