| Hi... After upgrading to BlitzMax 1.30 (threaded version via SVN) and refreshing my BaH modules, I get this error when I try the SQLite example: 
 
 
Building example_01
Compiling:example_01.bmx
flat assembler  version 1.67.26  (1053372 kilobytes memory)
3 passes, 2827 bytes.
Linking:example_01.exe
C:/Program Files/BlitzMax/mod/bah.mod/dbsqlite.mod/dbsqlite.release.win32.x86.a(sqlite3.c.release.win32.x86.o):sqlite3.c:(.text+0xe): undefined reference to `__mingw_vsprintf'
Build Error: Failed to link C:/Program Files/BlitzMax/mod/BaH.mod/database.mod/examples/example_01.exe
Process complete
 
 What the devil is going on with that? It worked most excellently with the previous version I had. I have the same MinGW (5.1.3) as well. Any ideas on a fix, if there is one? Most excellent work, as usual Brucey!!! edit - I am very sure I have compiled all modules correctly as per all instructions I could get hold of, perhaps I have messed something up in that department?
 
 
 |