module help

BlitzMax Forums/BlitzMax Beginners Area/module help

rdodson41(Posted 2005) [#1]
I bet there is some topic somewhere about this but i couldn't find it.

Could someone tell more or point me to a tutorial to teach me how to create and compile and use my own modules? I tried the help that came with BMX but couldnt figure it out.


rdodson41(Posted 2005) [#2]
Never mind, I figured it out. But also, is there anyway to just import all mods at the beginning, so that I don't have to go through the trouble and import just the ones that are used?


Wayward(Posted 2005) [#3]
Is there any way to just import all mods at the beginning, so that I don't have to go through the trouble and import just the ones that are used?


By default, BlitzMax imports every module it finds in the mod directory when compiling applications. However, this can result in bulky executables. You can override this default behaviour by using the Framework command.


rdodson41(Posted 2005) [#4]
No i mean, when making my own module, how can i import all existant modules into my own module?


Dreamora(Posted 2005) [#5]
import brl.XXX / pub.XXX ??


Bot Builder(Posted 2005) [#6]
http://www.blitzbasic.com/Community/posts.php?topic=42290