Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there anyone success using Nokia developer toolkit?
Message
 
To
18/02/2004 03:59:06
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00878209
Message ID:
00878376
Views:
16
Hi Metin,

I never used this, but I have that error message when I do some OLE Automation with an Accounting software, and I have never been able to find out why or fix it. When I issue a retry it would work most of the times so I catched it and issued a RETRY. I know it doesn't help you much but I thought I'd share the little I know.

Good luck.
Sylvain

>I couldn't send sms with nokia developer toolkit. that gives me some error:
>
>(I got that code from another):
>
>
> LOCAL CellNum
> LOCAL TextMesg
>
> CellNum = '353863982273'
> TextMesg = 'TESTING NOKIA DATA SUITE'
>
>      objSMS = CREATEOBJECTEX('SMSAdapter.SMSAdapter.1','','')
>      objMess = .NULL. && objMess is initially a boolean with value = .F.
>      objSMS.CreateShortMsg(@objMess)
>
>      objMess.UserDataText = TextMesg
>      objMess.OtherEndAddress = CellNum
>
>      objSMS.Send(objMess)
>
>      objSMS.Terminate
>
>that gives an error: "OLE exception error: Exception code c0000005. OLE object may corrupt"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform