I've tried to code a small module for BMax
Documenting it works.
Compiling it works
Writing a program and making FrameWork detect the need of the module works
Including it into a program works not.
The compiler complains about that it cannot find the interface.
I did look into other modules, and found some .i files and I think those are the files the compiler means. I did look into them in textwrangler but it's abracadabra to me.
What am I supposed to do? Giving that module up and just transferring the code into a regular import file, or is there an automated way to get that file created?
Documenting it works.
Compiling it works
Writing a program and making FrameWork detect the need of the module works
Including it into a program works not.
The compiler complains about that it cannot find the interface.
I did look into other modules, and found some .i files and I think those are the files the compiler means. I did look into them in textwrangler but it's abracadabra to me.
What am I supposed to do? Giving that module up and just transferring the code into a regular import file, or is there an automated way to get that file created?