Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-10 Thread Liam Proven via Freedos-devel
On Mon, 9 Oct 2023 at 22:40, Paul Dufresne via Freedos-devel wrote: > > I checked previously today... latest version seems to generate 32 bits only > (DPMI based) [although I think the compiler can be run in 16 bits code]. It may not be the latest version, but there is a DOS version of FreeBASIC

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-10 Thread Liam Proven via Freedos-devel
On Mon, 9 Oct 2023 at 22:05, Pedro Luis Carballosa Mass via Freedos-devel wrote: > > I don't know if Turbo Basic is paid because Borland offered several outdated > environments for free. Freeware is not the same thing as open source, though. It's the FOSS part that is important here. For instan

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-09 Thread Pedro Luis Carballosa Mass via Freedos-devel
The BASIC language was chosen because the tutorial is (like all tutorials) for educational purposes, and the BASIC language is much simpler to assimilate by the inexperienced compared to C, however, that does not mean that the BASIC language is not suitable for other things, many important programs

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-09 Thread Liam Proven via Freedos-devel
On Mon, 9 Oct 2023 at 09:06, Danilo Pecher via Freedos-devel wrote: > > Neither Microsofts Quickbasic, nor Borlands Turbo-Basic are free > software, so the amount of people who would be able to compile it, is > probably dwindingly small. How about porting it to FreeBASIC? https://www.freebasic.n

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-09 Thread Danilo Pecher via Freedos-devel
I've had a look at it, and I doubt there's much use for it on FreeDOS. The most glaring obstacle is the choice of programming language. Neither Microsofts Quickbasic, nor Borlands Turbo-Basic are free software, so the amount of people who would be able to compile it, is probably dwindingly small.

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-08 Thread Pedro Luis Carballosa Mass via Freedos-devel
Thanks for the suggestion (https://www.gnu.org/licenses/gpl-howto.en.html). The author of the mouse subroutines (Andreas Andersson) does not ask to be contacted, only mentioned, and that is why I mention him in the tutorial. He says: "If you use any of this code in your programs, please give me

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-08 Thread Paul Dufresne via Freedos-devel
Le sam., 07 oct. 2023 20:08:05 -0400 Pedro Luis Carballosa Mass via Freedos-devel a écrit > Indeed, but that line can be changed (consider it GNU license), as author I > guarantee that the code can be used to be improved if that serves for > something to someone.   Then I would sug

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-07 Thread Pedro Luis Carballosa Mass via Freedos-devel
Indeed, but that line can be changed (consider it GNU license), as author I guarantee that the code can be used to be improved if that serves for something to someone. The code was made with educational ends. Anyway I will see that of the license to avoid future confusions. Thanks for the inform

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-07 Thread Paul Dufresne via Freedos-devel
Le ven., 06 oct. 2023 18:02:11 -0400 Jim Hall via Freedos-devel a écrit > Thanks for sharing your calculator program. However, I cannot run it > on FreeDOS. This is the error I get when trying to run CALC16.EXE on > FreeDOS: > > > Cargando fuente del sistema, por favor, espere...

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-06 Thread Jim Hall via Freedos-devel
On Fri, Oct 6, 2023 at 3:12 PM Pedro Luis Carballosa Mass via Freedos-devel wrote: > > Hi. > > The software is a basic calculator for DOS programmed in QBasic, the > calculator is not complete because he lacks some icons and it only > works with mouse, but this is due to that is part of a tutorial

[Freedos-devel] Calculator for DOS with GUI

2023-10-06 Thread Pedro Luis Carballosa Mass via Freedos-devel
Hi. The software is a basic calculator for DOS programmed in QBasic, the calculator is not complete because he lacks some icons and it only works with mouse, but this is due to that is part of a tutorial about how to make a GUI. The code of this program is available and it is possible to use it f