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...
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...
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...
... Ok, fixed the old file, more readable, removed bad links, watch for it in the next RapidQ2 update ... considered. proposed change ' =================== Fix...
=== RapidQ List Guidelines === A. Use English, please. This list is an English list. Please try to use English when communicating on this list. Bilingual...
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...
... 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 wrote : Little glitch in what has to be include, In line Result = MCallasm (VarPtr(Arg(0)), ParamVal(1), ParamVal(2), VarPtr(Args(0))) ...
... 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...
... <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...
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...
... 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...
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...
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...
... 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)...
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...
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...
... 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....
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 ...
... 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...
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>...
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...
... Hash: SHA1 Andrew Shelkovenko @ 11/06/2005 8:21:58 AM "[rapidq] Re: QStringList.Loadfromfile" <mid:000d01c5e2dd$73856920$330c640a@alien> ... Use the Win32...
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) ...
... $330c640a@alien> ... It's too complex.. ;-)) As I see, I can use CheckFile=secFile2.open (filname$,1 )'fmOpenWrite print "filname$="+(filname$) print...
... 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 =...