buildong mods in BLide

BlitzMax Forums/BlitzMax Beginners Area/buildong mods in BLide

I get this error

Compiling:blitz_app.c

Build Error: failed to compile C:/Program Files/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c

when i try and build the modules in BLIde

not sure if this is the right place to put this but anybody know what is going on, something i have to set or tick??????I got no idea.

i have added the random.mod off bruceys site first just to try and use it......any ideas

Are you able to produce the mod without using Blide?

http://www.blitzbasic.com/Community/posts.php?topic=72892

yep works in the max ide


is it the minigw thing i need

Follow this instructions:
http://ziggybcn.proboards31.com/index.cgi?board=publisher&action=display&thread=1199705748

It may work in the maxide becouse the quickbuild is OFF for modules in BLIde (for security reasons). So it is not really compiling the module.
BLIde also ensures the module is built for release and for debug modes, so you don't have to worry wich where the compiler flags last time you compiled this or that module to be sure everythig is working and up to date.