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....
... 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...
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...
... 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...
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...
Uploaded to the Files\IDEs folder FreeBasic additions: Added graphical support with QIMAGE, QCANVAS, QBITMAP and QIMAGELIST. Added more demo code, hopefully...
... 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...
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...
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"...
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...
... 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...
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...
... ??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...
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. ...
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...
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'....
... 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...
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....
... 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...
... 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...
... Try (on exit): UNLOADLIBRARY("YOUR_LIBRARY_NAME") DoEvents KILL "YOUR_LIBRARY_NAME" END (or whatever) "YOUR_LIBRARY_NAME" in your case "anyname1.anyext" -...
See the atachement. ________________________________ From: ciucianebbia <m.casaroli@...> To: rapidq@yahoogroups.com Sent: Tuesday, April 24, 2012 9:11 AM...
... FreeBasic DLL code: 'compile with -dll syitch #include once "windows.bi" function MsgBox cdecl alias "MsgBox"(msgStr as zstring ptr) as integer export ...
... 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...
... 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...
... 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...