How to get a "Resource String" from the Resource Table in C++ compiled with /clr:pure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gwe123
    New Member
    • Mar 2010
    • 1

    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?????
Working...