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 33152 - 33183 of 35536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33152
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...
gnrshelton
Offline Send Email
Jun 1, 2008
3:08 pm
33153
... '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...
burkleyd
Offline Send Email
Jun 1, 2008
3:19 pm
33154
... 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...
johnk20042001
Offline Send Email
Jun 1, 2008
7:31 pm
33155
... Some people like "containers" like multiple spreadsheets in one running Excel App. Close the parent and they are all gone....
johnk20042001
Offline Send Email
Jun 1, 2008
7:37 pm
33156
... 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...
gnrshelton
Offline Send Email
Jun 2, 2008
1:27 am
33157
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...
Terry
terry_prism
Offline Send Email
Jun 2, 2008
5:03 am
33158
Slight improvement: [Autorun] open=YourExec.exe Action=YourExec.exe Shellexecute = YourExec.exe Icon = YourExec.exe Label = YourExec Drive ...
Terry
terry_prism
Offline Send Email
Jun 2, 2008
12:37 pm
33159
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 ...
Terry
terry_prism
Offline Send Email
Jun 2, 2008
2:32 pm
33160
... 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...
midiprog2000
Offline Send Email
Jun 2, 2008
3:19 pm
33161
... $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 ???...
Jacques
erdemaal
Offline Send Email
Jun 2, 2008
3:47 pm
33162
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...
Terry
terry_prism
Offline Send Email
Jun 2, 2008
10:13 pm
33163
... Print ... like ... would ... This morning Windows is playing tricks on me. No CD type Window only an explorer window. Uggg! Terry the frustrated...
Terry
terry_prism
Offline Send Email
Jun 2, 2008
10:16 pm
33165
Hi, How can I display the microphone signal or another played signal on the screen like an oscilloscope? Is there examples? Thanks Uri...
uri.schachar
Offline Send Email
Jun 4, 2008
8:36 am
33166
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...
rapidq@yahoogroups.com
Send Email
Jun 4, 2008
4:45 pm
33167
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...
rapidq@yahoogroups.com
Send Email
Jun 4, 2008
4:47 pm
33168
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...
Marco Antonio Checa ...
machf00
Offline Send Email
Jun 4, 2008
4:59 pm
33169
... 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...
Jacques
erdemaal
Offline Send Email
Jun 4, 2008
6:34 pm
33170
... 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 ...
burkleyd
Offline Send Email
Jun 4, 2008
10:00 pm
33171
... Well, I meant using only RapidQ itself. I can simply rewrite the whole thing in C++ to make it run faster......
Marco Antonio Checa ...
machf00
Offline Send Email
Jun 4, 2008
11:57 pm
33172
... 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...
johnk20042001
Offline Send Email
Jun 5, 2008
4:43 am
33173
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...
Terry
terry_prism
Offline Send Email
Jun 5, 2008
6:02 am
33174
Hi! $define DAQmxValAuto -1 ' Not Works!!!! $define DAQmxValAuto 1 ' Works!!!! Cause brain disfunction .... WBR, Andrew...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jun 5, 2008
8:04 am
33176
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...
uri.schachar
Offline Send Email
Jun 5, 2008
8:41 am
33177
... 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...
Jacques
erdemaal
Offline Send Email
Jun 5, 2008
11:55 am
33178
... 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...
Marco Antonio Checa ...
machf00
Offline Send Email
Jun 5, 2008
2:18 pm
33179
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...
rapidq@yahoogroups.com
Send Email
Jun 5, 2008
2:21 pm
33180
... FB dll for a single function ... http://groups.yahoo.com/group/rapidq/files/3D%20Graphics/RandomMapC2IAv011.zip ... ...
Marco Antonio Checa ...
machf00
Offline Send Email
Jun 5, 2008
2:26 pm
33181
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...
gnrshelton
Offline Send Email
Jun 5, 2008
4:11 pm
33182
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...
rapidq@yahoogroups.com
Send Email
Jun 6, 2008
2:19 pm
33183
... FB dll for several functions ... http://groups.yahoo.com/group/rapidq/files/3D%20Graphics/RandomMapC2IAv013.zip ... ...
Marco Antonio Checa ...
machf00
Offline Send Email
Jun 6, 2008
2:24 pm
Messages 33152 - 33183 of 35536   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