Friday, 23 August 2013

Using lib in dll for c#

Using lib in dll for c#

I have some problems with dll. When I make dll without using of lib files
(which i need), everything is fine. But when I'm trying to use some
functions in dll that use functions in lib then some exception appears:
System.DllNotFoundException, cant load a dll module (exception from
HRESULT:0x8007007E).
dll file in correct place. P.S. using Visual Studio 2010.
What could be wrong?

No comments:

Post a Comment