How can I access graphics files from within a CGI executable? I have the CGI executable running faultless, but the addressed png files are not visible on...
... The problem is in the 'png' extension. I can load any GIF, as long as I specify the path. But a png from the same location is ignored. -- Met vriendelijke...
... Not yet. Unless 192.168.72.64 is reachable by you.. :o) ... Yes. Many of the pictures on fruttenboel are PNG pictures. Especially all the circuit drawings....
Hi, Is anyone aware of a GTK binding for Modula-2? I am looking into this, but there seem to be GTK translations for just about any language ranging from Ada...
On Tue, 15 Feb 2005 22:21:48 +0100 ... I'd love to help, but I honestly have no idea where to begin. Terry -- Terry Ross | qnr | <terry at aliboom dot com> |...
... this, but ... ranging from ... functions. But a ... Hi, There's a Modula-3 GTK binding available: http://m3.linuks.org/ When I looked into it a few years...
... I downloaded all of their tar.gz files and now I have a question: What's the <: operator in M3? I guess it's not a smiley. ... First, I will do some...
... I would begin in C and then try to work myself into the direction of making a foreign module. I made the following small program and it worked... ... ...
On Wed, 16 Feb 2005 20:31:42 +0100 ... Hmmmm, ok, but to be honest, I know very little about C. I do most of my work in Modula-2, Ada, or X11-Basic (a clone of...
I apologize for the long line in my previous message. I have my line length set to 72 characters, but for some reason it wasn't actually wrapping the lines in...
... So do I! ... And back. That's the good part. The last three years I have been reading a lot about C++ and Qt and Java and JavaScript and SVGAlib. The more...
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...
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: 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...
... 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...
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 -...
... 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. ...
... 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...
... 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...
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...
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...
... 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...
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...
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...
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...
... 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...
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...
... 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...