yet another VisualD linker error

Rainer Schuetze r.sagitario at gmx.de
Sun Jan 5 06:45:58 PST 2014



On 05.01.2014 12:24, Palmic wrote:
> dmd -m64 -g -debug -X -Xf"Debug\WindowsApp1.json"
> -I"D:\dev\projects\d-lang\WindowsApp1\third_parties\"
> -deps="Debug\WindowsApp1.dep" -c -of"Debug\WindowsApp1.obj" winmain.d

What's bad here is the trailing \ in the import switch. It escapes the 
quote and confuses the command line parser.

Please try removing the trailing \ from the 
D:\dev\projects\d-lang\WindowsApp1\third_parties\ setting.


More information about the Digitalmars-d-ide mailing list