How to get a "Resource String" from the Resource Table in C++ compiled with /clr:pure
The problem is that in C++ windows Forms uses the /clr:pure in it compile. When one add the "ATL" namespace and includes it will compile but at runtime it die's bigtime. How does one retrieve information from the string table without using ATL?????