Illegal Filename after basic install and trying Hello World
    Gilbert Fernandes 
    gilbert.fernandes at orange.fr
       
    Wed Jun 26 14:46:20 UTC 2019
    
    
  
After removing all paths to the linker, the error has changed :
------ Build started: Project: Test2, Configuration: Debug x64 
------
Building x64\Debug\Test2.exe...
TRACKER : error TRK0005: ‚chec de localisation deÿ: 
"@D:\sources_D\Test2\Test2\x64\Debug\Test2.link.rsp". Le fichier 
sp‚cifi‚ est introuvable.
Building x64\Debug\Test2.exe failed!
Details saved as 
"file://D:\sources_D\Test2\Test2\x64\Debug\Test2.buildlog.html"
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped 
==========
I have checked if the rsp file does exist at the indicated path, 
and it seems so :
D:\>dir D:\sources_D\Test2\Test2\x64\Debug\Test2.link.rsp
  Répertoire de D:\sources_D\Test2\Test2\x64\Debug
26/06/2019  16:43               590 Test2.link.rsp
                1 fichier(s)              590 octets
                0 Rép(s)  62 739 664 896 octets libres
I don't know why but I'm not gonna spend more time on this.
The "dmd" command works fine on command line.
So I'm gonna use Visual Studio Code + use command-line commands
Will make using git easier anyway.
Thanks for the help. I'd rather spend time on learning D than 
fixing VS weird way to work :p
    
    
More information about the Digitalmars-d-learn
mailing list