hi your Group looks greate - Joice - India. best of luck from 24 madurai female tamilnadu - india travel books drawing are my interest looking for web...
The problem is easy to fix. Do NOT use EXIT SUB, this causes a ram leak in the original libs due to a programming bug so do this: 1) download the latest libs...
... the account is setup via myhosting.com, using a static IP address with DNS resolved location. Obviously they are using windows servers, as the RapidQ code...
... Sounds real easy to implement. Is there an easy alternative to the POP function to swallow the Return Address from the stack? I tried POP but it wouldn't ...
... Paul L. fixed the actual code in the RapidQ libraries to return the stack properly (I think). But popping things off the stack may not be safe. W. Yu put...
... There is an END SUB statement, but I don't know all I think I know about how it handles the return address. Also in GWBASIC there is a "RETURN line#"...
... From: johnk20042001 To: rapidq@yahoogroups.com Sent: Saturday, September 02, 2006 4:38 AM Subject: [rapidq] Re: RAM leak ... Paul L. fixed the actual code...
... can ... better used ... For the latest stable libs, get them in this directory: http://groups.yahoo.com/group/rapidq/files/RapidQ/Windows/Libraries/ The...
Chris... Just wanted to let you know that I'm still working on getting my website up and running. (not everything is working just yet) It's been a little...
Is it possible to display a webpage in RapidQ? I took a wide shot at... reading a file that contains HTML source code into a QStringList and then pasting it...
... Whooopppsss... Nevermind. :D I found an example in rapidq.chm (under QOleContainer). LOL... I should have looked before I leaped. Thanks any way though. ...
... Here`s a couple examples, maybe of help. Watch for word wrap !! '======= DEMO 1 Start Code =========== $ESCAPECHARS ON $TYPECHECK ON $INCLUDE "RAPIDQ.INC" ...
... 'Code snipped. See: http://groups.yahoo.com/group/rapidq/message/29836 ... Thanks Mike for making an effort in helping me with my inquiry. :) But as I just...
... 'Code snipped. See: http://groups.yahoo.com/group/rapidq/message/29837 ... And Thank you Jacques too. :) I had a feeling if anybody had an answer to my...
... From: atiu66 To: rapidq@yahoogroups.com Sent: Monday, September 04, 2006 12:11 AM Subject: [rapidq] Re: RAM leak ... DCBFlags can ... There are no PurgeOut...
I wish to auto upload webpages to my website after my program creates them. I am looking at FTPbasic.bas and was wondering if there is any explanation as to...
I think I jumped the gun just come across the work done by Jacques Why should I ever consider re inventing the wheel. I will see what I can extract to perform...
... I am looking at the original component published by Pete Kleinschmidt. Indeed, the RapidQ2.inc which integrates this component, has the purgeout method....
JK> The QComport was fixed in RapidQ2.inc and shouldn't have a ram leak. ... chbest>> ... ist ... DCBFlags can ... This little bit of code is odd because...
... If it is any help, you can put it on RapidQ.Awardspace.com. There are no popups, but 20 GB of space has file sizes limited to 500K or less! I started this...
... From: johnk20042001 To: rapidq@yahoogroups.com Sent: Tuesday, September 05, 2006 5:27 AM Subject: [rapidq] Re: RAM leak JK> The QComport was fixed in...
As Jacques mentioned previously... http://groups.yahoo.com/group/rapidq/message/29744 something's changed in the libraries to cause the VerticalTabs property...
Hello.. I wish to test program if have RamLeak. How to measure(check) it? Far ago I remember for program to check ram leak but I can't find it. Does someone...
I am writing a game for the interactive fiction competition. It is in its initial stages (e.g. finishing up the data structures before writing the game...
... 'Code Snipped See http://groups.yahoo.com/group/rapidq/message/29850 ... I only did a quick glance and I could be wrong but... I believe the syntax error...
I'm trying to build a simple multiplayer game using client/server interface, I built off of William Yu's chat server and everything seems to be working...
... something ... try 1) finding which line takes the longest to execute (IsServerReady or ReadLine, or SendToClient). The FOR NEXT shouldn't be a problem! Are...