ouch. Is that my lib (tcl/tk)? No gbas attached?
No gbas, tcl core is in gbal.
I've made a test
main program:
callprint("hello")
SHOWSCREEN
MOUSEWAIT
END
lib.gbas
FUNCTION callprint:str$
PRINT str$,100,100
ENDFUNCTION
It's compiling and working (printing hello)
Now I make gbal from the lib.gbas via Tools->Compress as library
I'm removing lib.gbas and adding lib.gbal to the project.
But I get this error message when compile:
"libtest.gbas"(1) error : call to undefined function : callprint
I"ve attached my test project
[attachment deleted by admin]