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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
Re: RapidQ compiler and interpreter? Real exe stand alone output? vm   Message List  
Reply | Forward Message #35048 of 35536 |
Re: RapidQ compiler and interpreter? Real exe stand alone output? vm


> > Please, what is this: "Jacques tiny.exe "
> >

They are probably referring to a RapidQ precompiler called RQPC, which can be
found at http://erdemal.webhop.org/RapidQ/

Basically RQ is a byte-code interpretor (like Java), so you can create a small
program that reads a bytecode file (saved by the compiler using the $OPTION
BYTECODE directive) and then sends the bytecode to the RapidQ32.dll to be
executed.

Sometimes this is helpful, sometimes not.

TINY for one program saves about 250k. Some people think that is nothing
compared to many programs. If you have only one application to develop, then
"tiny" wont do you any good, you still need the RapidQ32.dll with the tiny
bytecode program, the sum of the bytecode and DLL are about the same. If you
have a lot of different applications, then tiny might help. The bad news is that
the DLL should be registered with Windows for it to really save memory. Some
people /web browsers/ anti-virus progs will be suspicious of this kind of
activity.

Another thing bytecode is useful for -
You have a basic "Launcher" program that can download a new version of the
program (which is bytecode) and execute that. That way noone sees the real code,
and you can have automatic updates everytime the program runs. I started a
project called REXBOW to do this, but nobody was interested.

I use this scheme in a recent program I developed. That way you can make sure
nobody steals or distributes your exe.







Thu Jul 2, 2009 5:51 pm

johnk20042001
Offline Offline
Send Email Send Email

Forward
Message #35048 of 35536 |
Expand Messages Author Sort by Date

Jacques tiny.exe Greetings; Please, what is this: "Jacques tiny.exe " Thanks! τΏτ V e r n WinXp, Vista, Delphi5, BlueVoda WebBuilder, wxEuphoria 3.1,...
vmars
Offline Send Email
Jul 2, 2009
4:16 pm

... It's about something I have and that is very small probably ???...
Jacques
erdemaal
Offline Send Email
Jul 2, 2009
5:05 pm

... They are probably referring to a RapidQ precompiler called RQPC, which can be found at http://erdemal.webhop.org/RapidQ/ Basically RQ is a byte-code...
johnk20042001
Offline Send Email
Jul 2, 2009
5:52 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help