Use Skype4COM.dll COM API in visual studio

I would like to use skype dll classes in visual studio. The link where I downloaded skype4com.dll is located here . When I try to add a link to this DLL, I get:

enter image description here

I tried to execute this solution , but the link is not working.

change

I also tried using this example :

but when I open the project, visual studio cannot load:

enter image description here

+4
source share
1 answer

Is the COM library registered? How do you customize your link? To use a link to COM, you need to select it from the COM tab in the Add Link dialog box, and not select the DLL file in the Browse tab.

+4
source

Source: https://habr.com/ru/post/1391185/


All Articles