I have a graphics tablet that is no longer supported in XP. It has a wireless stylus and the tablet is connected via an old serial plug. My goal is to come up...
I have a handle on displaying graphics and would like to know how to access each pixel in memory as to its values, for making modifications. My reason for...
... Hash: SHA1 Terry @ 2006-7-02 9:07:04 AM "[rapidq] Device driver" <mid:e88gdo+gi7o@eGroups.com> ... You're going to want to use the Windows DDK: ...
how to ... modifications. load the image into a Qbitmap, then DIM theRGB AS LONG, r as byte, g as byte, b as byte theRGB =Qbitmap.Pixel(x,y) r = theRGB...
Hi Everybody ! Congratulations for the new rapidq2.inc file. I'm trying to use QMenuEx with a new app but i can't make it work. Can someone give me à little...
... The help file has a working example, again here, watch out for line wrap $INCLUDE "RapidQ2.inc" 'these bmps are 22 x 22 pixels $RESOURCE New_bmp as...
... Hash: SHA1 johnk20042001 @ 2006-7-01 2:24:26 AM "[rapidq] Multi thread applications in RapidQ2" <mid:e854eq+5enq@eGroups.com> ... Hard to tell. Can you run...
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
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 :...
rapidq@yahoogroups.com
Jul 4, 2006 10:52 pm
29388
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 :...
rapidq@yahoogroups.com
Jul 4, 2006 11:00 pm
29389
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 :...
rapidq@yahoogroups.com
Jul 4, 2006 11:01 pm
29390
Hello, When you use arrays in types, only one Long is set in the Type ?? That long is probably the pointer to the Arrays who is NOT stored in the Type ? Could...
... I feel sorry for this CPU: memory usage = 90 - 107 Megs Handles = 373 Threads = miniumum 6, maxed at 16 user OBJ = 80 ... I suspect you are right, a QTIMER...
... IMO, arrays are not handled in standard ways, that is up to the compiler, so C != Basic <> some_Pascal_Flavor, etc. From the FreeBasic DLL tutorial: RapidQ...
... There must be somekind of 'standard' ! In the past, I experienced some difficulties with Type ... now I know why ? I remember posts about SizeOf(Type)...
You guys have told me before that I'm out of mind as a programmer & I have always agreed :) But, I would love to know what chip can handle this load? But, the...
... the char array should be continuous with the data, just like a STRING, which is an array of chars right? ... C programming garbage at its finest. A union...
But, I would love to know what chip can handle this load? standard P4 hyper threading , 2.8 Ghz with 512MB memory, RapidQ does the rest. Threads are (to my...
... Hash: SHA1 johnk20042001 @ 2006-7-08 2:01:52 AM "[rapidq] Re: Arrays in Types dont work ?? Is this a Known bug ??" <mid:e8nhog+jikb@eGroups.com> ... Yes,...
... Very tricky and, maybe(!), nice But it's cumbersome.. It's similar a qObject.. we cannot use writeUdt or readUdt within them, i must made the copy item by...
... Hash: SHA1 msca53 @ 2006-7-08 10:30:50 PM "[rapidq] Re: Arrays in Types dont work ?? Is this a Known bug ??" <mid:e8ppoq+bit3@eGroups.com> ... QOBJECTs...
The RapidQ CGI code in the files section works on my web host server nicely. But the examples are for a single run -- ie, read a query string and then generate...
... Hash: SHA1 johnk20042001 @ 2006-7-09 11:51:07 AM "[rapidq] CGI server in RapidQ" <mid:e8r8lb+pak0@eGroups.com> ... Which CGI code? I know of three...
... this one: qcgi-src-1.6.zip ... yes it does help. Ok, so the database could be a simple binary file, that maintains a user name, session time start, and...
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 : /Temp/fdemo.bas ...
rapidq@yahoogroups.com
Jul 10, 2006 1:32 am
29404
Please evaluate my updated focus..My question is . Would this be a valuable or semi valuable component for rapidq. I intend to use it for my own purposes but...
... won't ... Yes, yes..I did wanted to say this type myStruct a as long <other variables> end type create myTool as qObject u as myStruct sub setAndStore u.a...
Am I missing something obvious??? In RapidQ I coded a function... that "should" return the elspsed time it took, as a "double". Dim dRet As Double dRet =...