I created a basic stringtable resource in Visual C++. I am trying to access that resource. However, my program can\'t seem to find the resource. Here:
int m
After 2 days of research I found this(it works!):
#include ...... ATL::CString str; WORD LangID = MAKELANGID(LANG_ENGLISH,SUBLANG_DEFAULT); str.LoadString(NULL,IDS_STRING101, LangID);