Lee
Rookie

How to share data in my dll with other dlls?


As we know that win32 dll are used in the address space of the calling procedure and each process using a DLL has its own instance of all the DLLs global orstatic variables. I want to share the data with other instances of it loaded by other programs but do not know how to do it. So can you tell me how to share data in my dll with other dlls?
6 months ago
Respond to this discussion
Theodore Moody | Dec 21 2011

Begin by just opening up a command line prompt. Click on your Start button, then click on Run and then Type CMD and click on OK button. You can even also also pull up the command line by just going to the start then to All Programs and then to Accessories and then to Command Prompt.Inside your command prompt, we are just going to type this command tasklist /m. Type this in the black box and then press enter. It will then scroll down every program running and all of the dll files which it has loaded.To get the list of the dll files loaded for one specific executable program, type this command tasklist /m /fi image name eq program name. Replace the program name with the name of your executable file you want to look up. For instance juts go to tasklist /m /fi image name and then to explorer.exe.

© 2012, Instamedia. Some rights reserved. Powered by Instapress and Instacheckin.