I've problems when trying to build own mods.
I created a module like documented.
Then I wrote a program to test it like:
So I wrote the this:
I tried 'Build Modules' and 'Rebuild All Modules', but it didn't help.
Also I noticed that bmk doesn't document the modules.
Thanks for help.
I created a module like documented.
Then I wrote a program to test it like:
Strict AFunctionInsideTheModule ( )But there was an error, because it didn't found the function ("Identifier 'AFunctionInsideTheModule' not found.")
So I wrote the this:
Strict Import ModuleScope.ModuleName AFunctionInsideTheModule ( )Here the error was "Can't find interface for module 'ModuleScope.ModuleName'."
I tried 'Build Modules' and 'Rebuild All Modules', but it didn't help.
Also I noticed that bmk doesn't document the modules.
Thanks for help.