Search found 192 matches

by guest
Tue Jan 25, 2022 2:06 pm
Forum: General Board
Topic: Having troubble to embed files for exectuable
Replies: 3
Views: 5193

Re: Having troubble to embed files for exectuable

So the problem must be in my PC . But what can it be please? I'm afraid I'm no wiser than you are. It does look like some sort of 'access rights' issue, so if the directory and file attributes look OK perhaps it's something set by a policy. Or could it perhaps be linked with UAC Virtualization? Doe...
by guest
Thu Dec 16, 2021 3:20 pm
Forum: Liberty BASIC Language
Topic: internal error 16
Replies: 4
Views: 5480

Re: internal error 16

This is the part that is upsetting LBB: 1150 FOR RT=0 TO 2:READ NP, MT(RT):FOR I=1 TO NP 1170 READ MP(RT,I), MP$(RT,I), MR$(RT,I), ZM(RT,I):NEXT I,RT There are two nested FOR...NEXT loops (FOR RT... and FOR I...) but there is just a single NEXT statement for both: NEXT I,RT This is illegal in Libert...
by guest
Thu Dec 09, 2021 8:53 pm
Forum: Liberty BASIC Language
Topic: internal error 16
Replies: 4
Views: 5480

Re: internal error 16

zpq wrote: Thu Dec 09, 2021 6:49 pm what would cause "internal error 16" ?
Error 16 is "Syntax error". In what circumstances are you receiving it?
by guest
Fri Nov 05, 2021 10:04 am
Forum: General Board
Topic: problems with statictext and bmpbutton display
Replies: 6
Views: 7317

Re: problems with statictext and bmpbutton display

This is very strange - with your code, I see exactly the same as you! How does my code work for you? In the 'New features' section of the LB Booster documentation it says this: " The background color of (for example) a STATICTEXT control may be selected independently of the background color of...
by guest
Thu Nov 04, 2021 5:46 pm
Forum: General Board
Topic: problems with statictext and bmpbutton display
Replies: 6
Views: 7317

Re: problems with statictext and bmpbutton display

Hopefully the jpg's will give you an idea of what I mean. I'm afraid I still can't reproduce it here. If I run this program: nomainwin WindowHeight = 470 BackgroundColor$ = "darkcyan" statictext #w.st1, "No Stylebits", 50, 20, 200, 32 stylebits #w.st2, _SS_CENTER or _WS_BORDER, ...
by guest
Thu Nov 04, 2021 9:20 am
Forum: General Board
Topic: problems with statictext and bmpbutton display
Replies: 6
Views: 7317

Re: problems with statictext and bmpbutton display

calldll #jpg, "jpg_to_bmp1",_ 'copy jpgfile to bmpfile jpgfile$ as ptr,_ 'jpg filename bmpfile$ as ptr,_ 'bmp filename result as long, That's a simple one: you have a spurious comma at the end of the statement: result as long, ' spurious trailing comma result as long ' correct The error m...
by guest
Thu Oct 21, 2021 6:20 pm
Forum: Liberty BASIC Language
Topic: 'include error
Replies: 1
Views: 4306

Re: 'include error

zpq wrote: Thu Oct 21, 2021 5:42 pm Any ideas?
Please list a minimal, but complete, program that exhibits the effect. Put it in [code] [/code] tags to ensure it is shown clearly on the forum.

Thanks.
by guest
Thu Oct 07, 2021 2:17 pm
Forum: Compatibility with LB4
Topic: LB TKN file
Replies: 7
Views: 10574

Re: LB TKN file

When I try to open a TKN file in LBB made with LB it ask for a USERNAME and PASSWORD Yes, TKN files are protected so that only the original author can see their contents. If that was not the case, you could easily steal other people's programs! LBB will only open a TKN file if you know the LB usern...
by guest
Mon Sep 20, 2021 4:30 pm
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 17774

Re: 'include filename.bas

I right-clicked the link on Alyce's Restaurant website and then copy link. Pasted this link in the Firefox browser and this brought up the link for download. Extremely strange. I have never encountered that behaviour on any other website. I have no idea what causes it, but it must result in many pe...
by guest
Wed Sep 01, 2021 9:26 am
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 17774

Re: 'include filename.bas

So I clicked on Help in the LBB IDE and here is the result... Precisely! This is where we came in. Repeating yourself isn't going to make any difference to my answers. :roll: (which I use rarely - I use LB Workshop) The LBB manual should be accessible from LBW too, if you've set it up correctly. I ...