-
Looks like test suite is failing with libxml >=2.12.0
-
I found there is Go binding and FreeBASIC binding but there isn't a C++ binding? I tried to build dwtest.c with g++ and even if I passed -fpermissive it's still unable to build. Gui library like this …
-
Hi, please add **FreeBASIC** language support for **lite-xl**
**keywords, instructions and functions**
> abs access acos alias allocate append as asc asin asm atan2 atn base beep bin binary bload …
-
After setting up the IDE to run an Android application, upon trying to run/compile, I'm seeing the following error
Error: File not found, "jni.bi"
![Screenshot 2022-12-12 111530](https://user-im…
-
3 `log-tests` tests fail to build for me, all due to `libstdc++`-related problems.
---
`cpp/call2` and `cpp/class` fail due to a missing symbol from `libstdc++`.
```
cpp/call2.bmk : TEST_MOD…
-
I am trying to install VisualFBEditor in Fedora (36) linux. I am getting an error on the shown command that it doesn't like some equal signs. The code seems correct so I am stuck.
[jduchek@HP-K …
-
https://github.com/Charles-Pegge/OxygenBasic
OxygenBasic uses .o2bas extension, currently not highlighted by CudaText.
-
I propose to consider adding golang-backend in FreeBasic. The main advantage, it seems to me, is the scheduler and goroutines. The addition of such functionality, it seems to me, would be beneficial F…
-
I just noticed that the following code
```freebasic
#include "vbcompat.bi"
print format (now,"d/m/yyyy")
```
Outputs
```
15-10-2022
```
But the correct output should be
```
15/10/2022
``…
-
Hi!
Today I noticed this new FreeBASIC syntax coloring extension for VSCode, and gave it a try. There seems to be an issue related to the `class` keyword:
First the example code:
```
type UDT
…