Search found 293 matches

by Coolman
Jul 14, 2023 17:08
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 26215

Re: FLTK headers for FreeBasic OOP (no C wrapper)

Thank you for your reply. I confirm that the code compiles and executes correctly. the freebasic maintainers should fix this problem. the c c++ language is very strict. ignoring compiler warnings can only lead to more serious problems later. What version / platform of gcc? We are using gcc as a hig...
by Coolman
Jul 13, 2023 10:34
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 26215

Re: FLTK headers for FreeBasic OOP (no C wrapper)

The issue you reported seems related to a more generic issue: https://www.freebasic.net/forum/viewtopic.php?t=32305 Thank you for your reply. I confirm that the code compiles and executes correctly. the freebasic maintainers should fix this problem. the c c++ language is very strict. ignoring compi...
by Coolman
Jul 12, 2023 10:32
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 26215

Re: FLTK headers for FreeBasic OOP (no C wrapper)

yes, that solves the problem, thank you for your answer. the example is impressive, we immediately see the potential of FLTK. note that compiling with gcc produces this message : fbc "_valuators.bas" -gen gcc -Wc -Os -s gui _valuators.c:395:7: warning: conflicting types for built-in functi...
by Coolman
Jul 11, 2023 11:13
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 26215

Re: FLTK headers for FreeBasic OOP (no C wrapper)

valuators.bi #include once "FLTK/Fl.bi" #include once "FLTK/Fl_Double_Window.bi" #include once "FLTK/Fl_Box.bi" #include once "FLTK/Fl_Slider.bi" #include once "FLTK/Fl_Value_Slider.bi" #include once "FLTK/Fl_Value_Input.bi" #include once ...
by Coolman
Jul 06, 2023 13:14
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 26215

Re: FLTK headers for FreeBasic OOP (no C wrapper)

hello, on a 15" screen with a resolution of 1920x1080, the font is too small. the code is rather complex. nothing to do with basic. i made a small modification without even looking at the documentation, referring to the example. to my great surprise, it works. the font management seems efficien...
by Coolman
Jun 01, 2023 11:47
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 27494

Re: FreeBASIC 1.10.0 Release Discussion

for those who might be interested here's a quick tutorial That's neat and worked for me. That kind of gives me idea how things might produce a package. Looks like 'checkinstall' can handle some more detailed information to fill out details about the package. I didn't modify 'requires' but the packa...
by Coolman
May 30, 2023 11:56
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 27494

Re: FreeBASIC 1.10.0 Release Discussion

for those who might be interested here's a quick tutorial after installing all the dependencies, here are the instructions for generating a deb package : git clone https://github.com/freebasic/fbc.git cd fbc you must have freebasic installed : make here, for example, I got an error message related t...
by Coolman
May 28, 2023 12:51
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 27494

Re: FreeBASIC 1.10.0 Release Discussion

After getting the 1.10.0 version from the official github, i compiled it and generated a deb package (ubuntu) with checkinstall (it's easier to install uninstall with dpkg). i quickly tested a few programs. no problem found. great job. NIce. Do you know anything about updating debian/ubuntu package...
by Coolman
May 24, 2023 13:26
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 27494

Re: FreeBASIC 1.10.0 Release Discussion

After getting the 1.10.0 version from the official github, i compiled it and generated a deb package (ubuntu) with checkinstall (it's easier to install uninstall with dpkg). i quickly tested a few programs. no problem found. great job.
by Coolman
Jan 12, 2023 16:35
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 75623

Re: sGUI

I tested it. it's very promising. with font management. excellent. nice work.
by Coolman
Oct 19, 2022 17:43
Forum: DOS
Topic: Let's develop OpenWinDOS
Replies: 54
Views: 11821

Re: Let's develop OpenWinDOS

sorry. i wasn't precise enough. i was talking to exagonx for his demogui program...
by Coolman
Oct 19, 2022 13:13
Forum: DOS
Topic: Let's develop OpenWinDOS
Replies: 54
Views: 11821

Re: Let's develop OpenWinDOS

hello, i've been looking for a totally independent light gui for some time. i've found a few (SimpleGUI, sGUI) but the developers always forget a very important detail, the management or enlargement of the fonts, your program is for example unreadable on a 15 inch screen with a resolution of 1920x10...
by Coolman
Oct 18, 2022 11:00
Forum: DOS
Topic: Let's develop OpenWinDOS
Replies: 54
Views: 11821

Re: Let's develop OpenWinDOS

Thank you very much for your help...but i have abandoned the project. I have no interest any more. Although i keep the github repo active for anyone want to continue or fork the project. Oh dont worry, its a little demo where you have clickable windows, with menu bar and clickable buttons, work lik...
by Coolman
Oct 16, 2022 12:59
Forum: Community Discussion
Topic: jmgui
Replies: 2
Views: 798

Re: jmgui

thanks. the screenshot was interesting, so i wanted to test it. i'll see if i can get something out of it.
by Coolman
Oct 16, 2022 11:26
Forum: Community Discussion
Topic: jmgui
Replies: 2
Views: 798

jmgui

Hello @coderJeff. I visited your site:

https://www.execulink.com/~coder/

very interesting. could you provide the source code of jmgui :

https://www.execulink.com/~coder/freebasic/jmgui.html

it is no longer accessible !