Re: [Freedos-devel] FreePascal bug [off-list]

2023-04-13 Thread Rugxulo
Hi, On Wed, Apr 12, 2023 at 7:10 PM Jim Hall wrote: > > > I believe this is a Free Pascal issue because the short > > hello world test works, but if you decide to use any > > objects, the Video unit is completely missing. I don't do a lot of graphical programming, so I'm unfamiliar with the

Re: [Freedos-devel] FreePascal bug [off-list]

2023-04-13 Thread Ladislav Lacina
The bug description is very confusing. It is not clear whether user complains about missing Video unit (files VIDEO.PPU and VIDEO.O) or the fact that under DOS/GO32V2 platform are not available the GUI Delphi-like elements. If it is the firsr case it is probably a LFN related problem. The

Re: [Freedos-devel] Minor problems FreeDOS 1.3 (Spanish translation)

2023-04-13 Thread Aitor Santamaría
Hi, On Sat, 8 Apr 2023 at 13:19, Steve Nickolas wrote: > On Sat, 8 Apr 2023, Andrew Bird via Freedos-devel wrote: > > > I think I can shorten the Spanish text, which fixes both the alignment > > problem and the lack of a space. I'll send a PR but I'd be grateful if > > somebody can check the

Re: [Freedos-devel] FreePascal bug [off-list]

2023-04-13 Thread Aitor Santamaría
Hello, As for myself, I attempted to compile FD-KEYB with FPC 16-bit, which I find to be a good proof, as it has heavy parts in Assembler, other parts in Pascal, and many procedure-type variables. It helped me fix a couple of minor (almost cometic) failures in the code. But I did not succeed.

Re: [Freedos-devel] Minor problems FreeDOS 1.3 (Spanish translation)

2023-04-13 Thread Aitor Santamaría
Hello, On Sat, 8 Apr 2023 at 11:53, Andrew Bird via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > I think I can shorten the Spanish text, which fixes both the alignment > problem and the lack of a space. I'll send a PR but I'd be grateful if > somebody can check the text there

Re: [Freedos-devel] Minor problems FreeDOS 1.3 (Spanish translation)

2023-04-13 Thread Aitor Santamaría
Hello, Sorry for being late in replying. You are right: I saw a lot of untranslated lines there, it almost needs to be retranslated. Curiously enough, the most important lines that give most of the output are translated, o you can't imagine how much it is missing by running the program. Aitor

Re: [Freedos-devel] Minor problems FreeDOS 1.3 (Spanish translation)

2023-04-13 Thread Aitor Santamaría
Hello WIlhelm, Sorry for being late. On Thu, 6 Apr 2023 at 22:06, Wilhelm Spiegl wrote: > Hi Aitor, > I do not know who made the spanish translation, maybe Andrew Bird as I > just noticed on the site, it is only one year old, creating a cp xxx and > the unicode version was an idea of Berki, he

Re: [Freedos-devel] Minor problems FreeDOS 1.3 (Spanish translation)

2023-04-13 Thread Aitor Santamaría
Right, that was the space I was missing. There were two T-like characters there, does it not make it any better? Aitor On Sat, 8 Apr 2023 at 08:09, wrote: > Hi, > > > On Apr 6, 2023, at 5:44 PM, Andrew Bird via Freedos-devel < > freedos-devel@lists.sourceforge.net> wrote: > > > > Hi Aitor, Hi

[Freedos-devel] libm-0.2

2023-04-13 Thread Gregory Pietsch
I'm attempting to fix some of my older things that got delayed because of mental burnout. Three years in the making, libm-0.2 has a few new functions in it, such as implementations of the Bessel functions, a new implementation of ctan and ctanh, and a couple of other things. I was hoping

[Freedos-devel] Toy CPU 3.1 (announce)

2023-04-13 Thread Jim Hall
I teach university courses part-time, including a class about general computing topics, open to all majors. This is not a computer science class - it's an introductory course that teaches students about how technology works, to remove the mystery around computing. To help teach the unit on "how