Embed bass.dll into exe-file

Started by lirk,

lirk

Hi!
Our team has developed a resource manager for game authors able to pack all data files and DLL's into a single exe-file. Here is a link: http://www.molebox.com/

By testing several games using bass.dll we have noticed that it cannot be embedded. Does it have some crc check?
Does your license allow such an action as embedding? (I haven't found any such terms)

wbr, Olga Lirk

Ian @ un4seen

How are you loading DLLs? If you're extracting them (unmodified) at runtime and then loading them, you should have no problem. But if you're modifying the DLLs, then it probably won't work with BASS.

lirk

We load them using temporary "dummy" DLLs, this is the sole way which works correctly both on Win9x and WinNT/2000. The dummies we are using are 2-3 Kb in size, and are recognized as DLLs but do not contain any real data. We do not extract unmodified DLLs to disk.

When we try to pack bass.dll with executable, an error message appears: "This file may be infected by virus".