Hi there,
I'm trying to access a resource only dll (compiled with the /NOENTRY linker option) within C#. The dll file was created using a rc file that contains a STRINGTABLE. I used CComBSTR to load the string resource from the dll in C++; I'm not sure how to do the same in C#.
Any suggestions would be appreciated :)