代码之家  ›  专栏  ›  技术社区  ›  JL. Hans Passant

C中的Skype加载项#

  •  8
  • JL. Hans Passant  · 技术社区  · 15 年前

    我想试着用C语言构建一个Skype插件。有API吗?

    3 回复  |  直到 11 年前
        1
  •  5
  •   Marcom    15 年前

    https://developer.skype.com/Download

    你需要一个C包装器来使用他们的sdk

        2
  •  2
  •   YumYumYum Paul Campbell    14 年前

    我说的是2010年7月。

    1. Skype有一个非常糟糕的文档。更多或更少地使用商业技巧,而不是开发人员的自由

    2. 就我个人而言,我不喜欢这个,但它可以用于C: http://code.msdn.microsoft.com/SEHE

    3. 在Linux/Unix中工作是为Skype制造东西的噩梦。

    上帝保佑Skype使用Linux。

        3
  •  1
  •   Lex Luthor    11 年前

    您可以将skype api dll(skype4com)作为引用导入到项目中,这样您就可以访问其中的内容。

    http://msdn.microsoft.com/en-us/library/wkze6zky%28v=vs.80%29.aspx

    在Visual C或Visual J中添加引用#

    In Solution Explorer, right-click on the project node and click Add Reference.
    In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
    Select the components you want to reference, then click OK.