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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 37669 - 37706 of 38070   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
37669 terry_prism Send Email Apr 2, 2012
12:32 am
I am working on a ftp zip file uploader and extractor. Gives me an excuse to exercise my slight php ability I am after including some form of progress monitor....
37670 johnk20042001 Send Email Apr 3, 2012
2:54 am
... Could be simple, could be nearly impossible. 1) assume the server is running rapidq? 2) if so, can the server shell to a rapidq program> 3) if so, check...
37673 johnk20042001 Send Email Apr 4, 2012
5:22 pm
I am adding manifests and 128x128 icons to my RQ program using the X64 switch (using GoRC).Everything seems to run ok under win32. Is there any issue I should...
37674 Jacques
erdemaal Send Email
Apr 4, 2012
5:37 pm
... Yes it is ! Maybe the X64 switch is a joke or will be implemented later (I have such commands in FBinRQ :-)) A resource is not an executed code but only a...
37675 Daniel Mundo
mundo.daniel Send Email
Apr 6, 2012
4:19 pm
Greetings to all. They excuse my English. I have Win 7 CORE i3. After to compile this code in x86 I make, it run pricking .exe and the time result is 100% in...
37676 d_homans Send Email Apr 7, 2012
4:02 am
Uploaded to the Files\IDEs folder FreeBasic additions: Added graphical support with QIMAGE, QCANVAS, QBITMAP and QIMAGELIST. Added more demo code, hopefully...
37677 carlt_1 Send Email Apr 7, 2012
10:02 am
... I'm pretty sure that's normal. The time needed to complete the FOR...NEXT loops depends upon how much of the CPU time is used. Since this depends upon what...
37678 Daniel Mundo
mundo.daniel Send Email
Apr 7, 2012
5:18 pm
CarlT, thanks for its answer. I want to be specific with my doubt. The code that I sent is only an example. All the compiled programs exactly take half or the...
37679 Loreno-Yahoo
lorenobr Send Email
Apr 7, 2012
11:25 pm
In my old pc that code resutl 3.47sec I think is normal I dindīt understand the doubt!!?? Or I couldnīt undestod the question?? ... From: "Daniel Mundo"...
37680 Daniel Mundo
mundo.daniel Send Email
Apr 8, 2012
1:05 am
My doubt is: Why the same program, under identical conditions, sometimes needs a time to run and other times he needs double time exactly. Thank you Daniel...
37681 Jacques
erdemaal Send Email
Apr 8, 2012
11:14 am
... I run it 10 times here and always get about the same result, NEVER twice that measure. Yes the result you get on your computer is strange :-) ! ... Jacques...
37682 Daniel Mundo
mundo.daniel Send Email
Apr 8, 2012
3:51 pm
Jacques: I thank you that you have run the code 10 times. In my PC he had surely appeared a time half or double. I will have to assume that it is a problem in...
37683 johnk20042001 Send Email Apr 8, 2012
7:23 pm
... ??AntiVirus?? - steals every other CPU cycle. IIRC, RapidQ is not multithreading code, unless you call DLL or use QDXTimer, or start a new Thread with win...
37684 Daniel Mundo
mundo.daniel Send Email
Apr 9, 2012
12:08 am
John: I thank you you to worry about my problem. But I believe that I do not find him the solution and I do not want to make them lose time with the same one. ...
37687 d_homans Send Email Apr 10, 2012
2:14 am
Several bug fixes plus some additions to the FreeBasic code prior to new release of FreeQ IDEa As most of the updates to the FreeBasic code is through the file...
37688 starbase112 Send Email Apr 12, 2012
2:05 am
Hello, Is there a file containing simplistic examples of every method of these two components. Been reading over all the docs, going over the '3D pong Demo'....
37689 johnk20042001 Send Email Apr 12, 2012
5:50 am
... QD3DPrimitive is an extension of QD3DMeshbuilder in that it makes meshes for you. It is the .AddVisual that adds it to the renderer. QD3DCamera is a...
37691 d_homans Send Email Apr 20, 2012
11:10 pm
... FreeBasic Update v1.60.2 In the Files\IDEs folder RapidFRM-Update.zip. Includes support for QStringList Rgds to all Don...
37692 Bob Gee
osiyo53 Send Email
Apr 21, 2012
9:02 am
Thanks .... ________________________________ From: d_homans <d_homans@...> To: rapidq@yahoogroups.com Sent: Friday, April 20, 2012 6:10 PM Subject:...
37693 rdhays3@...
rdhays82604 Send Email
Apr 21, 2012
2:00 pm
Would it be possible to have a way to save forms themselves? It would be great if I didn't have to re-create complex forms each time I needed to make changes....
37695 d_homans Send Email Apr 21, 2012
10:46 pm
... G'day For FreeBasic forms, the only method (at present) is to save as a RapidQ file first, then save as a FreeBasic one. So for a FreeBasic file FBTest.bas...
37696 ciucianebbia Send Email Apr 24, 2012
6:11 am
... OK, now the dll is into the executable and run, but when I exit from the program I find the DLL under form of file "anyname1.anyext" in the folder where I...
37698 d_homans Send Email Apr 24, 2012
7:45 am
... Try (on exit): UNLOADLIBRARY("YOUR_LIBRARY_NAME&quot;) DoEvents KILL "YOUR_LIBRARY_NAME" END (or whatever) "YOUR_LIBRARY_NAME" in your case "anyname1.anyext" -...
37699 ciucianebbia Send Email Apr 24, 2012
12:00 pm
... sorry, it does not work...
37700 Nastasa Eodor
eodor_nastase Send Email
Apr 24, 2012
2:22 pm
See the atachement. ________________________________ From: ciucianebbia <m.casaroli@...> To: rapidq@yahoogroups.com Sent: Tuesday, April 24, 2012 9:11 AM...
37701 eodor_nastase Send Email Apr 24, 2012
2:25 pm
... FreeBasic DLL code: 'compile with -dll syitch #include once "windows.bi" function MsgBox cdecl alias "MsgBox"(msgStr as zstring ptr) as integer export ...
37702 johnk20042001 Send Email Apr 25, 2012
5:20 am
... Wouldn't the problem be that your program has opened the dll file and therefore has a sharing property that will not allow the file to be deleted? Like if...
37703 ciucianebbia Send Email Apr 25, 2012
6:37 am
... Many thanx now it works correctly ciao mauro...
37705 terry_prism Send Email Apr 27, 2012
1:01 pm
... I used Jacques QFTPCLIENT and it works perfectly. I use 7zip to create the zip file it is a great improvement over the way ftp program upload one at a time...
37706 johnk20042001 Send Email Apr 28, 2012
6:15 am
... Glad I could be of help. Since Don has been putting so much into the Form Designer I will come out with another version of FreeQ IDEa when I get some free...
Messages 37669 - 37706 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