[Issue 17453] I Have Many Issues

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 30 12:26:49 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17453

--- Comment #4 from Rainer Schuetze <r.sagitario at gmx.de> ---
> when i create a project,has
> myproject/core/exception.d directory and file hierarchy

> and im write a module in a file like "module winmain;"
> but i cant use any other like "module winmain.?"

That's how the module system works (and the compiler complaining about
misusage). You might want to check the language specifications, e.g.
https://dlang.org/spec/module.html. Questions about it might be more
appropriate on the forum: https://forum.dlang.org/group/learn

--


More information about the Digitalmars-d-bugs mailing list