Dll resources in resource editor: Where do they come from?
Posted
by rursw1
on Stack Overflow
See other posts from Stack Overflow
or by rursw1
Published on 2010-06-10T16:30:34Z
Indexed on
2010/06/10
16:32 UTC
Read the original article
Hit count: 179
Hi,
I have a small C++ dll which was written in Visual Studio (of course). In the solution code, I have a resource file that includes only version information.
The strange dact is, that when I frag the compiled dll to Visual Studio, it opens a resource viewer with bitmaps, dialogs and a string table - where do all of them come from??
Is there any way to remove them?
Thanks in advance.
© Stack Overflow or respective owner