embed bass.dll into exe and use it in memory

Started by crzyhrze,

crzyhrze

Anyone ever try to insert bass.dll into an exe and use it from there. The reason I'm asking is that I would like to have a picture slideshow as a single file with music and use bass.dll to play ogg files that are extracted from the exe at runtime into temp dir then deleted on program close. I know I can probably extract the dll also into temp dir and use it from there with dynamic function calls but calling it from a memorystream would be much better I think. I'm programming in Delphi 6.