splitting class

2010-09-18 Thread Vince
Hi, I wanted to know if in D it would be possible to split class implementation as in .NET wit the partial keyword ? This feature is interesting when using ui designer because it can separate your code logic from uninteresting ui declarations. Another question is about gui on windows, do you alre

Re: dmd and visual D

2010-09-18 Thread Vince
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.

Re: dmd and visual D

2010-09-18 Thread Vince
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

dmd and visual D

2010-09-17 Thread Vince
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