Music Modules
BlitzMax Forums/BlitzMax Beginners Area/Music Modules
| ||
How on earth do I play music modules in BMax? I can convert to OGG but the filesize is criminal! |
| ||
MaxMod2. |
| ||
Another vote for MaxMod2 too! Dabz |
| ||
I'm using BLide Free, and the compile modules gives this error... ************************************************* Compiling:blitz_app.c Build Error: failed to compile C:/Program Files (x86)/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c ************************************************* I use Win7 64-Bit. Any ideas? |
| ||
Bad install of mingw would be my guess. |
| ||
Most likely the problem is your installation location -- there's problems creating files under the c:\program files branch because windows Vista / windows 7 tries to 'protect' you from weird things. Install in c:\blitzmax (the default suggested path) and you're probably fine. Alternatively, disable UAC or adjust the access permissions on the installation folder manually to remove these restrictions. |
| ||
I re-jigged the security to allow me full access to the blitzmax folder, and also, the MINGW was out of sync(cheers GFK). Next step, I get the error... Can't find interface for module 'maxmod2.modplayer' ...? Last edited 2011 |
| ||
With MaxMod2 I always get an error on the first rebuild - seems like one of the MaxMod modules gets compiled before one that it's dependent on has been compiled. Rebuild modules again and it should work fine. |