I am trying to access a stream interface driver from my .NET Compact C# application and I am getting the Can't Find Pinvoke Dll error.
I have used marshalling to call the unmanaged piece of code as required. Please advise. Thanks in advance. Cheers
Printable View
I am trying to access a stream interface driver from my .NET Compact C# application and I am getting the Can't Find Pinvoke Dll error.
I have used marshalling to call the unmanaged piece of code as required. Please advise. Thanks in advance. Cheers
I think a lot of people would be able (I assume they are willing...) if you provide with the details of the error you're getting. I assume its a .NET exception so just post the exception detail. It would also be nice to have a snippet of the code that is causing the error.
All the best.