Is it possible to separate resources to another DLL?
My DLL grows in a considerably large size because of the resources I have in the project that I've been working on, is it possible to separate resources to separate dll when building?
2 Replies
Your Dll contains the logic (and resources) of your app, not really the executable.
I mean it is, don't see the point since the size will remain the same .. If not bigger.
I would advice you to keep the resources like pictures outside of the program.
Make it generic for loading. Thats a better way