Can't find interface for module...

BlitzMax Forums/BlitzMax Programming/Can't find interface for module...

semar(Posted 2007) [#1]
All,
I've just updated BMax to 1.26, and have successfully syncronized the modules.

I've then downloaded the Brucey's Database and SQLite module, put it in the Mod folder of Bmax, but when I try to compile the examples, I get a compile error:
Can't find interface for module 'bah.dbsqlite'.

The same happens with Kanati's sqlite module, which works fine with BMax 1.14

Do you have some hint for me ?

Thanks a lot,
Sergio.


tonyg(Posted 2007) [#2]
Build modules?
<edit> after following the instructions for the new MinGW of course.


semar(Posted 2007) [#3]
Ah.. I see, thank you.

Sadly the download of MinGW seems to be quite difficult. No matter which server do I select, I get always a problem with connection. Oh well..

Thanks a lot tonyg,
Sergio.


semar(Posted 2007) [#4]
[EDIT]
Works now. The Brucey Database.mod was outside the Bah.mod. Should be inside instead.

Sergio.