Hi,
I've made a module in BlitzMAX and I've successfully built it using "BMK" but I can't work out how to use it in other BlitzMax programs. When I type in a function that was in the module, it doesn't recognise it (it doesn't turn yellow) and when I compile it, it says that the function wasn't found.
The module is also not appearing in Module list???
Here is my directory structure:
BlitzMax\mod\seb.mod\id3tag.mod\id3tag.bmx
I've written in the file Module Seb.ID3Tag, used the following command to compile the mods (bmk makemods seb) and it return successful but it still doesn't work.
What am I doing wrong?
Thanks
Seb
I've made a module in BlitzMAX and I've successfully built it using "BMK" but I can't work out how to use it in other BlitzMax programs. When I type in a function that was in the module, it doesn't recognise it (it doesn't turn yellow) and when I compile it, it says that the function wasn't found.
The module is also not appearing in Module list???
Here is my directory structure:
BlitzMax\mod\seb.mod\id3tag.mod\id3tag.bmx
I've written in the file Module Seb.ID3Tag, used the following command to compile the mods (bmk makemods seb) and it return successful but it still doesn't work.
What am I doing wrong?
Thanks
Seb