Search found 949 matches
- Sep 29, 2020 11:02
- Forum: Projects
- Topic: Eschecs FreeBASIC (UCI chess GUI)
- Replies: 445
- Views: 70037
Eschecs 1.2.2
Hello! I took the latest version of the project and tried to compile it under Linux. It was not as hard as I imagined. I just had to use the excellent bipipe library , instead of my Windows specific code. It works! I also tried (without success) to solve the animation issue. So the animation stays d...
- Sep 29, 2020 10:31
- Forum: Projects
- Topic: My JSON Parser
- Replies: 18
- Views: 5948
Re: My JSON Parser
You are welcome.
There are other JSON libraries available, like this one: viewtopic.php?f=8&t=24206
Maybe you could take a look to see what i better for you.
Regards.
Roland
There are other JSON libraries available, like this one: viewtopic.php?f=8&t=24206
Maybe you could take a look to see what i better for you.
Regards.
Roland
- Sep 29, 2020 10:26
- Forum: General
- Topic: Execute function stored as string literal
- Replies: 15
- Views: 794
Re: Execute function stored as string literal
By curiosity, I downloaded your project, compiled it and ran it, without having any idea of what it is. :)
Here is what I get:
[roland@localhost Iguana CMS-7d1a3fe5b0]$ ./index
Content-Type: text/html; Charset=
[roland@localhost Iguana CMS-7d1a3fe5b0]$
What is the program supposed to do?
Here is what I get:
[roland@localhost Iguana CMS-7d1a3fe5b0]$ ./index
Content-Type: text/html; Charset=
[roland@localhost Iguana CMS-7d1a3fe5b0]$
What is the program supposed to do?
- Sep 27, 2020 14:37
- Forum: General
- Topic: Project of a multiplatform version of FreeBasic Miner
- Replies: 37
- Views: 2080
Re: Project of a multiplatform version of FreeBasic Miner
Thank you Joshy.
Best regards.
Roland
Best regards.
Roland
- Sep 27, 2020 7:56
- Forum: General
- Topic: Project of a multiplatform version of FreeBasic Miner
- Replies: 37
- Views: 2080
Re: Project of a multiplatform version of FreeBasic Miner
D.J.Peters wrote:What do you mean with "all FBSound files"
I mean the *.bi files, *.a files and *.so files that I have copied in the GitHub repository. I was wondering if all files were needed for this project.
- Sep 27, 2020 6:03
- Forum: General
- Topic: Project of a multiplatform version of FreeBasic Miner
- Replies: 37
- Views: 2080
Re: Project of a multiplatform version of FreeBasic Miner
I updated the README file . I tested all the features of the game. All seems to work. The Linux version isn't really finished: I still have to find sounds for some events. But I need to take a break. I will come back to this later. @badidea Thank you for your help. @D.J.Peters I don't know if all FB...
- Sep 24, 2020 6:54
- Forum: Projects
- Topic: My JSON Parser
- Replies: 18
- Views: 5948
Re: My JSON Parser
Julcar wrote:Hi, both links are down, is there a way you can publish your code?
Hello! Here you are: jsonparser.zip
I would suggest you to edit your message, and delete the dead link. I will do the same with the message that you quoted.
- Sep 24, 2020 5:02
- Forum: General
- Topic: Project of a multiplatform version of FreeBasic Miner
- Replies: 37
- Views: 2080
Re: Project of a multiplatform version of FreeBasic Miner
Yes it works. Thank you! Repository updated.
- Sep 22, 2020 20:47
- Forum: Tips and Tricks
- Topic: Around the Sphere build 2020-09-22
- Replies: 24
- Views: 1493
Re: Around the Sphere build 2020-09-22
badidea wrote:File encoding needs to be ISO-8859-1, not UTF-8. Or at least, when I set that in Geany, it works.
And fTimer should to be double.
Yes, it works for me too.
- Sep 22, 2020 20:23
- Forum: Tips and Tricks
- Topic: Around the Sphere build 2020-09-22
- Replies: 24
- Views: 1493
Re: Around the Sphere build 2020-09-22
I'm not aware that I can upload files to the (German?) FB Portal. All the better if I could. Yes, I speak of the german FB portal. See at the bottom of this page . Your programs could be located, for example, in the Demos directory. You could even (but it's another thing) ask to Sebastian a user do...
- Sep 22, 2020 18:36
- Forum: General
- Topic: Project of a multiplatform version of FreeBasic Miner
- Replies: 37
- Views: 2080
Re: Project of a multiplatform version of FreeBasic Miner
The Linux version has sounds. I included a binary, in case someone wishes to try the game but doesn't have a 32-bits compiler installed.
By the way, I am not sure that all files (*.a, *.bi, *.so) are needed. I will check that later.
By the way, I am not sure that all files (*.a, *.bi, *.so) are needed. I will check that later.
- Sep 22, 2020 16:02
- Forum: Tips and Tricks
- Topic: Around the Sphere build 2020-09-22
- Replies: 24
- Views: 1493
Re: Around the Sphere build 2020-09-22
Thank you for your answer. I have the good file. When I have time, I will try to understand what happens. For the moment, I am on another project that I would like to finish. By the way (I know this isn't my onions, as we say in french), but why don't you upload your files on FB Portal? Just a quest...
- Sep 22, 2020 14:29
- Forum: Tips and Tricks
- Topic: Around the Sphere build 2020-09-22
- Replies: 24
- Views: 1493
Re: Around the Sphere build 2020-09-22
I use Geany and the encoding is UTF-8. Even with the file from the ZIP, it doesn't work for me. The program exits as soon as I start it. I am on Linux 64.
- Sep 22, 2020 12:09
- Forum: Tips and Tricks
- Topic: Around the Sphere build 2020-09-22
- Replies: 24
- Views: 1493
Re: Around the Sphere build 2020-09-22
Hello! Unfortunately for me the program stops here:
Code: Select all
If FileExists(sFile) = 0 Then
' ...
If bError <> False Then
'? "Something went wrong"
'Sleep
End -1 ' <---
End If
- Sep 22, 2020 8:25
- Forum: General
- Topic: Project of a multiplatform version of FreeBasic Miner
- Replies: 37
- Views: 2080
Re: Project of a multiplatform version of FreeBasic Miner
I moved all sound variables and functions to a separate file and restored all the code for Windows. The game should compile and work, with sounds if you are on Windows. I cannot test for now, because I don't have a Windows under the hand. I give up the idea of using MIDI for Linux. I think it's too ...