Linking bass.dll into exe

Started by kiplingw,

kiplingw

Does anyone know how to link bass.dll into my exe so I don't have to redistribute it? Im trying to make an app for fun that is just one file. My compiler is GCC. I tried -lbass.dll but that didn't work. Any ideas?

Kip

big_gun

At least in C# or Vb.NET you could add it in as a compiled resource and extract it at runtime.

email me if you would like source code in VB.NET for it.

Kip

uh, its ok...I prefer pure C. I can do that exact same thing with C, I am just wondering if there is a way to do it at compile time by linking it in =)

Kip

ultramax

I think this will help you, or maybe not, but anyway here it is my help about that:

I use a little program named PE Bundle, and for me works fine!

Go here and download it: http://www.collakesoftware.com/files/pebsetup.exe