Ok, so I have a program which make use of resources like images , big pdf files (through poppler) etc. etc. Now, when I compile the program in release mode, I get a single .exe file as the end-result. This is understandable since all files I mentioned above (images, pdfs) are part of the resource and thus gets embedded into the final .exe upon compilation. However, I'm looking to do something else. What I want is :
-> I want the final .exe and resource files to be separate. However, it should be in such a manner that the image and pdf files cannot be readable by the user(it should be in some binary form etc.)..
Possible?
Any assistance would be appreciated.
Regards.


Reply With Quote



Bookmarks