Hi
I have a question on how to import unmanaged DLLs into Visual Studio 2005,
C# environment.
The background is that an instrument we bought is controlled through a
couple of DLL files. I belive they are written in C++ and compiled for an
Windows enviroment but we only got the binaries.
Looking at the examples within Visual Studio we have tried to incorporate
these DLLs into our own test application to control the instrument.
The issue is to access the functions within the DLL when we try we encounter
a "loader lock".
I need to understand how to avoid this loader lock and get the imported
functions to work.
Examples is appreciated.
Thanks,
--
P L
I have a question on how to import unmanaged DLLs into Visual Studio 2005,
C# environment.
The background is that an instrument we bought is controlled through a
couple of DLL files. I belive they are written in C++ and compiled for an
Windows enviroment but we only got the binaries.
Looking at the examples within Visual Studio we have tried to incorporate
these DLLs into our own test application to control the instrument.
The issue is to access the functions within the DLL when we try we encounter
a "loader lock".
I need to understand how to avoid this loader lock and get the imported
functions to work.
Examples is appreciated.
Thanks,
--
P L