I have an mfc resource only dll's with strings and menus, but i want to have icons and bitmaps only in the main application (MFC exe), i don't want to have the same bitmap/icons in the n resource only dll's, only in the main application.
Is this possible? and if is, how we can accomplish this? (i try to use the neutral language in the icons and bitmaps but when i make the loadimage/loadicon it fails.
Note: i use the AfxSetResourceHandle(dll) to set my resources
Thanks