Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1970
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 33152 - 33183 of 38070   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
33152 gnrshelton Send Email Jun 1, 2008
3:08 pm
I recently got a new laptop with Vista and I can't run RC.exe. It keeps "stopping"; according to Vista. The IDE will run but I can't get a program to run. I...
33153 burkleyd Send Email Jun 1, 2008
3:19 pm
... 'refer to message... http://tech.groups.yahoo.com/group/rapidq/message/33022 ... Thanks John, I've been experimenting some with an MDI type application and...
33154 johnk20042001 Send Email Jun 1, 2008
7:31 pm
... I found that turning off User Account Control to be the easiest fix (control panel-> user accounts -> UAC on/off). The problem is RC wants to write to the...
33155 johnk20042001 Send Email Jun 1, 2008
7:37 pm
... Some people like "containers&quot; like multiple spreadsheets in one running Excel App. Close the parent and they are all gone....
33156 gnrshelton Send Email Jun 2, 2008
1:27 am
... That worked John, Thanks. I also had to make sure my "inc" and "libs" were in the same directory as RC. Or at least point to the right directory. Thanks...
33157 Terry
terry_prism Send Email
Jun 2, 2008
5:03 am
I have done a lot of work trying to get a program on a USB key to run. Well for want of a better method here is what I have settled on. I offer this as I am...
33158 Terry
terry_prism Send Email
Jun 2, 2008
12:37 pm
Slight improvement: [Autorun] open=YourExec.exe Action=YourExec.exe Shellexecute = YourExec.exe Icon = YourExec.exe Label = YourExec Drive ...
33159 Terry
terry_prism Send Email
Jun 2, 2008
2:32 pm
I cannot remember or find how in code I can insert the 799byte icon in the top left of form. I am using tiny exe. I get icons for the program but not the form ...
33160 midiprog2000 Send Email Jun 2, 2008
3:19 pm
... icon in ... program ... Hi Terry, I'm not using tiny exe so I may be wrong, but when compiling to a normal RQ exe you should use YourForm.Icon for...
33161 Jacques
erdemaal Send Email
Jun 2, 2008
3:47 pm
... $RESOURCE FORM_ICO AS "PathFile.Ico" frmMyForm.IcoHandle = FORM_ICO With Paul's RapidQ32.Dll V109 it's automatically inherited with RQPC, with Tiny.Exe ???...
33162 Terry
terry_prism Send Email
Jun 2, 2008
10:13 pm
Thanks fellers and apologies also. Its in the help file Create Form1 as qform Icon="My.ico" center end create I only hope my silly questions help others. But...
33163 Terry
terry_prism Send Email
Jun 2, 2008
10:16 pm
... Print ... like ... would ... This morning Windows is playing tricks on me. No CD type Window only an explorer window. Uggg! Terry the frustrated...
33165 uri.schachar Send Email Jun 4, 2008
8:36 am
Hi, How can I display the microphone signal or another played signal on the screen like an oscilloscope? Is there examples? Thanks Uri...
33166 rapidq@yahoogroups.com Send Email Jun 4, 2008
4:45 pm
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 : /3D...
33167 rapidq@yahoogroups.com Send Email Jun 4, 2008
4:47 pm
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 : /3D...
33168 Marco Antonio Checa ...
machf00 Send Email
Jun 4, 2008
4:59 pm
I just uploaded two versions of another program similar to that fractal landscape generator I made some time ago. These ones are using 1024x1024 maps, so it...
33169 Jacques
erdemaal Send Email
Jun 4, 2008
6:34 pm
... I dont know much about openGL but I know the following code would execute >1000 times faster if it was set - in an FreeBasic Dll (or C++, ... DLL) (- or...
33170 burkleyd Send Email Jun 4, 2008
10:00 pm
... You could maybe try porting one of these VB examples to RapidQ. It won't be an easy task. But I imagine it can be done. If you run into something you're ...
33171 Marco Antonio Checa ...
machf00 Send Email
Jun 4, 2008
11:57 pm
... Well, I meant using only RapidQ itself. I can simply rewrite the whole thing in C++ to make it run faster......
33172 johnk20042001 Send Email Jun 5, 2008
4:43 am
... definately try to simplify the math (in the SUB DrawPicture )to least operations as possible, all you really need is H, V, H1, V1, D. ... GetProcAddress...
33173 Terry
terry_prism Send Email
Jun 5, 2008
6:02 am
This is an interesting task David I may look into it. I once displayed a oscilloscope type display but that was from an A to D capture device. Speed could be a...
33174 Andrew Shelkovenko
diakin2002 Send Email
Jun 5, 2008
8:04 am
Hi! $define DAQmxValAuto -1 ' Not Works!!!! $define DAQmxValAuto 1 ' Works!!!! Cause brain disfunction .... WBR, Andrew...
33176 uri.schachar Send Email Jun 5, 2008
8:41 am
Hi I was looking in the examples you've mentioned. Those are exaples with files. What I need is just access to the buffers of the audio. And I don't have a...
33177 Jacques
erdemaal Send Email
Jun 5, 2008
11:55 am
... No! It can do double math, you just have to declare the doubles in a RapidQ Array of Double and pass the pointer to the Array (not that complicate), there...
33178 Marco Antonio Checa ...
machf00 Send Email
Jun 5, 2008
2:18 pm
... Actually, what I need is X, Y and D, substituting the operations involving H, V, H1 and V1 with just BitMap.Pixel(Y,X)=D ... OK, I have tried this, and...
33179 rapidq@yahoogroups.com Send Email Jun 5, 2008
2:21 pm
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 : /3D...
33180 Marco Antonio Checa ...
machf00 Send Email
Jun 5, 2008
2:26 pm
... FB dll for a single function ... http://groups.yahoo.com/group/rapidq/files/3D%20Graphics/RandomMapC2IAv011.zip ... ...
33181 gnrshelton Send Email Jun 5, 2008
4:11 pm
I've been playing with some of the examples and have a question about an include file. The example in question is an LPT port monitor. In the code it...
33182 rapidq@yahoogroups.com Send Email Jun 6, 2008
2:19 pm
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 : /3D...
33183 Marco Antonio Checa ...
machf00 Send Email
Jun 6, 2008
2:24 pm
... FB dll for several functions ... http://groups.yahoo.com/group/rapidq/files/3D%20Graphics/RandomMapC2IAv013.zip ... ...
Messages 33152 - 33183 of 38070   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help