John Latter said:
I must say, however, that I'm absolutely fed up of trying to get ANY
of the languages installed on my machine!
What you need is a file manager, the explorer built into windows is
one alternative, but many prefer a two-pane file manager, such as
2xexplorer, turbo navigator, etc..
Get anyone of those and learn to use it, find out how files are
organised on your hard disk(s).
Learn how to move and copy files between directories (folders).
Learn how to create and delete folders as you need them.
Then you can get back to learning to program.
For rapidq there is no installation needed. Just put rc.exe and the
other files in a folder you have created for the purpose. The default
interface program (the programming environment) rapidq.exe is old but
works.
The problem is that many of the example files use fixed paths to its
resource files so you have to remove the path to these resources and
put them in the same folder as the system files to compile the
program.
For example if you read in a program at the beginning
$RESOURCE bmpLeft As "C:\rqbeta\myFiles\COMPTE\RES\left.bmp"
you have to remove the path to this bmp file, because you probably do
not work in that folder. Use no path and put the bmp file in the same
file as the compiler and the program and it will compile.
"C:\rqbeta\myFiles\COMPTE\RES\left.bmp" becomes
"left.bmp"
Apart from that there should not be any problems.
Make sure the include files in the .bas file you are trying to compile
are present in the dir of the compiler.
Start with a simple program to get it working.
There are loads of shell programs for the compiler, like rapidq.exe
but different. There are also several graphical design programs.
rapidq.exe is an old combined shell program and graphical designer
program.
Another option is to use a text editor to edit the programs and call
the compiler from the editor.
There are language files for many popular editors available, with
coloring of the commands, variables, etc..
If you have problems ask about it in the yahoo mailing list.
I still think rapidq is the easiest programming language to learn, and
especially for a beginner like you.
Good luck whatever language you choose.