Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
30update.prg
Message
From
22/03/2000 15:09:14
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00209915
Message ID:
00349067
Views:
36
One of my customer is having problems with this kind of messages. He is running VFP6 SP3 on NT workstation 4.xx

Do any of you have a copy of 30Update?

Did you ever solve this situation?

Thanks in advance


Oscar Corte

>>There was a message here recently that I can't seem to find. There was something about an error message having to run 30update.prg.
>>
>>I am now getting this error message and wish that I had read the post.
>>
>>Can someone advice me?
>
>Hi Todd,
>
>I am happy I am not alone with this message.
>
>**** I send the follow. code sample and report to MS but I receive no return.
>
>This code is ok with
>
>NT 4 Workstation Service Pack 4
>Visual Studio Service Pack 2
>Office 97
>*-* MAPI.DLL 4.0.993.3 11/17/96 0:00 494688 No 4.0.0.0
>*-* MAPI32.DLL 4.0.993.3 11/17/96 0:00 730384 Yes 4.0.0.0
>
>But not with
>
>NT 4 Workstation Service Pack 4
>Visual Studio Service Pack 2
>Office 97 SR1
>*-* MAPI.DLL 5.0.1457.3 11/07/1997 0:00 518688 No 5.0.1457.3
>*-* MAPI32.DLL 5.0.1458.49 11/07/1997 0:00 892688 Yes 5.0.1458.49
>
>After running the following program and try to modify a class you receive
>the following message
>
>This file is incompatible with the current version of Visual FoxPro
>Run 30UPDATE.PRG to update the file to the current version
>
>LOCAL loForm
>
>loForm = CREATEOBJECT( 'Form' )
>loForm.ADDOBJECT( 'oleSession','MAPISession')
>
>loForm.oleSession.signon()
>
>loForm.ADDOBJECT( 'oleMessages','MAPIMessages')
>
>loForm.oleSession.SignOff()
>
>loForm.RELEASE
>
>RETURN
>
>DEFINE CLASS MAPISession AS OLECONTROL
> OLECLASS = 'MSMAPI.MAPISession'
> OLETYPEALLOWED = -2
>ENDDEFINE
>
>DEFINE CLASS MAPIMessages AS OLECONTROL
> OLECLASS = 'MSMAPI.MAPIMessages'
> OLETYPEALLOWED = -2
>ENDDEFINE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform