SMS feature in C++ for Windows Mobile 6.5

89 views Asked by At

I'm trying to create a wrapper DLL in C++ for Windows Mobile 6.5. This wrapper DLL should provide all the SMS feature available, and it will be used in C# apps.

I did some search and found that there are 2 separate DLL for SMS: SMS.lib or CEMAPI.dll. I'm confused on which one of them should i be using.

Reading some articles reveal that SMS.lib is newer but lacks the feature to check the incoming SMS, while CEPMAPI.dll is older and need to register key in registry to use, but will support features such as intercepting new message and etc.

With this said, i'm a bit incline in using SMS.lib as it's easier to implement, but i would like to know which is the right one to use? Is there any de facto lib that winmo developers goes to when implementing SMS feature?

Thank you

0

There are 0 answers