Dark Bit Factory & Gravity

PROGRAMMING => Purebasic => Topic started by: energy on November 27, 2010

Title: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: energy on November 27, 2010
Wrapped to Purebasic!

Thanx to Rbraz for the modified Lib!   :-*

eNeRGy 
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: Hotshot on November 27, 2010
Work Fine :)
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: Teddy Rogers on June 01, 2014
Has anyone got this lib working on PB 5.22?

Ted.
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: Hotshot on June 01, 2014
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
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: padman on June 02, 2014
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)
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: Teddy Rogers on June 02, 2014
I have been using a similar libminifmod170.lib but this one peeked my interest because of its smaller file size...

Ted.
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: energy on June 11, 2014
Hi,
Lib works fine with PB5.22 under Win7 32bit.
Copy USERLIB as usual under  \PureBasic\PureLibraries\UserLibraries

then try:

Code: [Select]
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
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: Teddy Rogers on June 13, 2014
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.
Title: Re: Rbraz's Libminifmod170 as Purebasic Userlib
Post by: Mijikai on September 25, 2016
Thx this lib is just great :)