Yes it was the problem I have modified the variable env (something
like $DmdInstalldir) by my explicit path C:\Developer\DLang\dmd2
\windows\bin but a better solution would be to directly modify the
var env and to understand why it happened.
I guess C:\Developer\DLang\dmd contains the D1 compiler. The WindowsApp
example is for D2. You should change the dmd path in
Tools->Options->Projects->Visual D, probably to C:\Developer\DLang\dmd2.
If this is the problem, the changes to sc.ini were unnecessary and
should be undone.
Vince wro
I have changed the dmd\windows\bin\sc.ini as suggested(and it was
weird because I had to use my text editor with administrator
rights) but I still have one error :
Build Log
Building Debug\WindowsApp1.exe
Command Line
set PATH=C:\Developer\DLang\windows\bin;C:\Program Files (x86)
\Microsoft SDKs\W
Vince wrote:
Hi,
I wanted to test last dmd compiler with VisualD (Visual Studio plugin) on
Windows 7 64 bits.
I have installed dmd compiler inside C:\Developer\DLang and then started
Visual to create
a windows application but when I click on Build I get the following error :
-- Build starte
Hi,
I wanted to test last dmd compiler with VisualD (Visual Studio plugin) on
Windows 7 64 bits.
I have installed dmd compiler inside C:\Developer\DLang and then started
Visual to create
a windows application but when I click on Build I get the following error :
-- Build started: Project: Win