M
Mark Denardo
I have a DLL that I created that contains a reference to an image file on my
hard drive and when I go to use that DLL in another program it complains
that it can't find it. (I'm using a relative path in the DLL). I
understand why it's happening, but instead of referencing a global path or
moving the file to the programs directory where I'm using the DLL, I was
wondering if it's possible to compile the image right into the DLL (or EXE
for that matter)? Is that even possible, or do you always have to reference
media files and such by pointing to them in some local directory that you
package up with the program?
Mark
hard drive and when I go to use that DLL in another program it complains
that it can't find it. (I'm using a relative path in the DLL). I
understand why it's happening, but instead of referencing a global path or
moving the file to the programs directory where I'm using the DLL, I was
wondering if it's possible to compile the image right into the DLL (or EXE
for that matter)? Is that even possible, or do you always have to reference
media files and such by pointing to them in some local directory that you
package up with the program?
Mark