Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gettimezone() not found in wwipstuff.
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Gettimezone() not found in wwipstuff.
Miscellaneous
Thread ID:
00834439
Message ID:
00834439
Views:
64
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.
Next
Reply
Map
View

Click here to load this message in the networking platform