Can we get a video tutorial?

Stephen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 4 09:11:56 PDT 2015


On Friday, 4 September 2015 at 05:51:02 UTC, Mike Parker wrote:
>> * What was previously said *
>
> DMD is not currently compatible with VS 2015. You'll have 
> trouble if you try to use it. That will hopefully be fixed in a 
> not-too-distant release.
>
>> * What was previously said *
>
> Based on this error, it appears you've done this in your code:
>
> import MainWindow;
>
> When you should be doing this:
>
> import gtk.MainWindow;

Thanks for telling me it doesn't work too well with VS 2015

And here's what I am importing
import gtk.MainWindow;
import gtk.Label;
import gtk.Main;


More information about the Digitalmars-d-learn mailing list