Search found 230 matches
- Mar 11, 2020 20:41
- Forum: Libraries
- Topic: raylib headers
- Replies: 83
- Views: 7997
Re: raylib headers
impressive library. it would be cool to divert it from its use and use it to create a graphical interface to programs generated by freebasic. the programs compiled with the static library are around 630 kb in size. it's perfect. I tried to test it with codeblocks but it is parameter for windows. if ...
- Mar 09, 2020 13:07
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97365
Re: FLTK-C-1.3.3 for FreeBASIC
All right, I understand. I asked the question because in the beginning you provided static libraries.
As far as Gtk is concerned, I agree...
As far as Gtk is concerned, I agree...
- Mar 08, 2020 18:08
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97365
Re: FLTK-C-1.3.3 for FreeBASIC
excellent work. but the advantage of fltk is the static compilation, which allows you to distribute programs without too many dependencies. under linux, i compiled the latest version of fltk. the default choice is to produce static libraries. why did you choose shared libraries? it complicates the d...
- Feb 16, 2020 11:50
- Forum: Tips and Tricks
- Topic: Flowing Image v0.2
- Replies: 14
- Views: 1078
Re: Flowing Image v0.1
interesting. but it's easier to provide lighter code. your program works with any image. tested with fb32 and fb64 (zlib is not found in the 64-bit version). #Include "fbgfx.bi" #include "vbcompat.bi" #Define PixelGet(_x, _y) *Cptr(Ulong Ptr, imgData + (_y) * pitch + (_x) Shl 2) ...
- Jan 29, 2020 23:33
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 728
- Views: 153679
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (Updated January 14, 2020)
WinFBE works with Wine 5.for information purposes.
- Nov 25, 2019 20:33
- Forum: Projects
- Topic: FreeBASIC Extended Library build
- Replies: 4
- Views: 4971
Re: FreeBASIC Extended Library build
For 64-bit freebasic. the installation does not work. to do it manually. there is a solution: After compilation, copy the libraries to: sudo cp libext* /usr/local/lib/freebasic/linux-x86_64/ Copy the "ext" directory to: sudo cp -r ext /usr/local/include/freebasic/ and: sudo chmod -R 755 /u...
- Nov 24, 2019 19:32
- Forum: Projects
- Topic: Simple Online Radio
- Replies: 21
- Views: 4666
Re: Simple Online Radio
I have slightly modified the source code because the current version is very unstable under linux kde. it is intended for linux but it works under windows... it is necessary to copy libbass.so : sudo cp libbass.so /usr/lib I changed the name: OnlineRadio I also changed the name of the file that cont...
- Nov 19, 2019 18:58
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 728
- Views: 153679
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (Updated November 17, 2019)
WinFBE does not work with Wine under linux but most of the examples provided work perfectly. I used FBEdit to compile them. for information purposes.
- Jul 21, 2019 17:48
- Forum: Linux
- Topic: fbc_1.06.0-1_amd64.deb
- Replies: 8
- Views: 6551
Re: fbc_1.06.0-1_amd64.deb
using make install under linux is not recommended because it will be difficult to uninstall the program usefully whereas with the deb format it is very easy... to generate a deb file you have to use checkinstall .... for examples and documentation, it will not be accessible to the user without root ...
- Jul 15, 2019 13:51
- Forum: Linux
- Topic: fbc_1.06.0-1_amd64.deb
- Replies: 8
- Views: 6551
Re: fbc_1.06.0-1_amd64.deb
Coolman, could you please look at bug report on sf.net #905 Deb installer's documentation problems. Thanks. Hello, it's not really a bug. freebasic's makefile has been simplified under Linux and doesn't respect the standard. personally I copy manually (accessible in the git) the example files and f...
Re: sGUI
I will soon migrate to linux. I have tested many libraries. sgui would be perfect. I may use it in some projects. version 0.8.60 works well under ubuntu after a few corrections...
the new version works (good job).
for corrections under linux:
replace chr$( by chr(
file name case-sensitive....
the new version works (good job).
for corrections under linux:
replace chr$( by chr(
file name case-sensitive....
Re: sGUI
interesting. but the examples in version 0.8.60 no longer work...
- Mar 25, 2019 19:24
- Forum: Linux
- Topic: fbc_1.07.0-1_amd64.deb
- Replies: 0
- Views: 8802
fbc_1.07.0-1_amd64.deb
freebasic 1.07 (fbc displays as version 1.06 instead of 1.07. I fixed it) :
https://ufile.io/m1dp0
SHA256SUM : b7c7cfd7032e6a2eaf03309344f3561a54541cde2c3d091aef99122e4de763df
https://ufile.io/m1dp0
SHA256SUM : b7c7cfd7032e6a2eaf03309344f3561a54541cde2c3d091aef99122e4de763df
- Mar 24, 2019 17:47
- Forum: Linux
- Topic: fbc_1.06.0-1_amd64.deb
- Replies: 8
- Views: 6551
Re: fbc_1.06.0-1_amd64.deb
Ok, thanks. Uploaded to sf.net and added the following to the 1.06.0 News post Binaries - User Contributed ⋅ fbc_1.06.0-1_amd64.deb - debian 64bit x86_64 version Thank you. That's better. I forgot to congratulate you on the excellent job you did to promote freebasic. Impressive.
- Mar 16, 2019 20:51
- Forum: Libraries
- Topic: Portable GUI toolkit (IUP) version 3.0 (RC2)
- Replies: 50
- Views: 41783
Re: Portable GUI toolkit (IUP) version 3.0 (RC2)
this is not a solution because iup is closely related to gtk. if the program uses an advanced function of gtk. it will crash.