Search found 4 matches

by Lep
Sun Sep 02, 2007 10:22 pm
Forum: Announcement
Topic: SaneAIM - PB AIM client (beta...)
Replies: 5
Views: 2301

I was browsing through my PB folder and I happened to stumble across this. I've uploaded it here. I'll take it down if kenmo doesn't want me mirroring it.
by Lep
Sat Sep 09, 2006 10:45 pm
Forum: Coding Questions
Topic: HTTP Get Request Problem
Replies: 3
Views: 1155

You need to add two crlfs after the last part of your header (String+"Connection: Keep-Alive"+#CRLF+#CRLF), then the server will send the response. To get the response, use something like the following under Case #PB_NetworkEvent_Data:

len.l = 1
str.s = ""
While len
buffer.l = AllocateMemory(1024 ...
by Lep
Sun Oct 30, 2005 3:10 pm
Forum: General Discussion
Topic: Execution Speed: a striking observation on my PC!
Replies: 18
Views: 3992

P3 500mhz
by Lep
Sun Oct 30, 2005 2:54 pm
Forum: General Discussion
Topic: Execution Speed: a striking observation on my PC!
Replies: 18
Views: 3992

I tested it on Windows 98, running both windows at the same time and got values from 30-32 on both.