Search found 16 matches

by Tasp
Fri Oct 09, 2020 5:01 pm
Forum: General Board
Topic: False Positives from AV
Replies: 13
Views: 20773

Re: False Positives from AV

$195 for 3 years is actually quite good value. I've seen others charging £205 for a year! If I created more EXEs I'd probably consider it, I'm only really making programs to run on my machine anyway. I tend to compile to EXE to test, as sometimes I write stuff in LB and it's not always directly comp...
by Tasp
Thu Oct 08, 2020 5:59 pm
Forum: General Board
Topic: False Positives from AV
Replies: 13
Views: 20773

Re: False Positives from AV

It was more of a heads up really. I understand LBB is EOL and no longer being developed etc.

As for signing certs, doesn't seem worth it, it's just a shame that any EXEs that are now created will end up being binned due to the AV pop ups.
by Tasp
Thu Oct 08, 2020 5:19 pm
Forum: General Board
Topic: False Positives from AV
Replies: 13
Views: 20773

Re: False Positives from AV

Yes all the version info boxes are populated.
It seems today that any file I make into an EXE is being classed with an issue :x
by Tasp
Wed Oct 07, 2020 6:27 pm
Forum: General Board
Topic: False Positives from AV
Replies: 13
Views: 20773

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

After a full AV scan no other issues are found.
by Tasp
Tue Jun 02, 2020 4:48 pm
Forum: Liberty BASIC Language
Topic: AFTERLAST$ doesn't work when concatenated
Replies: 2
Views: 7079

Re: AFTERLAST$ doesn't work when concatenated

Ah, that makes total sense now you point it out!

Since I always capitalise all my commands (From Spectrum and BBC days of programming), it didn't occur to me that it was using it as a function despite looking at the lb45func.bas code.

Thanks for the simple fix!
by Tasp
Mon Jun 01, 2020 6:13 pm
Forum: Liberty BASIC Language
Topic: AFTERLAST$ doesn't work when concatenated
Replies: 2
Views: 7079

AFTERLAST$ doesn't work when concatenated

LBB refuses to handle the following. But LB does. Am I missing something obvious or do I need to break this up to use LBB? DIM config(20) config$(0) = "= 120" config$(1) = "= 120" config$(2) = "= 120" config$(3) = "= 120" config$(4) = "= 120" config$...