hello.
My question has to do with string tables. I want to be able to extract
the string associated with the ID. Can I do this in c? If I were
using C++/MFC, I could just simply use...
CString str;
str.LoadString( ID_NUM);
However, I can't use MFC in c. Can someone help?
Thanks!
My question has to do with string tables. I want to be able to extract
the string associated with the ID. Can I do this in c? If I were
using C++/MFC, I could just simply use...
CString str;
str.LoadString( ID_NUM);
However, I can't use MFC in c. Can someone help?
Thanks!
Comment