Search code examples
c#c++live555

Live 555 c# wrapper


I am completely new to c++ and have inherited a code which uses Live555 obsolete libraries. It seems there is no documentation available when it comes to developing a c# RCW for Live555 library. I am wondering if anyone has been in my situation before who can guide me to where I can start or if anyone has already developed a RCW with asynchronous Live555 can point me to any sample code. Its hard to believe if there is no code sample available for a c# wrapper or any one has not tried using Live55 libraries in a .net application. Any help is much appreciated.


Solution

  • If you know the basics of C++ start to learn C++/Cli (more info, even more info) because with this you can write .NET libraries in C++.

    You have a long way to go. Godspeed!