Hi friends,
I found a very interesting editor for the Window
environment, it recognise many different languages and one of them is Modula-2, you can also...
julian.miglio@...
Nov 4, 2003 7:20 am
106
Hello Julian. I think know Multiedit from long ago, (from the DOS stone age), it was one of the best editors many years ago. I didn't know they survived... It...
Hi everybody!. Doing some cleanup at the office, I've found a set of floppies labelled "TopSpeed MOdula-2 3.0". It's a MSDOS Modula-2 compiler. I've asked my...
Hi Jesus, very nice!!! I know that compiler but I belive that it is no longer supported, I remember that maybe there is something about it on the Free Modula-2...
julian.miglio@...
Nov 5, 2003 7:20 am
109
Julian: I'm sorry, I'm against illegal software copy. If after evaluating it I see no use for it, I'll gladly send it to you as a present. Saludos Cordiales, ...
... I have Top Speed Modula-2 Version 2 on 5,25" floppies. If anyone wants to keep a backup for me, let me know and I will put them online for a week. -- Met...
jan verhoeven
jan@...
Nov 5, 2003 7:56 pm
111
That's a fine point of view.... I think I also need someone else keeping a backup of TopSpeed 3.0 for me... Saludos Cordiales, Jesus. ... them...
... That would be 600 pages size A5.... -- Met vriendelijke groeten Jan Verhoeven owner of http://www.fruttenboel.tomaatnet.nl...
jan verhoeven
jan@...
Nov 6, 2003 6:18 pm
114
Hi, Please be so kind to keep a backup from PTS-DOS 6.51 for me. You can get my copy from http://wisclub.fol.nl/images/ptsdos.zip The file will remain there...
jan verhoeven
jan@...
Nov 6, 2003 8:24 pm
115
Done!. If you ever need to recover your backup, it will be standing at my backup library... Thanks for your confidence, Saludos cordiales, Jesus. (BTW, would...
... This is a great assurance to me. If now the great flooding of Holland comes, I can rest assured that I can get my PTS-DOS copy back from a high-and-dry...
jan verhoeven
jan@...
Nov 7, 2003 5:42 pm
117
Some of you know this already, others won't. Last Saturday, I was riding on my bicycle (Giant Trooper, model 1997) from Goirle to Tilburg, when all on a...
jan verhoeven
jan@...
Nov 7, 2003 7:27 pm
118
... I feel the same. Having a dry and hot climate, it can prematurely damage my magnetic media... ... Let me look if I have enough space ;o). ... You will...
Jan: After looking at my copy of TS, what I've found is that my copy is reallya backup of TS 3.1, (even is labelled 3.0). There is inside a file that looks...
... wounds, I bit my lips and had a light ... I'm so sorry!... I hope all in all will be a simple dismay. ... around ... that ... You are not too bad, if you...
... Probably it will be nothing. Although this event was mask programmed in my genes. I have been very reluctant for activity in these months since there was...
jan verhoeven
jan@...
Nov 10, 2003 8:52 pm
122
... The other day, I looked at TopSpeed in more detail than I did before. I come to the conclusion that knowing two Modulae is enough.... FST for DOS and Mocka...
jan verhoeven
jan@...
Nov 10, 2003 8:52 pm
123
... for DOS ... DOS... You're right, two is enough. But where TopSpeed shines is in his VID debugger. For people like me, the help of a debugger is...
This list is dedicated to Modula-2. Not to car bombers for whichever cause. I saw the messagese of today and I decided to go for strict measures. As of now,...
Dear Jan,
I agree, I was very disappointed for that too.
thank you Julain...
julian.miglio@...
Nov 24, 2003 7:15 am
131
Yes, I agree. I've been deleting those unwanted messages, but your approach is better. This list is for Modula or Modula related issues. Saludos Cordiales. ...
Hi everybody: After looping around looking for the best Modula that fit my needs, I've been testing FST, GPM, Topspeed, XDS (a windows one, I have to work with...
Following Jesus' lead, here are my incentives: - for DOS I will stick to FST Modula-2. - for Unix I will use Mocka - I am working on a Z8 system (project...
Hi!. After many days doing obvious things with pointers, types, linked lists and other animals like those, the time has come to get a grip on files. I've...
(* I forgot to include the code..... *) MODULE Copia; FROM InOut IMPORT WriteString, WriteCard, WriteLn, Write, ReadString, ReadCard, Read, EOL, Done; VAR...
Hi Jesus,
I had a look to the code, it seams to be
correct, but probles like thia are very common.
my suggestion is simple:
- look at the flow with a...
julian.miglio@...
Nov 28, 2003 12:38 pm
137
Op Friday 28 November 2003 12:37 schreef Jesus: EOF detection is always idfficult. I had a lot of trouble getting it to work on my ported soup and emit...
... Too true. In FST for example, the CR/LF pair is translated to an ASCII.EOL by the compiler. So if you only look for LF or CR, you -can- get in trouble. -- ...
Jan, thanks a lot again for this long answer. Yes, I've to change my mind and "modularize" myself a lot more... I'll be studying your suggestions. Thanks...