For example, I want to create a DLL that exports a ShowDialog function that displays a dialog and changes the text in one of the dialog buttons. The dialog and all other resources must be combined in a DLL.
I did a quick test, and when the DLL tries GetDlgItem () with a specific control identifier, it returns a null pointer. I suggest that in this case additional steps will be required for proper resource management.
source
share