Excluding resources from DLL

I need to create two types of one dll. One with resources and one without resources. Is there possibility to disable resources compiling and exclude them from target dll ?

M

[175 byte] By [Mannequin666] at [2007-12-22]
# 1

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.).

MartinRichter at 2007-8-30 > top of Msdn Tech,Visual C++,Visual C++ General...