Installing modules

BlitzMax Forums/BlitzMax Programming/Installing modules

Raz(Posted 2006) [#1]
hey, I want to install the following...

http://www.scottshaver2000.com/blitz/bmaxmods/sas.mod.zip

how exactly do I do it? I've extracted it to BlitzMAX/mod, then what?

cheers :D


GfK(Posted 2006) [#2]
Rebuild modules.

You need to install and configure MinGW first, though.


SebHoll(Posted 2006) [#3]
You need to build modules from the IDE (Program ==> Build Modules) and then import it into your source code using as BlitzMax doesn't automatically include non official mods...

Import SaS.ModuleName/

Obviously, replace ModuleName with module you want, i.e. SaS.BitmapFont or SaS.Tilemaps.

Hope this helps,


Seb


Raz(Posted 2006) [#4]
thats another thing, the "build modules option" has always been blanked for me too.

on pressing ctrl+d i still get..
"Build Error: failed to compile F:/APPS/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c"

Edit> erm just followed up on that minigw thingy, ignore me ;)


GfK(Posted 2006) [#5]
thats another thing, the "build modules option" has always been blanked for me too.
Yep, it is until MinGW is installed and set up correctly.


Raz(Posted 2006) [#6]
hehe sorry, i just saw that, ta you two. :)