This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- common string resources
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 14, 2013
08:02 AM
common string resources
I have an InstallScript MSI project and corresponding merge module project that use strings.
They already load a common resources file (resources.dll) and access a dialog from it in the merge module.
DefineDialog takes a string containing the dlls name and a numeric value of the resource inside.
Is it possible to use string resources in a similar manner as I read SdLoadString looks in _isuser.dll and _isres.dll and no mention of searching through other loaded dlls is documented.
If this is possible do I just have to declare a numeric constant matching the string resource ID in the DLL to stop build warnings about an undeclared string resource ?
Or is there another mechanism altogether ?
They already load a common resources file (resources.dll) and access a dialog from it in the merge module.
DefineDialog takes a string containing the dlls name and a numeric value of the resource inside.
Is it possible to use string resources in a similar manner as I read SdLoadString looks in _isuser.dll and _isres.dll and no mention of searching through other loaded dlls is documented.
If this is possible do I just have to declare a numeric constant matching the string resource ID in the DLL to stop build warnings about an undeclared string resource ?
Or is there another mechanism altogether ?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 17, 2013
04:37 AM
Has anyone tried reading string out of their own resource dlls rather than the Installshield ones (or in addition to) ?
If so could you explain how to achieve this in depth please.
If so could you explain how to achieve this in depth please.