Can a Plug-in DLL "talk" directly to driver DLL?
Posted: August 14th, 2007, 8:31 pm
In writing my latest display driver I am in a position that to take advantage of most of the features of my display I need to write some specialized plug-ins. What is the best approach to have the plug-in talk to the display? Is it possible to have plug-in exposed functions inside the driver itself.
I tested the above but it did not seem to work, I had to physically copy the DLL into the plug-in directory as well as the driver directory. I am not sure if the plug-in DLL is the same instance in memory (I doubt it) so I can not just share a variable space between them.
Should the Driver expose more public API that the plug-in would reference then? Or is there any other way anyone has done this?
Thanks,
Rick Fryar
http://lcdsmartie.fryar.org/index.php
I tested the above but it did not seem to work, I had to physically copy the DLL into the plug-in directory as well as the driver directory. I am not sure if the plug-in DLL is the same instance in memory (I doubt it) so I can not just share a variable space between them.
Should the Driver expose more public API that the plug-in would reference then? Or is there any other way anyone has done this?
Thanks,
Rick Fryar
http://lcdsmartie.fryar.org/index.php