using libpurple from .NET

1.2k Views Asked by At

Can someone direct me to a code sample of how to use libpurple from .NET?

2

There are 2 best solutions below

2
On BEST ANSWER

libpurple is an unmanaged library - you'll need to either obtain a wrapper for it, or write your own. Quick Google search did not reveal any good .Net wrappers so writing your own might be your only option.

Here's a simple tutorial on writing a wrapper: Call Unmanaged Code. Part 1 - Simple DLLImport

0
On

There is LibPurple-Sharp project https://code.google.com/p/libpurple-sharp/