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
Titre:
Gettimezone() not found in wwipstuff.
Divers
Thread ID:
00834439
Message ID:
00834439
Vues:
63
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform