... Hmm in this case work o.k. But if I try to launch via droping test.bas to rapidq.exe (inside explorer) then missing files come. ... The fre space is ==1G ...
163
Steven Edwards
steveags@...
Jun 1, 2000 1:42 pm
... From: Slavko Kocjancic <slavko.kocjancic@...> To: <rapidq@egroups.com> ... explorer) ... Hey, we have winner! I didn't know you could drop a .BAS...
164
William Yu
voxel@...
Jun 1, 2000 10:16 pm
On Wed, 31 May 2000 rpgconcep82113@... wrote: Welcome to Rapid-Q land! ... Direct3D will take advantage of your hardware (3D card) if you have it. But for...
165
William Yu
voxel@...
Jun 1, 2000 10:23 pm
... Well maybe I'll just add an option to the IDE for people to set the working directory. I think if you goto File|Open (in the IDE), you'll see what the...
166
William Yu
voxel@...
Jun 1, 2000 10:38 pm
Before wasting my time in uploading this, does anyone see a need in running a Rapid-Q program in another language? Not the usual SHELL/RUN approach, but I...
167
C. Bradford
csb@...
Jun 1, 2000 11:12 pm
Rock on William! In the short amount of time since I read your email, I've thought of a few uses for the DLL... the dynamic byte code is an interesting...
168
C. Bradford
csb@...
Jun 1, 2000 11:15 pm
One more added thought... is the DLL compatible with NT/2000? If so, I can see that DLL being a HUGE benefit to CGI apps on NT based web servers... Each...
169
Sand Dune
SandDune@...
Jun 2, 2000 12:04 am
It sounds very interesting, guys. Execution speed is something to evaluate. I did compile a sample program into byte code to check the size and here's what I...
170
C. Bradford
csb@...
Jun 2, 2000 4:40 am
Nice work! I imagine that execution speed will be ok... actually, what if it proves faster than full RapidQ compiled .EXEs? A question only posed because a ...
171
Slavko Kocjancic
slavko.kocjancic@...
Jun 2, 2000 7:07 am
... Hmm... IDE open's file in that's way but seem's to "kill" chance to RC to finish work. ... If you include complete path work's but its stupid to do this. ...
172
Slavko Kocjancic
slavko.kocjancic@...
Jun 2, 2000 7:13 am
... WRONG! it is D:\WINBASIC\PRIMERI Slavko.Kocjancic@... http://lea.hamradio.si/~s56caa...
173
William Yu
voxel@...
Jun 2, 2000 6:29 pm
... Thanks for your input, unfortunately you won't notice any speed improvements unless you have a really good caching system. Perhaps after a few runs you may...
174
Erlend Rovik
e-rovik@...
Jun 2, 2000 6:41 pm
I think that would be great, I think it can be used as a plugin device. Although I was thinking of using it in rapidq not another language. ... From: William...
175
Mr. Nobody
mr.nobody@...
Jun 2, 2000 10:40 pm
It may be nice to have it as a ISAPI if CGI's are the goal to some people (like me). That would be something I wouldn't mind seeing.. But in the mean time I...
176
Antoni Gual
agual@...
Jun 3, 2000 4:38 pm
Hi all: Try: n#=14.2 a#=frac(n#) ? a#," ",str$(a#) do: loop until len(inkey$) results: 0.200000000 0.1999999999999 Probably STR$ is not using the same decimal...
177
William Yu
voxel@...
Jun 3, 2000 7:29 pm
... Thanks for the report, I have to decrease the precision slightly. I'm also going to add STRF$ which will provide better formatting for your conversion....
178
Antoni Gual
agual@...
Jun 4, 2000 9:15 am
... I was fearing something like this.. Antoni...
179
C. Bradford
csb@...
Jun 4, 2000 3:16 pm
William (and everyone else) - Instead of implimenting a bunch of half-*ssed functions that don't really lend themselves to the functionality of basic, I...
180
Pavel Minayev
minayev@...
Jun 4, 2000 4:51 pm
Hi! Well, I'm making an IDE for Rapid-Q (for myself, mainly) by using Rapid-Q :), and I found out that I'll need answers to some questions not mentioned in...
181
Jernej Simonèiè
jernej.simoncic@...
Jun 4, 2000 5:03 pm
Od: Pavel Minayev <minayev@...> Za: <rapidq@egroups.com> Poslano: 4. junij 2000 18:51 Zadeva: [rapidq] A whole bunch of questions ... MDI forms aren't...
182
Antoni Gual
agual@...
Jun 4, 2000 8:13 pm
Hi all! I' m doing a Windows calculator (original, isn't?) . It has a QEdit to display inputs How can I separe the numeric key presses that must reach QEdit...
183
William Yu
voxel@...
Jun 4, 2000 11:38 pm
... Thanks for your input, I have implemented FORMAT$, but it doesn't adhere to what you may be familiar with, ie. VB. It's Pascal style format strings, which...
184
William Yu
voxel@...
Jun 4, 2000 11:44 pm
... Unfortunately it's not supported. If I knew the answer I'd tell you, but right now it's a gray area... ie. I've tried a lot of things. ... Yes, this is a...
185
C. Bradford
csb@...
Jun 5, 2000 2:05 am
Hi - Sorry... I didn't mean to seem "rough" in my last email ;) FORMAT$: actually, I like the C version better than the VB/QB version! It's a keeper. ...
186
oockla@...
Jun 5, 2000 3:34 am
I am having a problem when I write a UDT (either to file or memor), RC performs an illegal operation when the UDT contains an array. Take the sample code: ...
187
Dennis V. Buyan
dvbuyan@...
Jun 5, 2000 5:15 am
Hi all ! William, I found strange effect when using array of QCheckBox. Here is sample program with explanation. declare sub ttt dim test(5) as integer test(1)...
188
William Yu
voxel@...
Jun 5, 2000 6:36 am
... Sorry, this feature hasn't yet been implemented... I'll have to experiment a little before I can tell you if this is doable. Should be, but the lazy ...
189
William Yu
voxel@...
Jun 5, 2000 6:40 am
... Thanks for the report, unfortunately I need an example where it can be reproduced. If you want, you can send me the larger program you're working on and I...
190
William Yu
voxel@...
Jun 5, 2000 7:22 am
... Oops, spoke too soon, I see your problem, try placing the OnClick line after END IF If you have any more problems, let me know, thanks. Unfortunately it...
191
William Yu
voxel@...
Jun 5, 2000 7:43 am
... Okay, maybe I should just sleep, I'm obviously not reading things properly ;-) +--------------------------------+ __ ... ...