R
Robert Scheer
Hi.
I am developing a DLL that will be used by localizable applications.
The code of this DLL has some text that is send to the client
applications. I am creating some resource files for this DLL and when
I compile it, VS.NET creates a bunch of resource.dll files for the
project one for each language I need to support. So, when I distribute
this DLL to my developers, will I have to distribute those
resource.dll files as well? Is there any way to encapsulate all of
them inside a single dll?
Regards,
Robert Scheer
I am developing a DLL that will be used by localizable applications.
The code of this DLL has some text that is send to the client
applications. I am creating some resource files for this DLL and when
I compile it, VS.NET creates a bunch of resource.dll files for the
project one for each language I need to support. So, when I distribute
this DLL to my developers, will I have to distribute those
resource.dll files as well? Is there any way to encapsulate all of
them inside a single dll?
Regards,
Robert Scheer