On Thursday, 3 September 2015 at 19:13:35 UTC, Stephen wrote:
On Wednesday, 2 September 2015 at 01:15:28 UTC, Mike Parker wrote:
* What was previously said *

Ok, so, I am running Windows 10, I have installed VS 2015, I have installed DMD 1 and 2 (I know I only need 2 but it shouldn't hurt to have both), I have installed VisualD, and I have installed DUB with it's installer. (All of these installed successfully and work)

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.


So, I'm trying to install gtkD but get "Error: module MainWindow is in file 'gtk/MainWindow.d' which cannot be read" when I try to run the program. No idea what this means, how to fix it, or what step I missed.


Based on this error, it appears you've done this in your code:

import MainWindow;

When you should be doing this:

import gtk.MainWindow;

Reply via email to