Hi! Is it possible to get compiled version of 0.11.0 or never. I tried to compile your source with LCC, maybe I mixed something ...it didn't work. Or somekind...
... I think that LCC is only a C compiler, you need a C++ compiler to build Blassic. You need a linux or other unix variant, or use cygwin or mingw in windows,...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File : /Blassic...
blassic@yahoogroups.com
Apr 1, 2006 8:43 am
93
Well I hope the updated docs are a help to people, more work to do on them for sure but most of the stuff is now there, all the Syntax has been checked and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File : /MagicMenus.bas...
blassic@yahoogroups.com
Apr 19, 2006 2:35 pm
96
... No, there are no file locking capabilities at all, nor plans to do it because I don't have programs that uses them nor environments and time to test that...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File :...
blassic@yahoogroups.com
Jun 7, 2006 7:44 pm
98
I've found the commands I need to put a point on a graphics screen, and to change colors, and all that - but is there a way to read the color of a point on the...
hello, I downloaded the blassic.tgz file under Windows. 349146 bytes I unpacked: gzip -d blassic.tgz creating blassic.tar , 349416 bytes but now I can't...
... The .tgz file is a .tar file that has been gzipped, as you found when you gunzip'd it. You would use something like tar xvf blassic.tar to unpack that...
... Sorry for the delay, I don't received the messages from the group because of a problem in my mail client. There are the functions TEST and TESTR, the...
... He got me into it and that is why I joined a few days ago! http://www.sunspot.co.uk/Projects/sweexproject.htm menu item 12 come and join us for less than...
Hello, just wanted to say that blassic is a really great BASIC. Unfortunately I wasn't able to compile under Ubuntu (something wrong with the ncurses and...
Hello! I am new to the group and brand new to Blassic. I have been looking at several BASIC implementations for some old-school programming, and am very...
... Well, I would recommend to use version 0.10.0 of Blassic because the version 0.11.0 isn't stable yet. I even didn't manage to compile version 0.11.0....
Howdy folks! I have found that my Blassic problem with Cygwin (see below) is apparently limited to Cygwin under an xterm and tcsh. Running under tcsh in a...
Hello. ... I'm unable to reproduce your problem, I don't have a system with cygwin avaliable. You can use the --info command line options, maybe it shows some...
Hello. I'm writing a new documentation for Blassic. This time I hope to complete it in reasonable time. I'm using TiddlyWiki, http://www.tiddlywiki.org Is a...
hi there i urgently need help on creating a petrol pump in blassic. my teacher has told me to do it in blassic, however, i have no experience with it :@ there...
In a program I'm writing, I used DIM EX(24,4), which worked fine. But then when I called it with FOR I=1 TO 24 FOR J=1 TO 4 READ EX(I,J) NEXT J NEXT I I got...
Hello. ... Maybe the error is in the DATA statement. In that case, the line number reported is the one that contains the READ instruction. If not, please post...
Here are two pieces of code. The first produces no error; the second produces an error. What in the world is the relevant difference between the two pieces of...