|
-
May 19th, 1999, 03:10 PM
#1
String Table
I know how to retrieve strings from a string table using MFC. I am currently creating a COM dll that I would like to use the string table. Is there an ATL function equivalent to CString::LoadString, I can not find it anywhere? Or is there a WIN32 API call that can retrieve this data?
Thanks,
Wayne
-
May 19th, 1999, 03:15 PM
#2
Re: String Table
I don't know about an ATL version, but the MFC version of CString::LoadString, is a wrapper for the Win32 function ::LoadString.
Hope this helps,
John
-
May 19th, 1999, 03:43 PM
#3
Re: String Table
Thanks, I must have lost my mind. I was trying so hard to find an ATL equivalent, that I forgot to just look at the MFC source code to see what they do.
Wayne
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|