sqlite module

BlitzMax Forums/BlitzMax Beginners Area/sqlite module

allos(Posted 2009) [#1]
trying to use teamonkey's tm.sqlite module (see assari tutorial on gamecoders site) with blitzmax 1.30 I obtain:
Compile Error: Can't find interface for module 'tm.sqlite'
can someone help?
thank you


Brucey(Posted 2009) [#2]
Possibly :

1) The module needs building.
2) The module is in the wrong place. ( .../BlitzMax/mod/tm.mod/sqlite.mod/.... )

Once in the correct location and compiled, the error should go away.


allos(Posted 2009) [#3]
thank you brucey, I think i need to correctly set c compiler options for building modules (they are in the right place)
I will see


allos(Posted 2009) [#4]
OK; all stuff working after rebuilding modules as brucey prophetized
thank you