Hi,
One simple question, do I have to put my ISR routine in a separate DLL
file? or is possible to add it in the same DLL where I have the driver
functions?(XXX_Init, XXX_Open, and so on)
In this case, these settings are correct?
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\MyDriver]
"Dll"="MyDrv.dll"
"IsrDll"="MyDrv.dll"
"IsrHandler"="MyISRHandler"
Others... "Prefix", "Index", "Order"...
Thanks.
Regards,
Juan.