F
Franz
I have a unmanaged dll, I use the functions of it by declaring its functions
as [DllImport(abc.dll)].
I want to embed this unmanaged dll to my application. But I don't know how
can the application load it, and what kind of parameters is needed for
DllImport?
Thanks.
as [DllImport(abc.dll)].
I want to embed this unmanaged dll to my application. But I don't know how
can the application load it, and what kind of parameters is needed for
DllImport?
Thanks.