I am wrapping Visual C ++ 2008 files, I figured out how to implement them, but I can't figure out how to get them. I have experience in C ++, but none of them have Win32 or Visual C ++. The purpose of the wrapping is to run some code, and then, if everything is in order, it can run the embedded file.
I am wrapping many different files, so code reuse is key, and in all cases I will not know the name of the embedded file. But I could call exe the same as the wrapped file, therefore, if the program can get the name of itself, which will also work.
Some of the wrapped files will be exes, and the rest will be files designed to be run by an external program.
Edit: these files are embedded in the .res file, they are not just concatenated to the end of the exe.
source
share