C
C#6mo ago
marcusz

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?
No description
2 Replies
Buddy
Buddy6mo ago
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.
Bailey
Bailey6mo ago
I would advice you to keep the resources like pictures outside of the program. Make it generic for loading. Thats a better way