Search found 6 matches
- Sat Sep 05, 2026 2:57 pm
- Forum: Language extensions
- Topic: 'include foo.bas has design problems
- Replies: 0
- Views: 4530
'include foo.bas has design problems
Hello Richard, I hope you are doing fine with cooler British weather. I noticed 'include directive is not working properly. 1) If you make any references to SUBs and FUNCTIONS implemented in the include files LBB compiler crashes because those functions or subroutines are not visible inside the main...
- Sat Aug 22, 2026 6:49 pm
- Forum: Language extensions
- Topic: Creating a grid of controls
- Replies: 1
- Views: 52118
Re: Creating a grid of controls
This is very nice but can we read contents into string arrays and fill grid from arrays in a loop?
DIM L$(100),R$(100)
Like CALL READ.FORM L$(), R$(), FROM.INDEX, TO.INDEX
And CALL FILL.FORM L$(), R$(), FROM.INDEX, TO.INDEX
DIM L$(100),R$(100)
Like CALL READ.FORM L$(), R$(), FROM.INDEX, TO.INDEX
And CALL FILL.FORM L$(), R$(), FROM.INDEX, TO.INDEX
- Fri Jan 02, 2026 8:39 pm
- Forum: General Board
- Topic: AI Prompt Enginering with LBB
- Replies: 3
- Views: 71454
Re: AI Prompt Enginering with LBB
I asked Gemini how to do it and got step by step instruction including a working LB code. You must first get an API KEY from Google AI Studio and paste this into this LB code which makes CALLDLL to WININET. It works perfectly!!! ' =====================================================================...
- Sun Nov 30, 2025 10:12 pm
- Forum: General Board
- Topic: Win 11 problems
- Replies: 17
- Views: 106919
Re: Win 11 problems
I am quite puzzled because never mind 80 bit floats even PRINT "HELLO WORLD" does not work. Interesting thing is LBB compiled EXE on x86 Windows somehow runs. I haven't done extensive testing to see what runs and what fails. On Arm Win 11, I tried compiling FOR I=1 TO 10 PRINT I NEXT I END...
- Sat Nov 29, 2025 11:08 pm
- Forum: General Board
- Topic: Win 11 problems
- Replies: 17
- Views: 106919
Re: Win 11 problems
I just downloaded Windows 11 for ARM on VMWARE FUSION for Apple M3 silicon.
I can not make LBB run properly while LB is running just fine. Is there a trick to make LBB run on this environment?
I can not make LBB run properly while LB is running just fine. Is there a trick to make LBB run on this environment?
- Tue Nov 04, 2025 11:41 am
- Forum: General Board
- Topic: AI Prompt Enginering with LBB
- Replies: 3
- Views: 71454
AI Prompt Enginering with LBB
Can we send prompts to Gemini or ChatGPT from LBB under program control and receive the response?
If TLS1.2 connection will be needed, can we do this with LBB?
If TLS1.2 connection will be needed, can we do this with LBB?