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
Miscellaneous
Thread ID:
00834439
Message ID:
00835012
Views:
31
>Thanks Rick! I didn't realize the wwAPI class was needed.

Apparently me neither <g>...

+++ Rick ---

>
>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.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform