Search found 193 matches

by guest
Wed Oct 07, 2020 7:30 pm
Forum: General Board
Topic: False Positives from AV
Replies: 13
Views: 19481

Re: False Positives from AV

For some reason as of Today, when I create EXE's using LBB, Kaspersky and VirusTotal.com shows them randomly as having Trojan:Win32/Wacatac.C!ml Submit the EXE file to Kaspersky as a false positive. They will check it and modify their engine not to detect it. Did you fill in the Version Info boxes ...
by guest
Sat Oct 03, 2020 5:55 pm
Forum: General Board
Topic: A strange problem in BBC Basic forum?
Replies: 8
Views: 10905

Re: A strange problem in BBC Basic forum?

Do you know why I cannot register with the SyntaxBomb forum? I filled in the registration form but never received a confirmation email.
by guest
Sun Sep 27, 2020 10:17 am
Forum: Showcase
Topic: Run 'Lemmings' in your browser!
Replies: 2
Views: 7903

Run 'Lemmings' in your browser!

Some time ago Rod Bird gave me permission to port his excellent Lemmings adaptation to BBC BASIC. This has now allowed me to make it available for running in a browser: just click here . You will need an up-to-date desktop version of Chrome, Edge, Firefox or Opera for this to work; it will not run i...
by guest
Thu Sep 17, 2020 6:20 pm
Forum: General Board
Topic: Look at the OLD LBB Forum
Replies: 4
Views: 8514

Re: Look at the OLD LBB Forum

William1953 wrote: Thu Sep 17, 2020 6:02 pm In my humble opinion the media (read: concurrence) stimulates prejudices on non-ObjectOrientedProgramming.
LBB supports Object Oriented Programming, see the relevant section of the supplied documentation, or read it online here.
by guest
Tue Sep 15, 2020 5:58 pm
Forum: General Board
Topic: A strange problem in BBC Basic forum?
Replies: 8
Views: 10905

Re: A strange problem in BBC Basic forum?

in the LBB forum, I actually can see the words "Register" and "Login" but I don't need to accept any cookie for seeing these two words. The LBB forum and the BBC BASIC forum are running different versions of phpBB so you should not expect them to behave the same way. Please try ...
by guest
Fri Sep 04, 2020 4:50 pm
Forum: General Board
Topic: Is there a limit?
Replies: 2
Views: 6461

Re: Is there a limit?

Is there a limit to the size or the number of files that I want to attach to my .exe file, which I am going to built it under LBB? I don't think there's any practical size limit, but currently the maximum number of embedded files is 999. Is that enough for your application (it could be increased)?
by guest
Mon Aug 31, 2020 5:46 pm
Forum: General Board
Topic: A strange problem in BBC Basic forum?
Replies: 8
Views: 10905

Re: A strange problem in BBC Basic forum?

kigohhere wrote: Mon Aug 31, 2020 4:28 pm Oh, I did not log on both forums before I took the two screenshots.
I'm seeing this on both forums so I don't know why it's different for you. Try asking the forum's admin:

forumheader.png
forumheader.png (13.58 KiB) Viewed 10897 times
by guest
Mon Aug 31, 2020 1:20 pm
Forum: General Board
Topic: A strange problem in BBC Basic forum?
Replies: 8
Views: 10905

Re: A strange problem in BBC Basic forum?

Hello....the LBB forum is normal but the BBC Basic forum is not normal. Please solve the problem Edit : Actually I'm not sure that there is anything wrong. If I visit the BBC BASIC forum as a 'newcomer' (using Private Browsing) the normal Register and Login options show up, so I expect the reason y...
by guest
Tue Aug 18, 2020 9:19 pm
Forum: General Board
Topic: ADDRESS MANAGER
Replies: 17
Views: 23443

Re: ADDRESS MANAGER

RNBW wrote: Tue Aug 18, 2020 7:00 pm What I'm not sure about is how much information you can enter into a Textbox
I think it depends on the version of Windows (and maybe also on the manifest, if any). In the old days I think an edit control was limited to 64 Kbytes of text, but I suspect that limit has now been lifted.
by guest
Tue Jul 28, 2020 2:48 pm
Forum: General Board
Topic: ADDRESS MANAGER
Replies: 17
Views: 23443

Re: ADDRESS MANAGER

the LB Helpfile shows stylebits ahead of the controls I wonder what the use case for this was intended to be. Specifying the style after the control has been defined seems more natural to me and would have significantly simplified the code of LBB (you can imagine the poor interpreter's confusion wh...