Quote Originally Posted by Codeplug
You can not call a function of a DLL within another process. You'll have to use some form a inter-process communication to get the other DLL instances to do something.
well, let me say, that's not true...
In fact DLL's with shared sections can be used as an alternative implementation of inter-process communication...
for a sample code, please look at http://www.ourcode.net/vc/vckbase/en...Segs.shtml.htm

Regards, bilbo