Hi! Now I'm trying to analyze what is incoming after a read and I need to convert from CHAR to CARDINAL, just to see what the hex values of the chars are. I...
Yes, I should :o) Now I know that in the numeric character constants, i.e. 026C, the 026 is an OCTAL number. That reading a CHAR at a time doesn't trigger any ...
However, if I run it from the console, it works fine. (It stops at the CTROL-Z), but if I run it from a redirected console, it doesn't stop anymore... :o( ...
... Yes. That is rather a bit confusing, but in the time Modula-2 was invented, octal numbers were still rather popular. ... You have to learn by trial and...
... Which was exactly my problem when I ported soup and emit to DOS. You must find a Ctrl-Z by trying to read the first non-existent token from a file. Then...
... It does, thanks. I did print your SOUP as a reference. Now, my improved Copy program, hopefully working.... ... MODULE Copia2; (* This time I'm going to...
Op Thursday 04 December 2003 16:10 schreef Jesus:
> I did print your SOUP as a reference.
That must be 'soup' for Linux. I have been too l;azy to put 'soup...
... Big thanks!. For me is much easier to read another's code that to figure out by myself... I'm quite lazy too ;o) Thanks again, Saludos Cordiales, Jesus....
As of now, soup and emit for DOS have their own webpages at fruttenboel (see below) in the 'Modula-2' section. the soup.html file describes the porting process...
Hi Jesus,
please, forgive me, I would like to point you
a possible source of error:
after the calling of the procedure ALLOCATE
there is not any test for the...
julian.miglio@...
Dec 10, 2003 2:29 pm
152
Many thanks, Julian. BTW, which routine shold I use, SIZE or TSIZE?. I've seen both of them used at different programs... Saludos Cordiales, Jesus, (Suffering...
... In computers which were made after 1990, such a test is not very much needed. These computers all have plenty of RAM, so allocating a few hubndred...
Hi Jan, you are right! I appologise to everyone!:) I tryed to compile and run a test program with the heap memory limited to 0, it stops with a run-time error...
julian.miglio@...
Dec 11, 2003 10:04 am
155
Well, thanks to both of you, I progress slowly. Things start to work. This time the program copies itself to the output, keeping a line at once in a CHAR...
Hello Julian, ... I still have a complete set here: Topspeed Modula-2 version 2. It is book, manual and official disks. The manual is only about Topspeed...
... Please take a look at the file ASCII.DEF since it contains all the FST specific constants. You can also replace all '36C' constants by 'ASCII.EOL' if you...
Hi Jan, any material about Modula-2 is always wellcome, the K.N. King book could be very interesting but what about the N.Wirt one, The Art of semplicity? hav...
julian.miglio@...
Dec 12, 2003 12:44 pm
159
Hello Julian, ... See other mail... ... Don't know that one. I do know that some of Wirth's book are available on-line at the server from ETH in Switzerland....
... a line ... You told me so before.... I just forgot it. ... Just sit there as a byproduct of some other tests. I tried to access the array through a pointer...
Hi! (both of you): The book I have is Programming in Modula-2, from Herbert Schildt. I bought it in 1991. At that time I was just curious about Modula. The...
Hello Jesus, ... Sometimes books are translated to dutch as well. In most cases the translation is so weak, that reading the english original is still better, ...
Who knows about the DDD graphical debugger for X windows? According to some online information it should do Modula-2 as well: Description: The Data Display...
Jan: This is the first time I hear about it. Looks promising... Saludos Cordiales. Jesus. ... interface to ... structures are ... application by ... Bash, C, ...
Jesus and the rest: See what I received.... ... Subject: Re: DDD Date: Wed, 17 Dec 2003 11:13:31 -0000 From: modula2@myrea... To: jan verhoeven Hi, You may...
Jan it talks about the Mocka compiler and related developping instrumentation....
julian.miglio@...
Dec 18, 2003 7:38 am
168
Hi friends,
revising my old projects I found
an interesting one to make an
ADC for PC.
The hardware is very simple and we don't need
to make any modification...
julian.miglio@...
Dec 18, 2003 7:54 am
169
Op Thursday 18 December 2003 08:54 schreef julian.miglio@...: [ADC] ... Yes we probably all do... The ADC you mention is also used many times in PIC...