I developed onr OCX control. Thix OCX has windows message hook.
I am consuming this OCX in a C# application. This C# application also having windows hooks.
While closing the C# application i am getting the windows loader lock exception.
This exception is originated from the hook of the C# application.
How to resolve this problem.