I do this:
-
I Make simple function, then i save as “test.lib” in library folder.
-
I Make simple program. I define this library in beginning program.
i use “#use test.lib” syntax. -
In main sub, i call function from test library, but the program still error.
Function in from test.lib still unknown in program.
Anyone can help me?