Skip to content

addlive/addlive_sdk_c_sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AddLive native SDK .NET bindings

Build instructions

Microsoft Visual Studio 2010 or higher should be used. Just start solution and build SDK bindings (ADL project), Test application (sample_app project).

How to use bindings

  • Build ADL project from ADL solution (as described above)

  • Download AddLive native SDK from https://s3.amazonaws.com/api.addlive.com/beta/AddLive_sdk-win.zip

  • Unpack AddLive_sdk-win directory to your application's directory. ADL.dll should be placed on the same level in FS. So, for example, if you have your own application app.exe which uses AddLive SDK, then file system layout can be like this:

  • [parent dir]

    • app.exe
    • ADL.dll
    • AddLive_sdk-win
      • adl_sdk.dll
      • libs
        • AddLiveService.dll
        • ...
      • ...

Sample application (sample_app project) should be configured in a similar way.

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%