Hi All,
I have a driver for external hardware that is in unmanaged code and I want to wrote a wrapper for this driver. Programs that use this driver will call the wrapper instead of the original driver. The wrapper will pass these calls to the original driver. Call to the driver are made by using the Declare statement. My problem is that I don't know how to expose my methods so that that can be called in the same way as the methods of the original driver e.g. by using the Declare statement.
Hope that anyone can help me with this one. Thanks.
I have a driver for external hardware that is in unmanaged code and I want to wrote a wrapper for this driver. Programs that use this driver will call the wrapper instead of the original driver. The wrapper will pass these calls to the original driver. Call to the driver are made by using the Declare statement. My problem is that I don't know how to expose my methods so that that can be called in the same way as the methods of the original driver e.g. by using the Declare statement.
Hope that anyone can help me with this one. Thanks.