Loader lock error

后端 未结 9 1610
孤独总比滥情好
孤独总比滥情好 2020-12-02 07:34

I am building on C++ dll, by writing code in C#.

I get an error, saying

LoaderLock was detected Message: Attempting managed execution insid

9条回答
  •  无人及你
    2020-12-02 08:01

    This problem occurs because of the way in which the debugger in Visual Studio runs managed applications that use Microsoft Foundation Classes version 8.0 in one or more DLL files.

    Have a thorough reading at: http://msdn.microsoft.com/en-us/library/aa290048(vs.71).aspx

提交回复
热议问题