Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there anyone success using Nokia developer toolkit?
Message
 
À
18/02/2004 03:59:06
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00878209
Message ID:
00878376
Vues:
18
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"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform