![]() |
|
pos.bas (*solved*) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: pos.bas (*solved*) (/showthread.php?tid=278) |
pos.bas (*solved*) - britlion - 2010-07-31 Code: #include <input.bas>Drops the following error: pos.bas:17: Error: syntax error. Unexpected token 'case_insensitive' Obviously this happens with anything else that includes pos.bas as well, like #include <sinclair.bas> Re: pos.bas - boriel - 2010-08-08 britlion Wrote:I think I fixed this bug last month. Check if it is fixed in the current beta version (redownload). Perhaps I forgot to update the new version? Anyway: Today I'm finishing the bAND, bOR, bNOT, bXOR support (bitwise operators). So freeze 1.2.6 for release. Re: pos.bas - LCD - 2010-08-08 boriel Wrote:Anyway: Today I'm finishing the bAND, bOR, bNOT, bXOR support (bitwise operators). So freeze 1.2.6 for release. Excellent news! Thank you! Cannot wait to test it. Re: pos.bas - LTee - 2010-09-30 Hi! I downloaded 1603h today (my first new version in ages) and I'm getting this problem. Is there a later version somewhere that I'm missing? I really do intend to complete my game one of these days. ![]() I could just take the latest stable version, but some of the changes in the beta look quite interesting... Re: pos.bas - boriel - 2010-11-12 LTee Wrote:Hi! I downloaded 1603h today (my first new version in ages) and I'm getting this problem. Is there a later version somewhere that I'm missing? I really do intend to complete my game one of these days.Sorry for this VERY LONG delay :oops: This has been fixed. Please download 1.2.6-r1604 from the Download page and tell me if it works now. Re: pos.bas - apenao - 2010-11-14 Hi Boriel, now I don't get the Pos_Bas thing, but I get this: Code: > Executing: C:\Program Files (x86)\ConTEXT\ConExec.exe -i "C:\Program Files (x86)\Boriel Tm\ZX Basic Compiler\zxb.exe" -T -B -S 24000 -a GEB742~1.basBut maybe I'm doing something wrong. It compiles OK with the latest stable version I have (1.2.6r 1561b). Re: pos.bas - boriel - 2010-11-14 Can you send me the source code via email or private msg? I need to check what is causing this. This seems to be a reintroduced bug :oops: I need to start using automatized TDD it seems ... :? Re: pos.bas - boriel - 2010-11-14 Ok. I think I've fixed another bug. Please, re-download current development release, and tell me :wink: Re: pos.bas - apenao - 2010-11-15 I've just checked it and it works ![]() I've done a fast comprobation of the bitwise logical operator and they seem to work too, but I can't make ALIGN 256 (or whatever number I choose) work, perhaps it isn't in the program yet? Edit: Well, I suck. I checked the wiky (I should have this done BEFORE posting, and not after) and ALIGN must go inside an ASM..END ASM statement. Now it seems to work
Re: pos.bas (*solved*) - boriel - 2010-11-15 Ok, so this bug is marked as *solved* and closed. Re: pos.bas (*solved*) - LTee - 2010-11-15 Working fine now, Boriel - many thanks!
Re: pos.bas (*solved*) - boriel - 2010-11-15 LTee Wrote:Working fine now, Boriel - many thanks!Please, test the other bug (Screen Corruption & Crash, related to the STR$ function). It should run ok now. |