
jonathan1.5524925852458108E12 asked a question.
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 ?
If so could you explain how to achieve this in depth please.