This experiment could be a usefull way to manage arrays of arrays, specially string ones.. $define MAXLEN 32 $define MAXSTR 6 declare sub stringAsc( str as...
Some time ago i uploaded a stack implementation (stack.zip)using rapidq ( may be a dll could be more powerfull).The dima(..)function can shrink (to 0 size) or...
... in ... Cool Boris, -Don't forget, there is a newer RapidQ_D3D.inc file (here in the files section or at www.airsys.org) that supports 3D primatives and a...
Greetings all I'm using Windows 95 and 98 with Conpaqs. I hope this question is considered to be on topic..... I want to call a disk file from a command line...
Hello again I use Windows 95 and 98 on my Compaqs. When I boot (warm or cold) I can use Control alternate delete to see a number of programs running in the...
Dear All, 1. Whare can I download the newest version of RapidQ + IDE ? Does it come with installer ? 2. How can I determine where to put (save) the coplied...
... Hi Yaron: You can download the latest, greatest RapidQ from www.airsys.org. And you can save your code files really anywhere that it's convenient or most...
... it ... I ... And ... any ... ===================== Also by default, if you create and just save a file from the IDE it will be named $noname.bas and...
I am adding strings with line breaks to RichEdit-documents using "\r\n" and $ESCAPECHARS ON. For some reason I can't use the input from an QEdit passed to a...
Hello, bbferrier! You wrote to <rapidq@yahoogroups.com> on Fri, 03 Feb 2006 05:36:52 -0000: b> program.exe fname.txt see CommandCount Windows Unix INTEGER...
Hello, hollmen! You wrote to <rapidq@yahoogroups.com> on Fri, 03 Feb 2006 16:13:27 -0000: h> I am adding strings with line breaks to RichEdit-documents h>...
... ESCAPECHARS are only parsed in the source code, not in user input. You'd have to write your own parsing routine if you wanted users to be able to enter...
I'll top reply this message: Thank you sir. thats exactly what I needed. Thank you also for the links below. Theres a good write-up on Command$...... Ruth and...
I see that FreeBasic has upgraded the openGL includes to version 1.3 and ARB,and includes a newer library called OpenGL framework (glfw). I was thinking of...
A simple example '------------------ sub wait print "Press a key.." while len(inkey$)=0 : wend end sub $define ITEMSIZE 16 $define MAXCOUNT 12 type page ...
... 1.3 and ARB,and includes a newer library called OpenGL framework (glfw). ... or is interested in getting it going? ... Library? ... OpenGL is a standard...
... Hey Ruth and old bob, Ending programs running in the background is like playing with fire. You should only terminate programs that you are 110% sure (not...
Okay I have a listbox displaying a list, and when you double click on an item the item is saved to a file, when I restart the program the file is read and the...
... I didn't forget...they are really interesting, i found some interesting ideas from 3dpong and i'm developing them. ... I tried to implement Irrlicht (the...
... mayby you mean something like this? 'Source Code DECLARE SUB ListBoxDblClick DECLARE SUB ButtonClick CREATE Form AS QFORM Caption = "LoadAndSave" ...
Hi all Is it possible to assign Styles to the objects? I tried to align from Right side to Left the text with Styles but it don't work. '--- Code $INCLUDE...