Задайте вопросЗадайте вопрос
 

ОтвеченоHow to get SMS.DLL for Window Mobile platform.

  • 5 декабря 2006 г. 6:24Kline Chen China Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     

        Anyone know

        I wrote a windows mobile application for sending SMS message, the application need sms.dll for calling SmsOpen, but an error heppened when it runing in windows mobile emulator, because the SMS.DLL file has not been found in emulator. I have not found it in my host computer, too. Could anyone tell me Where I can download it ?

       (I don't plan to use MAPI.)

        Another question: If I have got the sms.dll, how to build a development environment for sending/receiving sms messages.

        Thank you read these questions.

     

     

Ответы

  • 5 декабря 2006 г. 6:42Ilya TumanovMSFT, МодераторМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено

    This DLL is in ROM on all Windows Mobile Phone devices. You don't need to download or install it.

     

    If there's no such DLL then this device is not capable of sending SMS. Even if you copy this DLL from device which has it won't work because DLL alone is not enough – phone hardware and phone stack are also required and they don’t come with DLL.

     

    Please see this for simulated SMS support on VS 2005 emulator:

     

    http://blogs.msdn.com/barrybo/archive/2005/09/17/469702.aspx

     

  • 7 декабря 2006 г. 20:57Ilya TumanovMSFT, МодераторМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено

    You could not “plan to use emulator”. Emulator is just for debugging so you can run your application on a real device as soon as application is ready. That real device has to be phone if you planning to use SMS. There's no SMS functionality unless device is a phone.

     

    If you planning to deploy to Pocket PC devices (not a phone edition), you should remove all phone related functionality from your application as it’s not available.

Все ответы