Hi,
I am building an Class Library application which contains some reference dlls like Skype4COM which is obviously not native object so I just wanna learn how to embed this dll into my dll showing up after building the solution.
I just don't wanna see people which dll I used when developing this application and also I don't want them struggle with skype4com.dll to import it into their projects.
P.s : to use skype4com.dll, it needs to be registered on windows by using cmd window : regsvr32.exe dllpath
So does it cause an error or is there any work-around for something.
Thanks in advance.
Sincerely.