Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gettimezone() not found in wwipstuff.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00834439
Message ID:
00834995
Vues:
26
Thanks Rick! I didn't realize the wwAPI class was needed.

Rodd

>There are other dependencies for wwPop3. The easiast way to load most West Wind classes is to run the PRG file that hte class lives in and it loads dependencies.
>
>DO WWPOP3
>
>The dependency you need is in wwAPI (which I just noticed is not part of the PRG)...
>
>+++ Rick ---
>
>
>>I just downloaded the newest version of Web Connect (4.40). Everything installed just fine as does the demo. However, the following code that I had written under our previous version of WebConnect now gives me an error when looking for a function called gettimezone().
>>
>>
>>#INCLUDE c:\wconnect\wconnect.h
>>SET CLASSLIB TO c:\wconnect\classes\wwIPStuff ADDITIVE
>>SET PROCEDURE TO c:\wconnect\classes\wwUTILS additive
>>SET PROCEDURE TO c:\wconnect\classes\wwpop3 addi
>>
>>loPOP = CREATEOBJECT("wwPOP3")
>>
>>loPop.cMailServer = "ourpopserver.postoffice.net"
>>loPop.cUserName = "rh"
>>loPop.cPassword = INPUTBOX("Enter your password:","Password",SPACE(15))
>>
>>IF !loPOP.Connect()
>>   RETURN
>>ENDIF
>>
>>? loPop.nMessageCount
>>? loPop.Getmessages()    && High level routine
>>
>>loPop.Quit
>>
>>return
>>
>>
>>Get messages (at some point) calls MimeDateTime in wwUtils.prg. MimeDateTime makes a call to GetTimeZone(), which for some reason can never be found.
>>
>>Any ideas as to where that function resides and/or how to correct this?
>>
>>Thanks for your help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform