Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 32191 - 32222 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32191
How via the serial or paralell ports can you communicate say via device?...
rapidq11
Offline Send Email
Nov 1, 2007
8:20 am
32193
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /fbFunctions.zip...
rapidq@yahoogroups.com
Send Email
Nov 1, 2007
1:36 pm
32194
Hello! You wrote to <rapidq@yahoogroups.com> on 1 Nov 2007 13:36:26 -0000: r> File : /fbFunctions.zip r> Uploaded by : diakin2002...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 1, 2007
1:56 pm
32196
r> File : /fbFunctions.zip ... You should include the FB source code! -JK...
johnk20042001
Offline Send Email
Nov 3, 2007
5:41 am
32197
... device? ... Try http://www.rapidq.phatcode.net/examples/devices/ http://www.rapidq.phatcode.net/examples/ComPort/ or QComport -- see the RapidQ.CHM file...
johnk20042001
Offline Send Email
Nov 3, 2007
5:42 am
32198
Hello! You wrote to <rapidq@yahoogroups.com> on Sat, 03 Nov 2007 05:41:10 -0000: r>> File : /fbFunctions.zip ... j> You should include the FB source...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 3, 2007
11:52 am
32199
I have been out of circulation for a while and just recently had a need to do some programming. Seems like you guys have patched together a new version of...
jartim123
Offline Send Email
Nov 3, 2007
4:03 pm
32200
... I agree, I can't see how you'd get ReplaceSubStr to work if the replacing string is longer than the replaced string. Paul. ...
paul ludgate
snakedile
Offline Send Email
Nov 3, 2007
4:48 pm
32201
... I am certainly no expert on RapidQ, just a user, with only moderate programming skills. However I do use the new libraries, INC file, and so forth and have...
Bob Gee
osiyo53
Online Now Send Email
Nov 3, 2007
7:14 pm
32202
... Hi, Although I have been unable to use your code directly for a printer queue manager I've been working on, the API call setups have been invaluable. I...
Ben
spragers
Offline Send Email
Nov 4, 2007
2:54 am
32203
... Unless my old memory is playing tricks on me, I remember Andrew Shelkovenko as being the man that saved me hours of hacking to get my printer to do what I...
old bob
bbferrier
Offline Send Email
Nov 4, 2007
8:36 am
32204
There is a program in the FILES section that does this but its got too much stuff in it. I only really needed one function it delivered; the day of the week. ...
Adrian
beardyphish
Offline Send Email
Nov 4, 2007
9:56 am
32205
... Oopsy, couple of typo's there; the above lines are correct (the NDM array name)...
Adrian
beardyphish
Offline Send Email
Nov 4, 2007
10:01 am
32206
... I've had a chance to look at it now. Hmm, I see , all the API calls I know (with the exception of GetCommandLine) that return strings either do so by doing...
paul ludgate
snakedile
Offline Send Email
Nov 4, 2007
10:28 am
32207
Hello, paul! You wrote to <rapidq@yahoogroups.com> on Sun, 4 Nov 2007 02:28:22 -0800 (PST): OK, I found this function in other file. ...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 4, 2007
11:54 pm
32208
Hi folks, I know the above is possible in C++, etc. Anyone done this in RQ? I've done a search of the forum but nothing comes up on the subject. Thanks in...
cran0g
Offline Send Email
Nov 5, 2007
12:05 pm
32209
... Thanks much. Exactly what I need and more. We'll see about the "fun" part ;-)...
jartim123
Offline Send Email
Nov 5, 2007
12:44 pm
32210
... RQ? ... subject. ... try the API function Declare Function SetSysColors Lib "user32" Alias "SetSysColors" (ByVal cElements As Long, lpSysColor As Long,...
johnk20042001
Offline Send Email
Nov 6, 2007
4:43 am
32211
... Did you try QMEMORYSTREAM? DIM size to huge number, so no buffer overflow Copy orig string to it, starting at position =0 send QMemoryString.Pointer to FB...
johnk20042001
Offline Send Email
Nov 6, 2007
4:51 am
32212
I downloaded Virtual Earth and tried to run it, but it got super slow, required more than 152 MB of RAM, and rendered at about 1 frame per second (of complete...
johnk20042001
Offline Send Email
Nov 6, 2007
5:00 am
32213
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /fbFunctions.zip...
rapidq@yahoogroups.com
Send Email
Nov 6, 2007
8:12 am
32214
... <major snip> ... I never mentioned memory leaks. It's just that there's the potential for the DLL to be holding onto a lot of memory and thus degrading the...
paul ludgate
snakedile
Offline Send Email
Nov 6, 2007
2:41 pm
32215
... Yes, if your pupose is for huge strings, the user should allocate mem in RQ, then release it. Probably QMEMORYSTREAM is the best way to do this. ... ...
johnk20042001
Offline Send Email
Nov 7, 2007
4:54 am
32216
I am still very impressed with RQ with respect to Java, that is RQ is much smaller, should have a fast download of bytecode, and will have a much nicer GUI,...
johnk20042001
Offline Send Email
Nov 7, 2007
5:07 am
32217
... I guess you could John. Similar to PHP running on server side under windows, it's uses DLL to execute PHP code in a webpage. According to my logics, on...
gp500m
Offline Send Email
Nov 7, 2007
11:38 am
32218
I start a group : http://groups.google.com/group/fbgui Here I upload the source code (not finished), if you are intersted join to this group....
nastase_eodor
Offline Send Email
Nov 7, 2007
10:01 pm
32219
... RQ32.DLL. ... Yes, if RapidQ is on the server side then regular CGI works ok (if you use the newest CGI include files because it fixes a 255 byte long ...
johnk20042001
Offline Send Email
Nov 8, 2007
4:59 am
32220
... I guess, it's require a design concept how you want to implement RapidQ as an applet like Java, Flash and other web objects. I think it will be easier if...
gp500m
Offline Send Email
Nov 8, 2007
11:06 am
32221
... I'm talking about a table of pointers to locations where replacement is required so it can at worst be a pointer per character, therefore 4 times length. ...
paul ludgate
snakedile
Offline Send Email
Nov 8, 2007
11:55 am
32222
Mcsetutorial. info is your gateway to the best sites on the Internet for microsoft certification tutorial! looking for Computers,Domain Names,or Education? ...
ittutorial
Offline Send Email
Nov 9, 2007
12:41 pm
Messages 32191 - 32222 of 35534   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