- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to use a string table to store string information for a Fortran COM DLL. Can someone point me to some documentation on how to read strings from a resource file or perhaps a sample?
Thanks,
Michael
Thanks,
Michael
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LoadString is your friend. See the interface for it in module user32 (user32.f90). There's an example of it's usage in dlg.f90 in the World sample (AdvancedWin32).
hth,
John
hth,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks John. I've been spoiled working with ATL. I was hoping to find a function that wrapped the LoadString API.
Regards,
Michael
Regards,
Michael

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page