Manifest
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I have App.exe which uses Dll.dll, I also add classical Microsoft manifest file App.manifest.exe to enable XP styles for common controls. Now question how can I disable influence of manifest on Dll.dll Which means I want that App.exe continue to use comctl32.dll (ver 6) new one but Dll.dll should use comctl32.dll (ver 5) old one Load / Unload library - already try not helps #define/#undefine IE_CONTLOLS - already try doesnt helps I need to customize body of manifest somehow include or exclude styles in the dependency section Thanks. :)