By dotCore
via dotnet.dzone.com
Published: Jan 27 2013 / 17:46
I encountered an interesting gotcha today, which I thought would be interesting to share with you. The symptoms were the following: I wrote a simple C++ function exported from a DLL, and tried to invoke it using a P/Invoke wrapper.
Add your comment