MonEl's Blog

RapidQ More.

http://rapidq.phatcode.net/download/

http://rapidq.phatcode.net/

The best way to learn is by example. The beauty of Rapid-Q is its simplicity.
Look at this code to make a 'hello window' window application.

'text behind a comma is treated as a comment
'make a form called Form
CREATE Form AS QFORM

     Caption = "Hello World"
     Width = 640  'set its size
     Height = 480
END CREATE

'now we run the application
Form.ShowModal

I tried that and it works.

http://www.wildgardenseed.com/RQDP/RQhelp/contents.html

http://www.wildgardenseed.com/RQDP/RQhelp/chapter1.html

http://www.wildgardenseed.com/RQDP/

http://www.wildgardenseed.com/RQDP/RQhelp/indexa.html

http://www.wildgardenseed.com/RQDP/tasklist.htm

http://www.wildgardenseed.com/RQDP/RQhelp/contents.html

http://www.wildgardenseed.com/RQDP/indexfaq1.html

http://www.wildgardenseed.com/RQDP/bugs.htm

http://www.wildgardenseed.com/RQDP/links.htm#Examples%20and%20snippets

http://www.wildgardenseed.com/RQDP/more_examples/code_contributors.htm

http://www.allbasic.info/forum/index.php?board=0.0

http://www.allbasic.info/forum/index.php?board=1.0

http://www.allbasic.info/forum/index.php?board=2.0

http://www.allbasic.info/forum/index.php?board=3.0

http://www.allbasic.info/forum/index.php?board=4.0

http://www.allbasic.info/forum/index.php?

http://www.wildgardenseed.com/RQDP/IdeReview.htm

http://www.wildgardenseed.com/RQDP/

Maybe it is a semi-dead software, but seems to work to some extent, I don't know anything about it myself.

But seems to be somewhat like very old basic, maybe also like GW Basic, QBasic-QuickBasic and maybe Visual basic.

(Locked)
Entry #227

RapidQ Basic Compiler, Make Basic Software.

http://g.yi.org/?f=36

I suggest that you get:

rqbeta.zip http://g.yi.org/?f=30

And:

riched32.dll http://g.yi.org/?f=17

Put the riched32.dll file inside the rqbeta folder and let it replace the file that is there, if there is another file like it there.

I don't know anything about RapidQ, but it might be similar to QBasic and QuickBasic.

RapidQ might be something like QB64

Try this, type it on the code editor: Run it: Then look for noname file, inside the RapidQ folder and Lth Click On It.

1 PRINT "Hello World"

2 INPUT "Press the ENTER Key to end the program"; A$

(Locked)
Entry #226

They are trying AGAIN to sell Commodore 64 computers.

The last time somebody tried that the person died and then that was it.

https://www.indiegogo.com/projects/the-64-computer-and-handheld-console#/

What they should instead try is making a Commodore 64 editor-compiler with which to code (make) Commodore 64 programs that can be compiled to run on Windows by themselves without any runtimes files, which will make software programs that will look and sound exactly as if they were run on a Commodore 64 computer and I am not talking about an emulator, emulators there are some already, of course, you could not make anything using joysticks only keyboard and mouse driven programs.

http://www.the64.computer/

Part of the Commodore 64 Basic is alive on software such as QB64, but not exactly in the same way, but GW Basic is said to run on the QB64 compiler and also QBasic and maybe GW Basic is a little similar to Commodore 64 Basic, but only some, much of what was done on the Commodore 64 can only be done on a Commodore 64.

It is time to learn some GW Basic and maybe also some QBasic and perhaps even some Visual Basic.

(Locked)
Entry #224

I found something.

I just found a new "toy" and I don't know anything about it, but after looking at it for a few short minutes I made this:

PRINT "Hello"
PRINT 4
Print "Key"
DIM va%
va% = 4 + 1
PRINT va%
PRINT "Enter a number from 1 to 1000 and then press the ENTER key.
DIM V
INPUT V
PRINT "You entered"
PRINT V

----------------

It is some kind of Basic language.

Look at what I just made after looking and playing with it for a few minutes:

http://s000.tinyupload.com/download.php?file_id=08093228877055133251&t=0809322887705513325186628

Or

http://s000.tinyupload.com/index.php?file_id=08093228877055133251

I know almost nothing about the Basic language, very little, I mostly know a little about the PRINT command and not all Basic languages are exactly the same and what very little I knew once it is mostly long gone, of course with a lot of reading and a lot of experimentation I could learn and or relearn some and or a little more than just:

1 PRINT "Hello World"

Result = Hello World

(Locked)
Entry #216