BaH.Database compile error BlitzMax 1.32

BlitzMax Forums/Brucey's Modules/BaH.Database compile error BlitzMax 1.32

Htbaa(Posted 2009) [#1]
When compiling BaH.Database with BlitzMax 1.32 I get this error:

ERRORbah.database was not build
Compile Error: Identifier 'TMap' not found
[C:/Program Files/BlitzMax/mod/bah.mod/database.mod/database.bmx;844;2]
Build Error: failed to compile C:/Program Files/BlitzMax/mod/bah.mod/database.mod/database.bmx


I'm not sure which version of BaH.Database I'm using but I believe it's the latest from SVN.

Adding the next line makes it compile again:

Import brl.map


Edit: Never mind :-) I just checked the trunk and it's in there already. Dunno why my version didn't.


Retimer(Posted 2009) [#2]
Yeah, I believe brucey made an update for the ol' (now 'new' 1.32) svn version of blitzmax that fixed this issue.

I think mark changed a couple things around to optimize module imports or something, but in turn required some changing with certain mods.