質問

I'm currently using the devshock smpp library. unfortunatly it only appears to be available in 32 bit binaries. Does anyone know if they do a 64 bit version or if there is anywhere that does a decent 64-bit smpp library??

役に立ちましたか?

解決

How about RoaminSMPP? It is open source and is released as LGPL. It should work on x64 too.

他のヒント

Zeocrash, I'm using Jaama SMPP Client for a while, and it's working neatly. Since it's developed in C#, I think you can optimize it to 64bits, and migrate it easily.

This commercial library:

http://www.tops.com.pl/en/products/smscc/

is 64 bit library. A decent one according to my experience. Requires at least .NET 2.0 to be present (there are rather no Windows machines today that would not have it already) but you can interface to it either as to a .NET component or through COM interface (like ActiveX in old days) so it can be used e.g. with 64 bit C++, not only CLR languages.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top