Search found 77 matches

by Carlos Herrera
Jan 20, 2018 14:53
Forum: Community Discussion
Topic: Using FreeBASIC in the classroom?
Replies: 11
Views: 3179

Re: Using FreeBASIC in the classroom?

So, I'd like to know if anyone here have any practical experience with programming as a teaching tool? Yes, I have a lot. Numerical and symbolic calculations help to introduce difficult concepts fast and on a practical level. But don't start with programing. Use Maxima (with wxMaxima GUI). It is fr...
by Carlos Herrera
Jan 01, 2018 18:55
Forum: Community Discussion
Topic: Part 3 Action "the GUI library"
Replies: 122
Views: 18184

Re: Part 3 Action "the GUI library"

Who said Dislin must be included? It is enough to include examples. And how are they supposed to work, without the library? Apparently, you do not understand what I am talking about, because of my bad English. Let me repeat, this library exists. Short instruction on downloading and installing may b...
by Carlos Herrera
Jan 01, 2018 16:30
Forum: Community Discussion
Topic: Part 3 Action "the GUI library"
Replies: 122
Views: 18184

Re: Part 3 Action "the GUI library"

It is a close source project but it is free for non-commercial use. So, it is completely useless for our purpose. Without source, it can't be adapted or updated. And a license that is free only for non commercial use would not allow to include it in FreeBasic, or in any software developed with it (...
by Carlos Herrera
Jan 01, 2018 13:43
Forum: Community Discussion
Topic: Part 3 Action "the GUI library"
Replies: 122
Views: 18184

Re: Part 3 Action "the GUI library"

Where is the source? And what license does it use? It is a close source project but it is free for non-commercial use. Furthermore, Freebasic is supported and I find Widget Routines quite useful. IMHO its existence strengthen the position of FB. I wonder if somebody here use FB + Dislin on Linux.
by Carlos Herrera
Jan 01, 2018 11:17
Forum: Community Discussion
Topic: Part 3 Action "the GUI library"
Replies: 122
Views: 18184

Re: Part 3 Action "the GUI library"

So, the best solution would be to write a default library, that on windows wraps the default GUI, and on Linux offers interface for both GTK and Qt, always using the same syntax Paraphrasing Lenin's words: "There is such GUI !". It is included as "Widget Routines" in Dislin libr...
by Carlos Herrera
Dec 23, 2017 16:09
Forum: General
Topic: Point in a polygon
Replies: 7
Views: 1181

Re: Point in a polygon

BasicScience wrote: The question is "what is the area bounded by the polygon". ..
So, you know coordinates of the vertices? Why not calculate the area directly?
As far as I remember, it is quite easy for not self-intersecting polygons
by Carlos Herrera
Dec 17, 2017 9:44
Forum: Community Discussion
Topic: FreeBASIC Discussion December 2017
Replies: 42
Views: 11048

Re: FreeBASIC Discussion December 2017

Weakness:
The Battleship FreeBasic is tugged to her last berth to be broken up in the harbour of abandonware.
Salvation:
Windows fork, maintained by gentle people who are refugees from the Raft of the PowerBasic
by Carlos Herrera
Nov 03, 2017 21:26
Forum: Community Discussion
Topic: How to write tutorials for beginners ?
Replies: 33
Views: 4800

Re: How to write tutorials for beginners ?

1. All we need are tutorials on GUI programming. Sure? But what do you do with a GUI without any content? You missed the point, the problem is what to do with lot of content without any simple GUI. @deltarho How many pages have the book of Petzold? Is it written with a tutorial for beginners style?...
by Carlos Herrera
Nov 03, 2017 8:10
Forum: Community Discussion
Topic: How to write tutorials for beginners ?
Replies: 33
Views: 4800

Re: How to write tutorials for beginners ?

As a mathusalemic newbe and beginner forever I would like to state the following: 1. All we need are tutorials on GUI programming. 2. Very good example is Introduction to GUI Programming with FLTK by Lothar Schirm (step by step introduction of widgets, clean and elegant coding style,...). 3. Shared ...
by Carlos Herrera
Oct 13, 2017 20:13
Forum: Beginners
Topic: exemple buttons and msgbox
Replies: 29
Views: 4485

Re: exemple buttons and msgbox

D.J.Peters wrote: Who told you fltk-c is a Windows only package ?
Mr_Swiss did, but never mind. I am impressed by your achievements
and I am going to learn more about fltk-c.
by Carlos Herrera
Oct 12, 2017 21:40
Forum: Beginners
Topic: exemple buttons and msgbox
Replies: 29
Views: 4485

Re: exemple buttons and msgbox

Ah, I see. Function like e.g. Fl_BoxNew () is invented by Mr Peters
and defined in his fltk-c library, which is at the moment compiled for windows only.
Confusion will be my epitaph...
by Carlos Herrera
Oct 12, 2017 7:36
Forum: Beginners
Topic: exemple buttons and msgbox
Replies: 29
Views: 4485

Re: exemple buttons and msgbox

the code generated, will still be Windows only ... (no multiplatform). Yes I know and after Paul's declaration the discussion is purely academic, but imagine hypothetical Designer which contains JDPeters FLTK library (in a similar way as WinFBE contains library of Jose Roca). Generated program code...
by Carlos Herrera
Oct 11, 2017 11:49
Forum: Beginners
Topic: exemple buttons and msgbox
Replies: 29
Views: 4485

Re: exemple buttons and msgbox

It is slightly off-topic but let me make a very faint
suggestion for Paul. It would be nice if his new Designer has a "lite"
version which emits very basic FLTK code. It will give a scent
of cross-platforming...
by Carlos Herrera
Aug 04, 2017 10:53
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 345793

Re: WinFBE FreeBASIC Editor for Windows

Jose Roca continues to produce great new code for FreeBASIC Windows. Check out the help resource at http://www.jose.it-berater.org/CWindow/CWindowFramework.html and get the code from http://www.planetsquires.com/protect/forum/index.php?topic=4061.0 Paul, Can you provide a simple example of CWindow ...
by Carlos Herrera
Aug 02, 2017 14:20
Forum: Community Discussion
Topic: What to do about a lack of developers for the compiler?
Replies: 117
Views: 17387

Re: What to do about a lack of developers for the compiler?

Plus there are lots of people using freeBASIC for scientific modeling... I am an experimental physicist and I use FB for almost everything, from data acquisition to modelling and numerical calculations. I had used Matlab, LabView etc., however, it turned out that I am much more productive with Free...