Does this help at all?
Search found 199 matches
- Fri Jan 10, 2025 11:15 pm
- Forum: General Board
- Topic: SENDING PRINTER ESCAPE CODES WITH LPRINT
- Replies: 1
- Views: 36
- Thu Dec 19, 2024 4:41 pm
- Forum: General Board
- Topic: Merry Christmas
- Replies: 2
- Views: 302
Re: Merry Christmas
I've just started trying to program again and it's amazing how quickly you forget the keywords and programming procedures. I know I'm getting old, but I didn't think I'd forget so much, so quickly. It's like being a novice again. I have forgotten virtually everything I ever knew about Liberty BASIC...
- Fri Oct 11, 2024 9:05 pm
- Forum: Suggestion Box
- Topic: Lbbooster for SDL
- Replies: 3
- Views: 601
Re: Lbbooster for SDL
Can we move away to some cross platform toolkits like iup or fltk or wxWidgets? There are some GUI toolkits that are designed specifically to work with SDL 2 but I don't know how compatible any of them are with the Windows GUI. There's also the issue of how easily they could be interfaced with BBC ...
- Sat Oct 05, 2024 9:01 am
- Forum: Suggestion Box
- Topic: Lbbooster for SDL
- Replies: 3
- Views: 601
Re: Lbbooster for SDL
LB is an easy dialect to use, but of late it has become stagnant. For future generations, consider creating lbbooster for Bbc for SDL. The main problem with that is Liberty BASICs dependence on Windows. The GUI features of the language (particularly the various window types such as dialog boxes and...
- Thu Oct 03, 2024 5:49 pm
- Forum: Liberty BASIC Language
- Topic: LBB very slow compare to LB ... any idea ?
- Replies: 3
- Views: 606
Re: LBB very slow compare to LB ... any idea ?
I used profiler and the slow line are print #ini.main, "color ";240;" ";190;" ";150 or print #ini.main, "set ";CoorX(x);" ";CoorY(x) Plotting individual pixels on the screen is a very inefficient way of drawing graphics, not least because it will in...
- Mon Sep 30, 2024 8:54 am
- Forum: Liberty BASIC Language
- Topic: LBB very slow compare to LB ... any idea ?
- Replies: 3
- Views: 606
Re: LBB very slow compare to LB ... any idea ?
have you any idea how is it possible ? One situation in which LBB will run more slowly (possibly much more slowly) than LB4 is when a native language statement or function in Liberty BASIC has to be emulated by interpreted BASIC code in LBB, because there is no exact BBC BASIC equivalent. An exampl...
- Tue Apr 09, 2024 10:41 am
- Forum: General Board
- Topic: A file delete it's self. How to?
- Replies: 8
- Views: 3676
Re: A file delete it's self. How to?
It was an old shortcuts I was using before you made the changes. Everything's moved. I no longer use the old hosting service (meirhosting.net) because they had a monthly bandwidth limit and occasionally that was exceeded, causing the site to become unavailable. I've moved to a host with no formal b...
- Sun Mar 17, 2024 3:31 pm
- Forum: General Board
- Topic: A file delete it's self. How to?
- Replies: 8
- Views: 3676
Re: A file delete it's self. How to?
I spent all yesterday trying to get logged in the forum < https://lbb.bbcbasic.net/forum/ > I completely failed... Then I log in using < https://lbbooster.com/forum/ > its worked ... I think this has to do with the CAPTCHA. When you log into the forum, there is a Google Invisible reCAPTCHA to check...
- Wed Mar 06, 2024 1:59 pm
- Forum: General Board
- Topic: A file delete it's self. How to?
- Replies: 8
- Views: 3676
Re: A file delete it's self. How to?
I just wrote a tiny program saying Beep. After that I want the program to delete itself. Is there any away to do that? As this is a general Windows question, and not specific to LBB (or LB), did you try Google? A search finds several hits for me. The simplest approach found by Google seems to be to...
- Wed Jan 31, 2024 8:02 pm
- Forum: General Board
- Topic: Posting test
- Replies: 1
- Views: 1941
Posting test
This is just a test to check that I can post a new topic.