Receiving SMS problem
-
Hello everyone, I found an articles in msdn which is "Receiving SMS Messages Inside a Managed Application". I download the sample code and run it.This project contains two separte projects "mapirule" and "CaptureSMS". Mapirule was implemented by using embedded Visual C++ 4.0 and CaptureSMS contains managed code only which was implemented by using Visual Studio.NET 2003 When I built mapirule.dll in embedded C++4.0, the error "download file failed" occurred. When I tested the sample code on an emulator and clicked Start IMailRuleClient". Error message "The function is not defined" ("registerServer function). This function is defined in mapirule. How come mapirull.dll can't be loaded? Is there anyone who can give me any suggestion.It's urgent. Thank you veryyyy much. Co
-
Hello everyone, I found an articles in msdn which is "Receiving SMS Messages Inside a Managed Application". I download the sample code and run it.This project contains two separte projects "mapirule" and "CaptureSMS". Mapirule was implemented by using embedded Visual C++ 4.0 and CaptureSMS contains managed code only which was implemented by using Visual Studio.NET 2003 When I built mapirule.dll in embedded C++4.0, the error "download file failed" occurred. When I tested the sample code on an emulator and clicked Start IMailRuleClient". Error message "The function is not defined" ("registerServer function). This function is defined in mapirule. How come mapirull.dll can't be loaded? Is there anyone who can give me any suggestion.It's urgent. Thank you veryyyy much. Co
It may be the platform problem. The target(i.e., PDA) may be running with PPC 2002 or some mismatch might be there. Once u find ur application compiled successfully, and if the IDE is not registering the dll on PDA, go ahead and copy the dll manually by exploring the PDA dir. Copy it windows dir. of PDA. Hope this may help, thanks Zxczc