|
-
January 19th, 2013, 03:23 AM
#4
Re: HELP: how to load satellite DLL for a DLL
Just forget about the way how your EXE is linked to DLL.
If the linked DLL is yours, the code for loading/unloading external resource DLL must be in the DLL that external resources are intended for, and the code will be pretty much the same to what you quoted.
If the DLL is not yours, you are not able to control the way how it handles resources. With all the consequences.
In case the external resources are intended for both EXE and DLL, the resource handle may be controlled by EXE code which will propagate the changed module handle to the linked DLL as well. Of course, the linked DLL must be designed to accept the changes.
Best regards,
Igor
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
|