C/C++ program resources & VC++...
Posted: Thu Feb 11, 2010 8:50 pm
Hey guys,
Never considered this before (never needed to, really), but does adding project resources end up causing the VS/VC++ compiler/linker to slip in any Windows specific code to the executable? I know certain things definitely will, like Win32 components. I'm, on the other hand, talking about string tables/lists, files, etc. I compiled a console app that I added a resource file and one bitmap to, and skimmed through it in PE Browser to see if anything caught my eye. Didn't really notice anything other than some XML/manifest which I can remove (if needed). Just curious what the implications of using the project resources/tools will be. Anyone know if this can cause problems on other platforms?
Never considered this before (never needed to, really), but does adding project resources end up causing the VS/VC++ compiler/linker to slip in any Windows specific code to the executable? I know certain things definitely will, like Win32 components. I'm, on the other hand, talking about string tables/lists, files, etc. I compiled a console app that I added a resource file and one bitmap to, and skimmed through it in PE Browser to see if anything caught my eye. Didn't really notice anything other than some XML/manifest which I can remove (if needed). Just curious what the implications of using the project resources/tools will be. Anyone know if this can cause problems on other platforms?