Search found 30 matches

by sgaba
Jul 09, 2019 8:06
Forum: Linux
Topic: ARM64 Deb?
Replies: 6
Views: 7671

Re: ARM64 Deb?

The ubuntu-mate Raspberry Pi 3 windows work fine. Maybe there's a problem with Linux on Android. You have all the dependencies because if you don't have all the dependencies compiler (linker) give error like: ld: cannot find -lX11 Do you use: Screen or ScreenRes? Did you test old Stw build? http://u...
by sgaba
May 10, 2019 7:25
Forum: Beginners
Topic: I need help just finding what file(s) for just fbc compiler in Debian...
Replies: 8
Views: 6433

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Please test this: https://drive.google.com/open?id=1xHLbducUedbfXR8aQn-BdVgy_qwaA6mP It is a new build of FreeBASIC-1.06.0 packed to .deb install: sudo dpkg -i fbc_1.06.0_arm64.deb sudo apt install -f -y uninstall: sudo dpkg -P fbc sudo apt autoremove -y It would be great if you or anybody could tes...
by sgaba
May 10, 2019 7:25
Forum: Linux
Topic: ARM64 Deb?
Replies: 6
Views: 7671

Re: ARM64 Deb?

Please test this: https://drive.google.com/drive/folders/0B53cRMSpme_nRnRCdGtrTlBsWVU?resourcekey=0-hyMsKkWohdrQcW-qKCrNdQ https://drive.google.com/open?id=1xHLbducUedbfXR8aQn-BdVgy_qwaA6mP It is a new build of FreeBASIC-1.06.0 packed to .deb install: sudo dpkg -i fbc_1.06.0_arm64.deb sudo apt insta...
by sgaba
Feb 01, 2018 10:05
Forum: Linux
Topic: how to use Geany (Lubuntu)
Replies: 7
Views: 3822

Re: how to use Geany (Lubuntu)

I tried to solve it but I did not get it. only: ,,Edit->Preferences->Terminal->Run programs i terminal emulator" works, but it's just an emergency. Maybe try to replace default terminal emulator from LXterminal to another. When I come to something I will write. EDIT: sudo update-alternatives --...
by sgaba
Sep 02, 2017 21:19
Forum: Linux
Topic: Linux RPM's
Replies: 2
Views: 1798

Re: Linux RPM's

I .deb distros is utility checkinstall. Maybe in .RPM distros is too.
by sgaba
Sep 02, 2017 20:14
Forum: Community Discussion
Topic: [Patch] Rendering of FreeBasic graphic on OpenGL
Replies: 82
Views: 18615

Re: [Patch] Rendering of FreeBasic graphic on OpenGL

Hello I applied Patch and created the .deb package for Linux (Ubuntu). https://www.dropbox.com/sh/25s64q3woan558j/AADDnbmtNm1j2JaNcXou9d_7a?dl=0 or https://drive.google.com/open?id=0B53cRMSpme_nRnRCdGtrTlBsWVU /fbc_1.06.0-git_linux_gl/ For more information on how to install it, look at: (( https://w...
by sgaba
Dec 20, 2016 19:01
Forum: Linux
Topic: fbc .deb packages for x86_64,i386,armhf
Replies: 2
Views: 3477

Re: fbc .deb packages

It's easy. There is example how generate .deb from sources from git repositary. First you must have fbc installed on your debian baset (debian,ubuntu,mint....) machine. You can download it from https://sourceforge.net/projects/fbc/files/Binaries%20-%20Linux/ unzip and as usual: sudo sh install.sh -i...
by sgaba
Dec 20, 2016 11:36
Forum: Linux
Topic: fbc .deb packages for x86_64,i386,armhf
Replies: 2
Views: 3477

fbc .deb packages for x86_64,i386,armhf

Hello I generated .deb packages of fbc for x86_64,i386,armhf It is a version 1.05.0 vanilla and git version. You can download it at: https://www.dropbox.com/sh/25s64q3woan558j/AADDnbmtNm1j2JaNcXou9d_7a?dl=0 or https://drive.google.com/drive/folders/0B53cRMSpme_nRnRCdGtrTlBsWVU?resourcekey=0-hyMsKkWo...
by sgaba
Dec 06, 2016 13:33
Forum: Libraries & Headers
Topic: FBTrueType static Win/Lin 32/64-bit
Replies: 70
Views: 60461

Re: FBTrueType Windows and Linux (32/64-bit)

Hi D.J.Peters I did recompile FBImage-src on Raspberry PI 3. (I can send .a file you if you want). make.sh gcc -c -o FBTrueType.o FBTrueType.c ar rcs libFBTrueType-armv7a-hf-static.a FBTrueType.o rm FBTrueType.o and I changed the code in FBTrueType.bi which makes selection of   Library depending on ...
by sgaba
Apr 07, 2015 11:27
Forum: Projects
Topic: FlappyFB (single source... added NintendoDS Versions)
Replies: 29
Views: 9202

Re: FlappyFB (single source... added NintendoDS Versions)

How did you do make binary for Nintendo DS? I have Nintendo DSi Xl and it is very interesting for me. Do you have some backend for Freebasic or is all game code ported to another language?
by sgaba
Sep 24, 2014 10:57
Forum: General
Topic: Dynamic array support in UDTs
Replies: 3
Views: 1118

Re: Dynamic array support in UDTs

Unbelievable!
Thanks you very much.

And UDT type arrey in UDT UDT type arrey works as well! Nice!
by sgaba
Sep 24, 2014 9:43
Forum: General
Topic: Dynamic array support in UDTs
Replies: 3
Views: 1118

Dynamic array support in UDTs

I'm sorry but I'm not sure about it. I tried: Type tmytype dynarray(any) As ULongInt End Type Dim mytype As tmytype ReDim mytype.dynarray(5) As ULongInt Print UBound(mytype.dynarray) ReDim mytype.dynarray(2) As ULongInt Print UBound(mytype.dynarray) result was: 5 2 nice! But if you replace ANY wyth ...
by sgaba
Nov 29, 2013 9:14
Forum: Sources, Examples, Tips and Tricks
Topic: Small TextMode 3D demo just for fun :)
Replies: 1
Views: 950

Small TextMode 3D demo just for fun :)

License is BSD :) :) :) 'Small TextMode3D Demo by SGaba Declare SUB PSET3D (X AS INTEGER, Y AS INTEGER, Z AS INTEGER,Xposition As Integer,Yposition As Integer,Zposition As Integer, XAngle AS INTEGER, YAngle AS INTEGER, ZAngle AS INTEGER, Clr AS UByte) Declare Sub Draw3D() ReDim Shared SCR(80,25) As ...
by sgaba
Aug 01, 2013 12:24
Forum: General
Topic: text display lib
Replies: 7
Views: 1631

Re: text display lib

Here is something I wrote in good dark times of DOS and QBasic.
I rewrote it a bit to make it work with FreeBasic :)
It is a 5x7 rastr font library.

http://uloz.to/x35G2W51/label-rar

Maybe marking, copying and pasting can be add easi.