Doh! I swear I've read somewhere that a module declaration needs to have the 
same name as the *file name*. I didn't know I had to add the path as well. That 
makes the modules work now.

In fact, I probably just read this one line in the docs:

"The ModuleDeclaration sets the name of the module and what package it belongs 
to. *If absent, the module name is taken to be the same name (stripped of path 
and extension) of the source file name.*"

But I didn't pay attention to the package stuff.

Thanks Nick for the help, I was going slightly mad there for a second. :p


Nick Sabalausky Wrote:

> snip

Reply via email to