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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 27704 - 27733 of 35530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27704
Re:- Snakedile Fixed Libs Here is my latest version 1.03 (Halloween 2005) (there was a 1.02 but it didn't pull through) They now include fixes for the...
paul ludgate
snakedile
Offline Send Email
Nov 1, 2005
4:25 pm
27705
$typecheck on $include "rapidq.inc" $define rqIsNum 1 $define rqIsChar 2 $define rqIsUdt 3 const rqWord = 2 const rqInt = 4 const rqLong = 4 ...
msca53
Offline Send Email
Nov 1, 2005
8:08 pm
27706
Cool! ... http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/taFolB/TM ... Programmers Credo</DIV> Those who keep trying will succeed Those who give up won't...
Danny (BlakJack) Jack...
danny_307
Offline Send Email
Nov 1, 2005
10:36 pm
27707
... ========== Thanks Paul, works like a charm. Question, what/where are RapidQ32.dll , RapidQCC.dll ? Mike ==========...
Mike
mrmikevet
Offline Send Email
Nov 2, 2005
12:25 am
27708
I have a complete music album packed in a .wav file. It's possible to "unpack" it? TX in advance. Maybe this isn't a rapidQ matter..! Manuel Candela...
msca53
Offline Send Email
Nov 2, 2005
1:38 am
27709
... Ok, fixed the old file, more readable, removed bad links, watch for it in the next RapidQ2 update ... considered. proposed change ' =================== Fix...
johnk20042001
Offline Send Email
Nov 2, 2005
3:07 am
27710
=== RapidQ List Guidelines === A. Use English, please. This list is an English list. Please try to use English when communicating on this list. Bilingual...
Chris
c45207
Offline Send Email
Nov 2, 2005
5:58 am
27711
Thanks Paul, I'll be putting it through the loops ... You're asking for it... I have this pipe dream that RapidQ will do COM interfacing with the lovely Win...
johnk20042001
Offline Send Email
Nov 2, 2005
6:55 am
27712
... This is possible with 'RQASM' assembler or with a DLL (ie FreeBasic). With RQASM, only 4 function arguments are possible, so to pass more than two...
Jacques Philippe
erdemaal
Offline Send Email
Nov 2, 2005
10:47 am
27713
Jacques Philippe wrote : Little glitch in what has to be include, In line Result = MCallasm (VarPtr(Arg(0)), ParamVal(1), ParamVal(2), VarPtr(Args(0))) ...
Jacques Philippe
erdemaal
Offline Send Email
Nov 2, 2005
11:10 am
27714
... Hi Paul, Dr. Electron did not fix the "TinyLib DLL's" back in 2003, only the library files. That's why the DLL's still have the memory problem with every...
midiprog2000
Offline Send Email
Nov 2, 2005
12:21 pm
27715
... <snip> Jacques ... you are one fast dude. I knew of the RQASM utils, but I just had to check with this COM interface thing... Ok! first compile and run...
johnk20042001
Offline Send Email
Nov 3, 2005
6:47 am
27716
Alain wrote:- ... It does both if you read my comments in the patcher you'll find the lines:- ' vector 1 (exit sub) to fix routine and ' vector 2 (end sub) to...
paul ludgate
snakedile
Offline Send Email
Nov 3, 2005
6:41 pm
27717
... lines:- ... used. In the case of LIB3 this means repairing an error message that he'd put the routine in the middle of (no wonder that one caused the most...
midiprog2000
Offline Send Email
Nov 4, 2005
12:34 am
27718
Re Snakedile fxed LIBs Alain wrote:- ... Again I thought I'd made myself clear. With the Snakedile patches, ALL traces of Dr E's patches will be wiped. If...
paul ludgate
snakedile
Offline Send Email
Nov 5, 2005
3:40 pm
27719
John, No disrespect but I wouldn't call producing a ShowMessage to report an error a 'fix'. 'Polite' yes, but 'fix' er... not really is it? Try this, it's...
paul ludgate
snakedile
Offline Send Email
Nov 5, 2005
3:55 pm
27720
... report an error a 'fix'. 'Polite' yes, but 'fix' er... not really is it? No, just a message instead of a program crash... Ok, so how about this: RapidQ2 1)...
johnk20042001
Offline Send Email
Nov 5, 2005
8:07 pm
27721
In trying to implement a DirectShow (so I can try Jacques MCALL) I couldn't initialize the COM library Declare Sub CoUninitialize Lib "ole32.dll"_ ALIAS...
johnk20042001
Offline Send Email
Nov 5, 2005
8:18 pm
27722
Hello! Is it really? QStringList.Loadfromfile method not work if html file already open in html browser??? I try, but can't filname$=C:\W99\TEMPORARY INTERNET...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 6, 2005
11:21 am
27723
... If another program has opened a file for writing then you can't read from it. Since it is in the temporary internet files folder it's not surprising....
I dont check my yahoo...
wellnounpun
Offline Send Email
Nov 6, 2005
1:30 pm
27724
Hello, I! You wrote to <rapidq@yahoogroups.com> on Sun, 06 Nov 2005 13:30:38 -0000: [...] Icm> If another program has opened a file for writing then you can't ...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 6, 2005
2:18 pm
27725
... folder ... The API ShellExecute will return an error if there is a sharing violation, but need to associate/make a program that will read it. SE_ERR_SHARE...
johnk20042001
Offline Send Email
Nov 6, 2005
9:49 pm
27726
Hello, John! ... j> The API ShellExecute will return an error if there is a sharing j> violation, but need to associate/make a program that will read it. j>...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 6, 2005
10:07 pm
27727
Hello, While *TRYING* :) to solve COM components use under RapidQ, I found ASM functions under VB, just called the same way as in RQASM ... so they are very...
Jacques Philippe
erdemaal
Offline Send Email
Nov 7, 2005
12:10 am
27728
... Hash: SHA1 Andrew Shelkovenko @ 11/06/2005 8:21:58 AM "[rapidq] Re: QStringList.Loadfromfile" <mid:000d01c5e2dd$73856920$330c640a@alien> ... Use the Win32...
Chris
c45207
Offline Send Email
Nov 7, 2005
4:02 am
27729
Dear Jacques, ... Thanks a lot for this link :) Even if it's in german, it's easy to understand :) I've ported one COM sample to my language (basic like) ...
Gérôme GUILLE...
gerome_71
Offline Send Email
Nov 7, 2005
10:12 am
27730
... $330c640a@alien> ... It's too complex.. ;-)) As I see, I can use CheckFile=secFile2.open (filname$,1 )'fmOpenWrite print "filname$="+(filname$) print...
Andrew Shelkovenko
diakin2002
Offline Send Email
Nov 7, 2005
12:39 pm
27731
Hello, I have patched the Rapidq32 and RapidqCC dlls ... The result is not working dlls ;( Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 7, 2005
4:27 pm
27732
... It works for me ! What did you mean/expect exactly ? ... Jacques...
Jacques Philippe
erdemaal
Offline Send Email
Nov 7, 2005
5:15 pm
27733
... History of ... Thanks Jacques and Gerome for the link and sample code. This is helpful. I follow your code except these two lines: InitializeCom(0) j =...
johnk20042001
Offline Send Email
Nov 8, 2005
4:21 am
Messages 27704 - 27733 of 35530   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