D
Daylor
i built a c++ managed class library,that is wrapping an unmanaged dll.
when im using the the managed/wrapper dll , i must copy the unmanaged dll
to the directory of the client application.
the question:
what setting , i need to do to the c++ managed project , so ,when client
project will use it, they dont need to copy the unmanaged dll to their
directory ? (this way, the unmanaged dll, will be only in 1 place ).
have a nice day.
when im using the the managed/wrapper dll , i must copy the unmanaged dll
to the directory of the client application.
the question:
what setting , i need to do to the c++ managed project , so ,when client
project will use it, they dont need to copy the unmanaged dll to their
directory ? (this way, the unmanaged dll, will be only in 1 place ).
have a nice day.