p Invoke memory release
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I p/Invoke a VC++ dll in C#, but there is serious memory leak, how can I fix the memory leakage by the VC++ dll caused by P/Invoke ? (the leakage seem not come from the internal C++ code inside the dll, so I suspect it come from the loading and unloading of the dll in C#) Thanks
-
Hi all, I p/Invoke a VC++ dll in C#, but there is serious memory leak, how can I fix the memory leakage by the VC++ dll caused by P/Invoke ? (the leakage seem not come from the internal C++ code inside the dll, so I suspect it come from the loading and unloading of the dll in C#) Thanks
Did you install .NET CF SP3? .NET Compact Framework 1.0 SP3 Redistributable[^] Regards, João Paulo Figueira Embedded MVP