Search the web
Sign In
New User? Sign Up
mocka · The Mocka and Modula-2 mailinglist.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 438 - 467 of 707   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
438
Hi, modulators! This time just to tell you about a nice deb package I found elsewhere in the net. It's very well known that installing mocka was not a trivial...
Jesus
jconsuegra
Offline Send Email
Mar 27, 2005
11:47 pm
439
I have added the latest version of the m4m compiler project online at http://fruttenboel.verhoeven272.nl/m4m/index.html After a year of getting new...
jan verhoeven
fruttenboel
Offline Send Email
Mar 30, 2005
9:01 pm
440
I solved the 'problem' with the end of the VAR section. Instead of falling back to an END for each VAR/CONST/TYPE area, I have introduced look-ahead reading of...
jan verhoeven
fruttenboel
Offline Send Email
Mar 31, 2005
9:24 pm
441
Jan: Why don't you write the specs of the procedures you need and we all try to help in writing that code?. Maybe the development would be faster... Saludos...
Jesus Consuegra
jconsuegra
Offline Send Email
Apr 2, 2005
11:21 pm
442
... That is a very good idea for the future. At present, I am trying to find out how to set up the linked lists that will handle all TYPE related aspects. This...
jan verhoeven
fruttenboel
Offline Send Email
Apr 3, 2005
6:51 pm
443
The other day a person called 'Les' started trying to convince me that Oberon is a very good follow up for Modula-2. The person already has me so far that I -...
jan verhoeven
fruttenboel
Offline Send Email
Apr 8, 2005
12:16 am
444
... I installed this one. It works, but doesn't do anything. I get a screen which I remember from my DOS period when I booted into Oberon from a floppy disk. ...
jan verhoeven
fruttenboel
Offline Send Email
Apr 8, 2005
4:53 pm
445
... floppy ... So, you're a believer now... I tried the Win version you pointed me, and all what I got is a shadow task sitting in some hidden place of the...
Jesus
jconsuegra
Offline Send Email
Apr 14, 2005
8:27 pm
446
... A true believer. ... I have the Bluebottle thing on a bootable CD-ROM disk and just need some ambition to attach carbon to the SwitchView. I should have...
jan verhoeven
fruttenboel
Offline Send Email
Apr 14, 2005
8:44 pm
447
Yesterday, I installed the Oxford Oberon compiler. You can download it as a binary file, no compilation is required. It runs 'out of the box'. I compiled some...
jan verhoeven
fruttenboel
Offline Send Email
Apr 16, 2005
3:30 pm
448
Hi all, I just found a new Yahoo Group at http://groups.yahoo.com/group/modula-2/ The founder wants to write a completely free Modula-2 system with IDE and...
freem2pages
Offline Send Email
Apr 18, 2005
7:31 am
449
... That's a good idea. ... I wouldn't underestimate this. In academia, there is a lot of interest in Modula-2 and Oberon like languages. In Spain, Modula-2 is...
jan verhoeven
fruttenboel
Offline Send Email
Apr 18, 2005
11:15 am
450
Hi, My name is Jan Verhoeven (Yahoo ID 'fruttenboel') and I run a similar mailing list at http://groups.yahoo.com/group/mocka, which is also dedicated to our...
jan verhoeven
fruttenboel
Offline Send Email
Apr 18, 2005
11:26 am
451
As I told before: I downloaded a 40 MB ISO image of Bluebottle, the Oberon OS from Professor Wirths ETH Institute... I just put my Carbon machine on the KVM...
jan verhoeven
fruttenboel
Offline Send Email
Apr 18, 2005
1:28 pm
452
Does anyone here have any experience in using sockets? I'm trying to use Peter Moylan's definition files for OS/2 This is what I'm using right now. It is very...
Terry Ross
aliboom.geo
Offline Send Email
Apr 27, 2005
4:32 pm
453
... No, not me. I want to, sometime, but when... ... In that kind of cases, I litter the source with WriteString messages so that I can exactly see what's...
jan verhoeven
fruttenboel
Offline Send Email
Apr 27, 2005
4:53 pm
454
On Wed, 27 Apr 2005 18:49:15 +0200 ... Yeah, that's what I'm doing (the previous really had a lot of them). ... hmmmm looks interesting. Actually, I'd like to...
Terry Ross
aliboom.geo
Offline Send Email
Apr 27, 2005
6:44 pm
455
... Can't you make a foreign module that relies on the working function from the other language? That's how I made Mocka accept SVGAlib functions. I rewrote...
jan verhoeven
fruttenboel
Offline Send Email
Apr 27, 2005
7:36 pm
456
On Wed, 27 Apr 2005 21:32:20 +0200 ... Don't know how. I've made foreign modules for C, along with some direct calls as shown in the other program. XDS shows...
Terry Ross
aliboom.geo
Offline Send Email
Apr 27, 2005
11:40 pm
457
On Wed, 27 Apr 2005 11:28:58 -0500 ... Just as an update, I have sockets working in a really messy way, that I will be cleaning up soon. This is the mess I'm...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
3:24 am
458
I am on IRC constantly, so I was wondering if there were any established Modula-2 channels where we could discuss things in real time? I generally have...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
3:29 am
459
... There is a high probability that the european guys will be offline the moment you pose a question.... -- Met vriendelijke groeten Jan Verhoeven ...
jan verhoeven
fruttenboel
Offline Send Email
May 1, 2005
3:48 pm
460
... I see these lines: 18 CONST 19 CR = 13C; 20 LF = 15C; Normally, a CR is ASCII 13 (decimal) or 15C (Octal) and the LF is ASCII 10 or octal 12C. Now,...
jan verhoeven
fruttenboel
Offline Send Email
May 1, 2005
4:02 pm
461
On Sun, 1 May 2005 17:57:51 +0200 ... Yeah, that was an error. I didn't have my ASCII codes handy, and I just did it from memory from a long time ago. Thanks...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
4:26 pm
462
On Sun, 1 May 2005 17:44:19 +0200 ... Not only for me. I'm online 24/7 so I'll always see a question or answer. Terry -- Terry Ross | qnr | <terry at aliboom...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
4:28 pm
463
On Sun, 1 May 2005 17:44:19 +0200 ... No matter how clueless I appear on the Sockets bit (which is, BTW, coming along nicely - I have it broken down into a...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
4:58 pm
464
I am on IRC constantly, so I was wondering if there were any established Modula-2 channels where we could discuss things in real time? I generally have...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
5:07 pm
465
No idea where that duplicate came came from ... sorry Terry -- Terry Ross | qnr | <terry at aliboom dot com> | http://linux.aliboom.com Key BE84 EC1D FC94 D97B...
Terry Ross
aliboom.geo
Offline Send Email
May 1, 2005
5:41 pm
466
So I'm on a journey into Oberon. And it's a nice journey, so far. I got the Oberon systems from http://www.oberon.ethz.ch and I ordered a remnant book at...
jan verhoeven
fruttenboel
Offline Send Email
May 1, 2005
6:29 pm
467
Hi Terry, ... I looked a bit firther and found: 237 PROCEDURE do_logout(reason : ARRAY OF CHAR); 238 VAR 239 msg : strType; 240 241 BEGIN 242 IF ((...
jan verhoeven
fruttenboel
Offline Send Email
May 1, 2005
6:47 pm
Messages 438 - 467 of 707   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help