Hi,
I am using a xml parser, xmlparser.mod, which I would like to include rather than using the source in each new program where I use the module. Thus, keeping the parser at only one place and thereby avoiding several copies.
I have tried the following:
- Project → Properties → Source: Spesify MODULE paths
- set MOD_PTH=<module_path>
Neither of this seems to work. The error message I get is: fatal 404 - Cannot find definition for MODULE
Is there a way of using a module in a program without having the source available?