So about creating modules

BlitzMax Forums/BlitzMax Programming/So about creating modules

Captain Wicker (crazy hillbilly)(Posted 2012) [#1]
Hello,

I wish to create my own framework module for blitzmax but do not know how. How can I create my own module?


xlsior(Posted 2012) [#2]
http://bit.ly/Kdapnm


Pineapple(Posted 2012) [#3]
Assuming you're on windows, first you'll need to install MinGW.

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

Then put your source files structured like the existing modules, and make some documentation if you'd like, and hit Ctrl+D with the module source open, and you're good to go.