Hi,
Hi guys. At the risk of appearing very nooblike, what's the correct
process to get the framework up and running?
You need to build the modules to get started. I'm assuming here that
you've already set up MinGW so you can actually build BlitzMax modules
here. If not there are some instructions on how to get that working on
the BlitzMax forums here:
http://www.blitzbasic.com/Community/posts.php?topic=90964
Judging from the path you specify in your message, you need to do the following:
1, Open a command prompt
2. Type: cd C:\Utilities\BlitzMax\bin <return>
3. Type: bmk makemods -a bah <return>
4. Type: bmk makemods -a gman <return>
5. Type: bmk makemods -a koriolis <return>
6. Type: bmk makemods -a muttley <return>
7. Type: bmk makemods -a retroremakes <return>
This
builds all the framework modules and their dependencies, Once that's
completed with no errors you should be able to open and compile the
examples.
If you have any problems, let us know.
Have fun
Muttley