Am Thu, 06 Jul 2017 03:49:04 +0000 schrieb FoxyBrown <f...@brown.ipt>:
> Unfortunately, importing that module seems to throw an error for > some insane reason. > > Error 42: Symbol Undefined _D3gtk6All12__ModuleInfoZ > (gtk.AllGTK.__ModuleInfo) > > without importing it in to the project(but directly importing all > the other modules works fine, e.g., copying and pasting). > Sounds like there is no compiled version of gtk.All in the GtkD lib. You could compile it together with your application as a workaround. -- Marco