Re: undefined identifier doesn't make sense

2013-05-20 Thread evilrat
On Tuesday, 21 May 2013 at 04:17:26 UTC, Enjoys Math wrote: Should I put my static methods at module scope then? just don't give symbol(struct/class/function/variable) names same as module

Re: undefined identifier doesn't make sense

2013-05-20 Thread Enjoys Math
Should I put my static methods at module scope then?

Re: undefined identifier doesn't make sense

2013-05-20 Thread Enjoys Math
On Tuesday, 21 May 2013 at 03:15:46 UTC, Anthony Goins wrote: ?? ProjectFile.ProjectFile.loadLastProjectOrNew() ?? maybe. That did it!!! Lol crazy. :D Thx

Re: undefined identifier doesn't make sense

2013-05-20 Thread Anthony Goins
?? ProjectFile.ProjectFile.loadLastProjectOrNew() ?? maybe.

undefined identifier doesn't make sense

2013-05-20 Thread Enjoys Math
Here's Gui.d: module Gui; private import gtk.MainWindow; private import ProjectFile; // @@TODO: remove private import gtk.Label; class Gui : MainWindow { private: ProjectFile* proj; public: this() { super("Our Audio Synth App");