Dark Bit Factory & Gravity
PROGRAMMING => Purebasic => Topic started by: energy on November 27, 2010
-
Wrapped to Purebasic!
Thanx to Rbraz for the modified Lib! :-*
eNeRGy
-
Work Fine :)
-
Has anyone got this lib working on PB 5.22?
Ted.
-
It doesnt work on Purebasic 5.22 as I get error saying
line 8 syntax error of music .xm
dont know why is that as there is some change in purebasic 5.22
-
User libs suck because they usually only work with a specific PB built. Just use the static lib provided with the PDX Fucktro remake source. Should also work with PB 5.22. ;)
>>Click here for the thread.<< (http://www.dbfinteractive.com/forum/index.php?topic=5229.0)
-
I have been using a similar libminifmod170.lib but this one peeked my interest because of its smaller file size...
Ted.
-
Hi,
Lib works fine with PB5.22 under Win7 32bit.
Copy USERLIB as usual under \PureBasic\PureLibraries\UserLibraries
then try:
MiniFmod_Init(?MusicStart,?MusicEnd-?MusicStart)
MiniFmod_Play()
MessageRequester("RBRAZ-libminifmod170","Playing with PB-USERLIB")
MiniFmod_Free()
End
DataSection
MusicStart:
IncludeBinary "Example\ORiON - TVTool9.7kg.xm"
MusicEnd:
EndDataSection
-
I'm using Windows 7 64bit and compiling the code and lib with the 32bit version of PureBasic compiler. I'll have to give it a try in Windows 7 32bit tomorrow, see if I can get it to work. Thank you for the information...
Ted.
-
Thx this lib is just great :)