Is it possible to force every functions defined in an extension DLL to use by default the resources of its DLL without use everytime the function
AfxSetResourceHandle(GetModuleHandle("filename.dll"));
before ?

The probleme appears when you have the same ID in many resource handles!