Search found 17 matches

by birosys
Jan 02, 2024 10:48
Forum: Libraries & Headers
Topic: Mosquito MQTT header
Replies: 5
Views: 1970

Re: Mosquito MQTT header

Hi Dinosaur. In the mosquitto library, all events are executed via callback functions. Events are checked in a network loop. To check network communication in loop, four functions are used: mosquitto_loop_forever This function calls loop() for you in an infinite blocking loop. mosquitto_loop_start T...
by birosys
Jul 30, 2023 23:03
Forum: Libraries & Headers
Topic: Mosquito MQTT header
Replies: 5
Views: 1970

Mosquito MQTT header

Regards to all . For my IOT project I needed the MQTT library, so with the help of FBFROG I converted the header for the Mosquitto library. In the continuation of the message is the header, as well as the test programs. There are probably type conversion errors, so feel free to correct them if you s...
by birosys
May 31, 2022 9:30
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128367

Re: VisualFBEditor - IDE for FreeBasic

Of course .
No problem.
by birosys
May 31, 2022 8:45
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128367

Re: VisualFBEditor - IDE for FreeBasic

The Parameters Window will open in the Build -> Parameters menu. There, in the compiler line, it should have been written like this: -b {S} -exx -v When compiling, it was necessary to compile like this: -b "Form1.frm" -exx -v Have you changed this setting? No, I haven't changed them. The ...
by birosys
May 30, 2022 19:40
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128367

Re: VisualFBEditor - IDE for FreeBasic

With version 1.3.2. everything is OK. The editor works, no more problems with the compiler path. However, when I try to compile a test program, I get the following message: 21:31:43: Compilation: "/home/pi/VisualFBEditor.1.3.2/Compilers/FreeBASIC-1.09.0-raspbian9-arm/bin/fbc" "Form1.f...
by birosys
May 30, 2022 18:05
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128367

Re: VisualFBEditor - IDE for FreeBasic

Hello Xusinboy. I was able to compile the IDE and mff library without any problems. The OS is the latest raspbian 32bit. The compiler is FBC 1.09.0 (2021-12-31), built for linux-arm (32bit) The IDE starts without a problem, but after selecting the compiler path the IDE crashes with a Segmentation fa...
by birosys
May 30, 2022 14:26
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128367

Re: VisualFBEditor - IDE for FreeBasic

Hello,

does this editor and myfbFramework works on raspberry pi?

Thanks.
by birosys
Apr 30, 2019 19:44
Forum: Libraries Questions
Topic: CGUI 2.1.0 update
Replies: 5
Views: 6640

Re: CGUI update

Hi Dinosaur.

It is a platform specific macro declaration in cguicfg.h file.
I don't know how to properly translate that file to freebasic.

Cheers!
by birosys
Mar 14, 2012 14:47
Forum: DOS
Topic: DOS touch screen not working
Replies: 9
Views: 2711

Re: DOS touch screen not working

First, create a sample program in 640x480 res, and try touch screen. If that work, then you must call Set Resolution (driver function) to change resolution of touchscreen foil. After that call, your touchscreen should return real position of pointer. In theory, you must call driver function RESET to...
by birosys
Mar 12, 2012 17:12
Forum: DOS
Topic: DOS touch screen not working
Replies: 9
Views: 2711

Re: DOS touch screen not working

Set Resolution - Int 60h - AL = 12h This function sets the resolution to user-supplied values for a given screen. If resolution parameters are 0 for horizontal and 0 for vertical resolution, the driver returns raw touch screen data instead of scaling it to a different resolution. A Get Resolution f...
by birosys
Mar 05, 2012 12:00
Forum: DOS
Topic: Serial Barcode Reader working in windows but not DOS
Replies: 10
Views: 2680

Re: Serial Barcode Reader working in windows but not DOS

Why you don't use Comwedge for DOS or Com2Kbd for DOS? It is simplest solution for your problem. No programming, just install as TSR. Here is the link for download. http://www.jarltech.at/support.php?suche=&kat_id=1566&gotoartikel=eloids&sort=kategorie&language=en&link=2&supp...
by birosys
Dec 12, 2010 20:26
Forum: Linux
Topic: How-To Install FB on SliTaz Linux
Replies: 0
Views: 1354

How-To Install FB on SliTaz Linux

Hello to all. Today i installed FB on SliTaz successfully, and i want to share it with you. First, download FB-0.21.1 standalone package. As root, with tazpkg get-install install these packages: glibc-dev, ncurses-dev, xorg-libX11-dev, xorg-libXext-dev, xorg-libXpm-dev, xorg-libXrandr-dev, xorg-libX...
by birosys
Nov 06, 2008 13:01
Forum: General
Topic: Using TK GUI in FB?
Replies: 6
Views: 2629

Thanks for answers!
by birosys
Oct 29, 2008 22:39
Forum: General
Topic: Using TK GUI in FB?
Replies: 6
Views: 2629

Using TK GUI in FB?

Is it posibile?
by birosys
Jun 03, 2008 7:43
Forum: Libraries & Headers
Topic: SqLite Client/Server Library
Replies: 14
Views: 14182

Hi PaulSquires

Thank you for your response, and thank you for great software.
SqLite Server is very promising project.
Simple, Small and Clean code.
I hope so that FB community will accept this great project very well.

Sorry for my poor english, and thank you again.

Milan