I have a bunch of dll's that my app needs in run time.
They are all in same folder as *.exe
Can i somehow include them inside my *.exe, so i don't need to have them around in folders.
Or at least can i specify a folder they are in,
for example : "\DLL"

project.exe
DLL // a folder with all dll's