Excluding resources from DLL
M
M
Just create now RC file for the project and there are no resources in the DLL! If there is a ressource file remove it.
But I will remind you that each DLL should have at least a version resource!
Were resouces gets loaded just depends on the module handle you pass to the resource loader functions (like LoadImage, LoadString etc.).