IncludeBinary Stuff
IncludeBinary Stuff
Is it possible to load sprites and MIDI music into exe`s with the help of includebinary , and then use them directly from exe, without extracting to HDD...
Any Ideas 
Re: IncludeBinary Stuff
You can include sprites with IncludeBinary and then access them directly with the CatchSprite command:
http://www.purebasic.com/documentation/ ... prite.html
MIDIs are not supported like this, and I don't know of any plans to do so.
It's all up to Fred and how often you bug him about it.
http://www.purebasic.com/documentation/ ... prite.html
MIDIs are not supported like this, and I don't know of any plans to do so.
It's all up to Fred and how often you bug him about it.
This way ...
I figured out to play a midi file you have to do it with the PlayMovie() command. Unfortunately there are no CatchVideo() command. (I gave you the wrong info once at IRC - sorry)
It seems there is no possibility yet to load it from memory ....
or ?
MFG
WolfgangS
It seems there is no possibility yet to load it from memory ....
MFG
WolfgangS


