Compile Error in persistence.mod

BlitzMax Forums/Brucey's Modules/Compile Error in persistence.mod

Difference(Posted 2008) [#1]
I get this error when trying to compile the latest svn version of bah.mods
Compiling:persistence.bmx
Compile Error: Identifier 'ArrayDimensions' not found
[:/mypath/Blitzmax/mod/bah.mod/persistence.mod/persistence.bmx;351;9]
Build Error: failed to compile :/mypath/Blitzmax/mod/bah.mod/persistence.mod/persistence.bmx



xlsior(Posted 2008) [#2]
Check out http://www.blitzbasic.com/Community/posts.php?topic=80301#902758

It needs a modified version of BRL.reflection, which you can find here:
http://www.blitzbasic.com/Community/posts.php?topic=80257


Brucey(Posted 2008) [#3]
xlsior beat me to it :-)

Yeah, I'm still waiting for my tweaks (for multi-dimension array support) to the Reflection module to go "official". After which time it will be available from Blitz's SVN...


Difference(Posted 2008) [#4]
thanks guys, I'll fix it that way, hope somebody wakes up BRL :-)