I got the FMOD thing and followed the instructions, got MinGW, set the env path and when i try to build my modules i get this.
Building Modules
Compiling:blitz_app.c
Build Error: failed to compile T:/Program Files/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c
Process complete
Any ideas to what could be wrong here?
Setting the MingW environment variable and adding mingw/bin to your path variable are two separate steps.
Well what i did was made a ENV Variable and named it MINGW then set it to ';T:\MinGW\bin', is there more to it then this?
OK it works fine now :), for everyone that has trouble with this, you add a ";" then your MinGW bin path to the end of that to the PATH environment variable then make another environment variable and set it to the root directory of the MinGW folder.
Like this
* Edit your PATH environment to include the MinGW/bin directory.
* Create a MINGW environment variable that points to the MinGW root directory.
?
Sorry (for trying) just thought i could be a little more descriptive than that..