how is this considered hiding methods?

2012-09-22 Thread Gor Gyolchanyan
Can someone please tell me why the following code gives these errors? Error: class main.BirdZoo use of main.VertebrateZoo.take(Animal animal_) hidden by BirdZoo is deprecated Error: class main.ParrotZoo use of main.VertebrateZoo.take(Animal animal_) hidden by ParrotZoo is deprecated /// Th

Re: how is this considered hiding methods?

2012-09-22 Thread Gor Gyolchanyan
On Saturday, 22 September 2012 at 07:48:02 UTC, Gor Gyolchanyan wrote: Can someone please tell me why the following code gives these errors? Error: class main.BirdZoo use of main.VertebrateZoo.take(Animal animal_) hidden by BirdZoo is deprecated Error: class main.ParrotZoo use of

std.process.system and friends

2013-02-02 Thread Gor Gyolchanyan
ine argument to std.process.system, but it didn't work at all. How can I set my local envoronment variables so that further calls to std.process.system can pick it up? Regards, Gor Gyolchanyan.

sc.ini

2013-02-02 Thread Gor Gyolchanyan
-bit version to work. My MSVC linker doesn't get called. Regards, Gor Gyolchanyan.