B
Beorne
I'm trying to call a third party dll routine from C# using pinvoke.
Unfortunately I obtain a LoaderLock exception and my application
stops. I've seen that it must be some uncorrect behaviour of the
called routine, but I can't modify it.
Note that calling this routine from a C++ project does not give off
any error.
How can I do?
Thank you!
Unfortunately I obtain a LoaderLock exception and my application
stops. I've seen that it must be some uncorrect behaviour of the
called routine, but I can't modify it.
Note that calling this routine from a C++ project does not give off
any error.
How can I do?
Thank you!