Search found 1777 matches

by Imortis
Jan 26, 2022 17:00
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 346435

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.2.0 March 26, 2021)

The new editor looks quite clean. I am interested to try it, both on Windows and Linux. I currently use poseidonFB on linux, but it not quite as stable as I would like. As a result I do most of my work on Windows right now. Just wondering, as I'm not a WinFBE user. If the editor targets the Windows ...
by Imortis
Jan 10, 2022 22:25
Forum: Sources, Examples, Tips and Tricks
Topic: UTF-8 Variable Length String Library
Replies: 47
Views: 10944

Re: UTF-8 Variable Length String Library

Moved out of Archive since the code is being updated again.
by Imortis
Jan 06, 2022 21:56
Forum: Community Discussion
Topic: What are you using FB for and what features do you use most?
Replies: 62
Views: 7967

Re: What are you using FB for and what features do you use most?

I have many projects of different sizes written in FB (Text game engine, very simple scripting language, tons of game ideas) that are all unfinished or otherwise on the back burner. I use a lot of the OOP features, pointers (where it makes sense) and the ability to use 3rd party libraries. Things I ...
by Imortis
Jan 05, 2022 16:21
Forum: Windows
Topic: "IcmpCreateFile" and "IcmpSendEcho"
Replies: 1
Views: 700

Re: "IcmpCreateFile" and "IcmpSendEcho"

Moved to Windows forum.
by Imortis
Jan 02, 2022 2:47
Forum: Sources, Examples, Tips and Tricks
Topic: Set of templatable collections
Replies: 7
Views: 1449

Re: Set of templatable collections

See: https://www.freebasic.net/wiki/KeyPgOpPpConcat

As he said it is just syntactic sugar. It just drops in whatever you put in the ().
by Imortis
Dec 23, 2021 20:49
Forum: Linux
Topic: Ubuntu FreeBasic & SQLite3
Replies: 3
Views: 2197

Re: Ubuntu FreeBasic & SQLite3

This is the version number.
Mike Green9 wrote: 3.31.1 2020-01-27 19:55:54 3bfa9cc97da10598521b342961df8f5f68c7388fa117345eeb516eaa837balt1
Not sure what is up with the error, but if you look up running the command for version, it shows a message just like the one above.
by Imortis
Dec 17, 2021 16:42
Forum: Community Discussion
Topic: Under attack?
Replies: 35
Views: 3302

Re: Under attack?

deltarho[1859] wrote:A natural defence is to go on the attack ourselves, but I think the better tack is to entirely ignore these people. Time should see them crawl back under the rock whence they came.
This is fantastic advice in this situation.
by Imortis
Dec 16, 2021 15:12
Forum: Libraries & Headers
Topic: Translation of libspng
Replies: 19
Views: 3098

Re: Translation of libspng

adeyblue wrote:Image
That is incredibly rude. Moderation just had it out with another user over this exact kind of behavior. Why would you think it is okay here?
by Imortis
Dec 15, 2021 13:14
Forum: Community Discussion
Topic: Careless packaging of FreeBASIC-1.08.1-win32-mingworg.7z
Replies: 9
Views: 1421

Re: Careless packaging of FreeBASIC-1.08.1-win32-mingworg.7z

More than likely, it means most people using it already had an older version of the compiler installed before using this one.
by Imortis
Dec 14, 2021 23:53
Forum: Beginners
Topic: Is it good idea to replace pointers with references when translating C headers?
Replies: 15
Views: 2234

Re: Is it good idea to replace pointers with references when translating C headers?

I think the most important is to try to reach an original solution. Once C#, java and so on mentionned, of course no one would want to do same otherwise it would'nt be 'Basic'. Just imagine 'in the taste of' but original. Let's consider the quest for what is original, easy, and relevant, same time ...
by Imortis
Dec 07, 2021 14:44
Forum: Community Discussion
Topic: Careless packaging of FreeBASIC-1.08.1-win32-mingworg.7z
Replies: 9
Views: 1421

Re: Careless packaging of FreeBASIC-1.08.1-win32-mingworg.7z

Many examples use External libraries, which are managed by teams other than the FreeBASIC team. To include all those DLL's (and SO's on Linux) would use a tremendous amount of space and bandwidth. If you search for the missing DLL on your search engine of choice, it is usually simple enough to find ...
by Imortis
Dec 02, 2021 14:58
Forum: Community Discussion
Topic: When is freebasic 2.0?
Replies: 14
Views: 1808

Re: When is freebasic 2.0?

caseih wrote:And I believe the compiler itself is self-hosted. It's written in FB and compiled with fbc. Only the runtime requires a C compiler to build.
The Runtime library and the FBGFX library are both written in C.
by Imortis
Nov 30, 2021 17:09
Forum: Community Discussion
Topic: When is freebasic 2.0?
Replies: 14
Views: 1808

Re: When is freebasic 2.0?

There is not even a roadmap for what needs to be completed for a 2.0. There is always a next version in the works as along as someone is working on it. The next version is 1.09. So no real plans for a 2.0 that I know of.