views:

83

answers:

0

Hi guys!
I need to create a DLL that acts as a resource manager (string resources). This dll must have methods that will return target strings based on the target language resource dll. I know how to implement this in C# but I need this one to be implemented in VC++ in certain reasons. I already read many articles but it is hard to understand for me since I'm not a C++ developer. Can someone help me on this?