Compiled Blitz library

Blitz3D Forums/Blitz3D Programming/Compiled Blitz library

verfum(Posted 2004) [#1]
Is there any way to compile a blitz function into a library that you can import and use in a blitz application?

So the implementation can be hidden.


Rob(Posted 2004) [#2]
nope.


verfum(Posted 2004) [#3]
;P


Bot Builder(Posted 2004) [#4]
Actually, I'm experimenting with putting an app inbetween the IDE and blitz (like the preproc) that uses encrypted, compressed libraries. Main problem now is keeping the user away from the temp file, and that blitz debug mode shows all the source.


Deldy(Posted 2004) [#5]
Hehe. The user gonna be quick :-p


electronin(Posted 2004) [#6]
You might be able to do that with BVM.