Hi experts:
I have a DLL created under Visual C++ 6.0 and I have an OCX which is created under VS 2005 .NET. The DLL calls this OCX. The application has two threads. If I load the DLL in the main thread, there is not a problem. Because of architectural limitation, I can not load the DLL in the main thread but just the secondary thread. However, I failed loading the DLL dynamically in the secondary thread.
Anyone who can help? Thanks a lot in advance!
Rob
I have a DLL created under Visual C++ 6.0 and I have an OCX which is created under VS 2005 .NET. The DLL calls this OCX. The application has two threads. If I load the DLL in the main thread, there is not a problem. Because of architectural limitation, I can not load the DLL in the main thread but just the secondary thread. However, I failed loading the DLL dynamically in the secondary thread.
Anyone who can help? Thanks a lot in advance!
Rob
Comment