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;

Reply via email to