Hello members, i have a question concerning Modula-2 sound support. What i have here is a mouse-adventure game which is written in Modula-2 with a DOS compiler...
Hello Mad, ... The guy behind http://www.modula2.org might have an answer for you, but it could well be he is on his holiday right now. There seems to be a...
I'm not on holiday unfortunately. Which DOS compiler are you talking about? Sound support is not a feature of the Modula-2 language itself (our language does...
Hello Frank, ... its the TopSpeed Modula-2 DOS compiler ... I´ll try the XDS compiler with the library files. Maybe i have success compiling it for windows. ...
... That's rather standard. But I don't know if TopSpeed has a soundcard library standard. Borland, who also used to sell a Modula-2, might have one to go with...
While looking for something completely different, I ran into this webpage: http://www.softpanorama.org/Lang/pascal.shtml which also covers a lot of Modula-2...
Hello and good evening, i realy thank you for your ideas and help. I´d like to explain you some more cursiositys of this Modula-DOS-Sound-problem and maybe...
... That is relative. According to my clock, you wrote the mail at quarter past 1, GMT. Hence: you must be living on the East coast of the US of A. ... This...
Bored of CGI scripts? Looking for CGI executables? Explore http://www.unet.univie.ac.at/~a9406973/modula2/m2cgi.html before you continue... -- Met vriendelijke...
It took me two hours to debug it. And the error was not the sourcecode, but the fact that there must be two linefeeds between 'content-type' and the html...
... The attachment failed. So I put it online at http://fruttenboel.verhoeven272.nl/mocka/download.html in the upper row of the download table. -- Met...
... their ... Turbo Modula-2 was sold for a short time long before TurboVision was existent (TV appeared with Turbo Pascal 6.0). Turbo Modula-2 came without...
... First of all I'd try the XDS compiler when developing for Windows and Linux as Mocka is *nux-*nix and XDS is more portable (imho). I don't know why Mocka...
... before ... I wrote this page when I returned to Modula-2 two years ago. I lost interest in the text as the CGI interface is really simple and can easily be...
... I have a first CGI executable online at http://www.verhoeven272.nl/cgi-bin/testCGI It lists all the environment variables and you can easily see how these ...
... Mocka is nice, if you want to write modules. If you want to write applications, XDS is better. Period. ... In which position.. :o) -- Met vriendelijke...
Hi, I have another running program that has the basis for a CGI library: MODULE counterCGI; FROM Arguments IMPORT GetEnv, ArgTable; FROM InOut IMPORT...
... My problem at the moment is following: - suppose I have a HTML page - at a certain point in that file, I want to have a CGI executable to supply 10 words...
Ik heb geen zin om het te vertalen want jullie spreken toch allemaal engels. ... My problem at the moment is following: - suppose I have a HTML page - at a...
... only do ... Hi Jan, This simply is too much for the CGI. The idea is a simple server-side handling of requests delivering user-data from special areas like...
... which ... HTML ... switched ... library ... just ... of the ... modules. The updated package is now available from the download-area of the Free Modula-2...
... I like XDS because it is an ISO compiler. I certainly know what a nice language PIM-style Modula-2 is - but I want the power of the ISO-library. It saves a...
... Hmm. But I have an emergency escape for this. Suppose I put a link like: <a href="/cgi-bin/runCGI?batteryclip.html" target="main">Batteryclips</a> in my...
... Still, I refound this page: http://docs.rinet.ru/CGIM/Content/Html/ch06.htm in which the author states that the phrase <!--#exec cgi="/cgi-bin/access.pl"...
... can ... http://docs.rinet.ru/CGIM/Content/Html/ch06.htm ... executable. ... every ... Yes, the browsers do not mind at all as it is a comment. This is (as...
... target="main">Batteryclips</a> ... 'batteryclip.html' and ... epoch ... format ... But you still have to click that link? Does it work? And why not use ...
... Yes. It would need clicking. But then the strategy would be: - present a universal page without much content - present a navigator frame with this kind of...