Search the web
Sign In
New User? Sign Up
blassic · Blassic, the Classic Basic.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
Messages 36 - 65 of 233   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36
Hello, I created an adventure game in the Blassic BASIC interpreter. You can download it here: http://www.geocities.com/dunric/dforest.html Let me know what...
Paul
dunric
Offline Send Email
Dec 11, 2003
6:33 pm
37
Hi, I present myself: Chris Guelff, 25 years old from France. I work on the CPCNG project: it is a computer, free successor of the Amstrad CPC computer. It...
ChrisGuelff@...
cricring2002
Offline Send Email
Dec 16, 2003
11:38 am
38
Hello. ... Yes, I know the project, I have readed about it in some vintage computer sites. ... Blassic is written in C++ and makes extensive use of the C++...
Julián Albo
not_found_bl...
Offline Send Email
Dec 17, 2003
1:29 pm
39
Hello. ... I donwloaded and tested it. There is a little problem: on linux in text mode, pressing the enter key returns CHR$ (10), then the routine that ...
Julián Albo
not_found_bl...
Offline Send Email
Dec 17, 2003
1:41 pm
40
Hello. Release 0.8.0 of Blassic is out. The instructions and functions to work with random files has been corrected and enhanced, now are more compatibles with...
not_found_blassic
not_found_bl...
Offline Send Email
Jan 21, 2004
8:26 pm
41
Hello. A new release of Blassic is coming, with few changes this time. Command line option -p to print expressions. Almost always I use the -e option in the...
not_found_blassic
not_found_bl...
Offline Send Email
Feb 9, 2004
6:03 pm
42
Is blassic still an active project? It still seems like an intresting program to me! SP...
slothpuck
Offline Send Email
May 29, 2004
12:37 pm
43
... Yes, there is no new version in the last months but I'm still developping it. Comments, suggestions, patches... are always welcome. Regards....
not_found_blassic
not_found_bl...
Offline Send Email
May 29, 2004
1:28 pm
44
Speaking of Blassic... I put up a new page for some of my smaller adventures below: http://www.geocities.com/dunric/dforest.html There is a Blassic version of...
Paul
dunric
Offline Send Email
May 29, 2004
9:20 pm
45
... That's cool :) blassic's quite good really. Incidentally I found a way of very crudely playing back and recording sounds in linux using /dev/dsp. Using...
slothpuck
Offline Send Email
Jun 7, 2004
10:47 am
46
The Quest for Waitomo Cave (Version 1.01) By Paul Panks (dunric@...) Written in BLASSIC 0.8.1 The Waitomo Caves, nestled in the country of New Zealand,...
Paul
dunric
Offline Send Email
Jun 8, 2004
8:04 am
47
Hello, I am working to port one of my Windows and DOS games over to Linux. However, this game was not written in HLA (like my other project, HLA Adventure)....
Paul
dunric
Offline Send Email
Jun 15, 2004
12:32 am
48
How does HLA's random number generator differ from traditional BASIC's version? I've long based much of my adventure gaming on random numbers, especially...
Paul
dunric
Offline Send Email
Jun 21, 2004
6:26 am
49
Does anyone know if it's possible to display text using blassic in larger fonts at all? Thanks, SP...
slothpuck
Offline Send Email
Jun 24, 2004
1:06 am
50
Hello. ... You can use the zoom text options of mode. For example: mode 800, 600, , 2, 3 Gives you a 800x600 window with double width and triple height char ...
not_found_blassic
not_found_bl...
Offline Send Email
Jun 29, 2004
8:36 pm
51
Hello. ... way ... will ... "IN" ... The problem with sound support is that I don't know any library simple, portable and GPL'ed to use, and I lack the...
not_found_blassic
not_found_bl...
Offline Send Email
Jun 29, 2004
8:46 pm
52
Hello. ... That is not the way randomize must be used. You must call randomize once, at the beginnig of the program, and then use only RND. RANDMOIZE...
not_found_blassic
not_found_bl...
Offline Send Email
Jun 29, 2004
8:55 pm
53
I am organizing a 1 to 2KB text adventure competition. See below: http://panks.freeshell.org/advcomp.html "Is it possible to write a text adventure in under 2K...
Paul
dunric
Offline Send Email
Jun 29, 2004
11:31 pm
54
This program works fine under QBasic, but not Blassic or GW-Basic. Any ideas as to why? See below: 1 DATA ...
Paul
dunric
Offline Send Email
Jul 2, 2004
10:30 am
55
Hello. ... The problem is the empy DATA statement at the end of DATA sentences, that are not correctly handled in the current publics versions of Blassic. I've...
not_found_blassic
not_found_bl...
Offline Send Email
Jul 2, 2004
5:57 pm
56
i get the following: gencharset.cpp:8: sstream: No such file or directory gencharset.cpp:12: bitset: No such file or directory make: ***...
ewhite88
Offline Send Email
Jul 20, 2004
10:06 pm
57
... What compiler are you using? In old versions of gcc there were no sstream header. In the gcc web site there is one that can be used with this versions, see...
not_found_blassic
not_found_bl...
Offline Send Email
Aug 2, 2004
10:57 pm
58
... sstream ... versions, ... only used in ... gencharset ... i'm using egcs 1.1.2. the rest of your message has me confused. i can't touch the .o files as...
ewhite88
Offline Send Email
Aug 5, 2004
8:34 pm
59
... touch create the files if they do not exist. The trick is to create the files, so that make does not try to build them. gencharset creates charset.cpp form...
not_found_blassic
not_found_bl...
Offline Send Email
Aug 10, 2004
12:31 pm
60
Convert strings to all lowercase or all uppercase letters. LCASE$(stringexpression$) UCASE$(stringexpression$) stringexpression$ Any string expression. ...
Neil Morrison
neils_morr
Offline Send Email
Sep 12, 2004
5:42 am
61
Hello. ... Thanks. These two will be included in the next version of Blassic. Regards....
not_found_blassic
not_found_bl...
Offline Send Email
Sep 12, 2004
1:09 pm
62
what is BBasic, is this freeware , cross-platform, use externall DLL/lib/API, syntax is compatibile with basic standard or other basic's, it's a generall...
abisofile
Offline Send Email
Oct 30, 2004
10:09 pm
63
Which BBasic? Bywater BASIC Interpreter? Business Basic? You need to specify - preferably with a website. Regards, Neil Morrison ... From: "abisofile"...
Neil Morrison
neils_morr
Offline Send Email
Oct 30, 2004
10:16 pm
64
about Blassic basic, the group is about it right......
abisofile
Offline Send Email
Oct 31, 2004
12:03 am
65
In that case go to http://groups.yahoo.com/group/blassic/files and download the files and try them. Regards, Neil Morrison ... From: "abisofile" <gman@...>...
Neil Morrison
neils_morr
Offline Send Email
Oct 31, 2004
12:55 am
Messages 36 - 65 of 233   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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