yet another VisualD linker error

Palmic mpalomas at live.fr
Sun Jan 5 08:13:06 PST 2014


Doh...

You are totally right, working fine now!

Thanks!

On Sunday, 5 January 2014 at 14:46:01 UTC, Rainer Schuetze wrote:
>
>
> 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