I was wondering if there was any way to include a .DLL file WITHOUT having to have the .DLL file in the same directory as the .EXE? Like, I want to have the .DLL inside of the .EXE so other users wont have to worry about having the .DLL on their computer to execute the .EXE. I hope I didnt confuse you. The LoadLibrary functions I found only work if the .DLL is in the same directory as the .EXE so please dont tell me how to load .DLLs with the LoadLibrary functions.

Thanks for any help. It is much appreciated.