R
ron jacobs
I have just implemented a "mixed mode" dll in VC++. I
have implemented this dll in accordence with several
articles found on the MSDN website including KB 814472.
The crux of the problem is that when the dll is built
with the \noentry linker option, I can not load the dll
in a c# client. There is plenty of help available for
loading this dll in a c++ client.
Does anyone know how to load this dll in C# or VB?? Am I
forced to use reflection on this assembly??
Thanks in advance,
Ron Jacobs
have implemented this dll in accordence with several
articles found on the MSDN website including KB 814472.
The crux of the problem is that when the dll is built
with the \noentry linker option, I can not load the dll
in a c# client. There is plenty of help available for
loading this dll in a c++ client.
Does anyone know how to load this dll in C# or VB?? Am I
forced to use reflection on this assembly??
Thanks in advance,
Ron Jacobs