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...
... 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...
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,...
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)....
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...
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 ...
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...
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...
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...
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...
... 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...
... 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...
... 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...
Convert strings to all lowercase or all uppercase letters. LCASE$(stringexpression$) UCASE$(stringexpression$) stringexpression$ Any string expression. ...
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...
Which BBasic? Bywater BASIC Interpreter? Business Basic? You need to specify - preferably with a website. Regards, Neil Morrison ... From: "abisofile"...
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@...>...
ok can I use in blassic basic externall DLL/Lib/API's and how to create exe files for windows and linux exe(what ever those are) in blassic basic, and is...
Hello. ... You can create dynamic libraries specific for Blassic. The testdl.* files in the source package contains an example of how to do it. ... Blassic is...
Hello. ... Currently probably not, the use of USR to call external functions is intended for simple functions. I don't know if someone has tried to use it for...
Hello to everyone . Interested in enchancing your programming and designing skills ? Looking to bid on projects ? Finding it tough at websites which are...
Hello. I have launched the 0.10.0 release of Blassic. There are many changes this time, I skipped the 0.9 numbers to use a more round number. Several new...