dll - SMS feature in C++ for Windows Mobile 6.5 -
i'm trying create wrapper dll in c++ windows mobile 6.5. wrapper dll should provide sms feature available, , used in c# apps.
i did search , found there 2 separate dll sms: sms.lib
or cemapi.dll
. i'm confused on 1 of them should using.
reading articles reveal sms.lib
newer lacks feature check incoming sms, while cepmapi.dll
older , need register key in registry use, support features such intercepting new message , etc.
with said, i'm bit incline in using sms.lib
it's easier implement, know right 1 use? there de facto lib winmo developers goes when implementing sms feature?
thank
Comments
Post a Comment