C# bindings for DWG2000 SMS API

Yes, it’s done and as I promised in my previous post, I am releasing it to the public.

This project started when a local company hired me to make the API support for Linux. It was a success and the sms-client started to work right away. It was not until 2 or 3 months after finishing the project that the idea of making the source code public came to my mind and despite this project may not be a great contribution to the community, it is the first of (hopefully) many.

This particular branch of the project might be specially useful for writing quick VAS software on top of the gateway. It is much easier to write business logic algorithms in C# than in C and in my case, that’s exactly what happened.

Get a copy from my github account

5 thoughts on “C# bindings for DWG2000 SMS API”

  1. I’ll immediately take hold of your rss feed as I can’t in finding your e-mail subscription hyperlink or newsletter service. Do you have any? Please permit me recognise so that I may subscribe. Thanks.

  2. Hi! thank for job you are doing
    I’m testing and I get this error when lunching client app:
    Unable to load DLL ‘libdwgsms.pub.so’: Le module spécifié est introuvable. (Exception from HRESULT: 0x8007007E)

    Could you help please!

    Best regards

  3. more info: error occur at > smsgw.dwg_start_server(port, ptr);
    I’m running sample from Visual Studio 2008

    1. Hi,

      I’m sorry, but the project only works by using a native library made exclusively for Linux machines.

Comments are closed.