Search the web
Sign In
New User? Sign Up
win32forth
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12598 - 12627 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12598
Please explain the difference between 'needs' and 'include'. Frank...
Frank J. Russo
fjrusso
Offline Send Email
Jun 1, 2007
10:27 am
12599
... 'include' (or it's synonym 'fload') always loads the file; 'needs' (or it's synonym 'require') loads the file only if it's not already loaded. George...
George Hubert
georgeahubert
Offline Send Email
Jun 1, 2007
10:44 am
12600
Hi Tom, oh thanks, that would be great! I'm still trying to figure out how this stuff works... I'm very interested in some example... Frank...
frankaalbers
Offline Send Email
Jun 1, 2007
12:48 pm
12601
Thanks, I'll look at it right now... this stuff looks quite complicated... but I think once you get it, it's quite simple... Still studying.. thanks for you...
frankaalbers
Offline Send Email
Jun 1, 2007
12:48 pm
12602
Hi Jos, thanks, I will have a look at it... It's very nice to have so many people help you figuring something out :)...
frankaalbers
Offline Send Email
Jun 1, 2007
12:52 pm
12603
Thomas, I have some questions regarding your file socketsdemo.f that from the files-section First: I can't get it to work. I try to make a server and a client...
frankaalbers
Offline Send Email
Jun 1, 2007
2:09 pm
12604
Sorry, I meant socktest.f of course... Frank...
frankaalbers
Offline Send Email
Jun 1, 2007
2:19 pm
12605
... Hello Frank, I probably ought to add some instructions to the socktest file. in one window, type the following: include socktest.f server The window should...
Thomas Dixon
phenomenaltom
Offline Send Email
Jun 1, 2007
5:03 pm
12606
Frank, ... Make sure you don't have a firewall blocking the ports you are trying to use. XP SP2 firewall blocks almost everything unless you shut it off or ...
David Garner
dpgarner
Offline Send Email
Jun 2, 2007
12:00 am
12607
Hey Thomas, great! It works indeed! Thanks a lot for your help and the explanation... it makes things more clear... I'll try to make the whole thing run now......
frankaalbers
Offline Send Email
Jun 2, 2007
3:11 pm
12608
Jos, Well been playing with the code in 4ePost and I have successfully connected to my server BUT, I am able to open a socket and make a connection a socket #...
Frank J. Russo
fjrusso
Offline Send Email
Jun 3, 2007
8:21 pm
12609
I was right it was me. Figured it out. I now am at a point where I receive in a list: +OK 1 1335 2 8112 3 2215 4 9638 5 2262 6 1601 . Now I can begin...
Frank J. Russo
fjrusso
Offline Send Email
Jun 3, 2007
9:18 pm
12610
Jos, Have you worked on the 4th code to encode / decode the mime format? I noticed most mail servers send in plain text but I sent an email via my cell phone...
Frank J. Russo
fjrusso
Offline Send Email
Jun 4, 2007
10:15 am
12611
... I did, but have given it up. There are too many different headers that need to be handled. As soon as you managed to download the cell-phone msg you should...
Jos van de Ven
josven2001
Offline Send Email
Jun 4, 2007
4:25 pm
12612
Got the following line of input: e.g. '+ok 6 25345' '+ok 16 25345 ' '+ok 132 253450 ' I need to get out the 2 numbers. Ideas??? Frank...
Frank J. Russo
fjrusso
Offline Send Email
Jun 4, 2007
5:39 pm
12613
... EVALUATE it. ... If your string is in PAD; PAD COUNT EVALUATE will leave the two numbers on the stack. -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Jun 4, 2007
7:11 pm
12614
Hello All, I have received some requests for a bigger example of a socket server and, after I finally had some time, I have one to post. It is a HTTP server....
phenomenaltom
Offline Send Email
Jun 4, 2007
11:19 pm
12615
Jos, How do you retrieve only the header of a msg? I have been reading the RFC 1939 on POP3 Protocol but do not see anything. How are you isolating the Subj...
Frank J. Russo
fjrusso
Offline Send Email
Jun 5, 2007
4:24 pm
12616
... By using the TOP command. It is described as follows: http://www.ietf.org/rfc/rfc1939.txt refers to page 11: TOP Command...
Jos
josven2001
Offline Send Email
Jun 5, 2007
6:57 pm
12617
Thanks Jos, I am using the TOP command but it brings in the entire message and I only wanted the header. Message is small 1375. I tried TOP 1 0 / TOP 1 1 \ IF...
Frank J. Russo
fjrusso
Offline Send Email
Jun 5, 2007
9:57 pm
12618
... Such a long time ago that I looked at 4ePost so I had to debug get-header to see what is happing there... Try to pass the following command to your email...
Jos van de Ven
josven2001
Offline Send Email
Jun 6, 2007
10:34 am
12619
Thank you again Jos. I did find using a 1 (TOP 1 1) seem to bring in the header. In searchng I defaulted to using the Forth word 'search' works the way I...
Frank J. Russo
fjrusso
Offline Send Email
Jun 6, 2007
1:21 pm
12620
... I am glad that you succeed and that your intension is to post it and make an HTML explanation page. Jos...
Jos van de Ven
josven2001
Offline Send Email
Jun 6, 2007
8:16 pm
12621
... It runs but nothing seem to happen. ... That is the problem. Could you give an example how a request can be given to the webserver? Jos...
Jos van de Ven
josven2001
Offline Send Email
Jun 6, 2007
8:19 pm
12622
Hi, I tried several times to get a copy of the win32forth and win32forth-stc with tortoisecvs,in anonymous mode, the server asks to me a password, i push...
Bruno Gauthier
betonnage
Offline Send Email
Jun 7, 2007
8:08 am
12623
... Hello Jos, The documentation you are referring to is for a different example. SockServ.F is a generic library to create servers and the example included...
Thomas Dixon
phenomenaltom
Offline Send Email
Jun 7, 2007
2:52 pm
12624
... [...] ... Hi Tom, That did the trick. Nice program. Still playing with it. It works when the browser runs on the same PC as the server. A second machine...
Jos van de Ven
josven2001
Offline Send Email
Jun 7, 2007
6:09 pm
12625
... Hi Jos, "localhost" is an alias for 127.0.0.1, so you need to find your real IP or dns name to run it properly. As it stands, the host name doesn't change...
Thomas Dixon
phenomenaltom
Offline Send Email
Jun 7, 2007
6:53 pm
12626
... I use IE7. I did not expect that the browser had a part to play for the echo. Note: It is also a nice program to give someone a big file that you can't ...
Jos van de Ven
josven2001
Offline Send Email
Jun 7, 2007
7:41 pm
12627
... I don't know, but I think SourceForge changes something in this area some time ago. ... Yes. I tried to upload the to SourceForge but it didn't work. So I ...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 8, 2007
5:54 am
Messages 12598 - 12627 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help