In a recent issue of the german Linux Magazin was an article about a Perl plugin for jEdit (www.jedit.org). jEdit is an editor completely written in Java with...
Hi John, Are you going to put these fixes into the "Files" section of the Yahoo Group or on the download page of GPCP site? The zip file in your last post is...
Hi Russell, hi All Looks as though either yahoo or hotmail has dumped the zip file. Many people did get the attachment however. I will put it up on the web...
K John Gough
john@...
Nov 7, 2004 6:33 am
100
... For anyone who did not receive the attachment, I've uploaded it to the "Files" area: http://groups.yahoo.com/group/GPCP/files Marc...
My first attempt for a CP language mode for jEdit (see http://www.jedit.org/) can be found here: http://www.lrz.de/~bernhard/Component-Pascal.xml Get it, put...
Hi, it works fine. Regards Jürgen R. ... Hi, it works fine. Regards Jürgen R. At 15:05 08.11.2004, btreutwein wrote: My first attempt for a CP language mode...
Thanks John for the recent fixes for 1.3. I applied the fix for the open array problem by copying the new Visitor.cp to source/gpcp, running "cprun CPMake...
Hi Chris, hi all Yes, there is an error in code that was never exercised before the previous fix. Second and subsequent length parameters to multidimensional...
K John Gough
john@...
Nov 11, 2004 12:05 am
105
The version of the Component Pascal Language Report I have states, " In ASSERT(x, n) and HALT(n), the interpretation of n is left to the underlying system...
Hi Bill HALT(n) simply exits with completion code n. Thus on a UNIX system HALT(0) would be a normal exit, while HALT(1) would be some kind of abnormal...
John Gough
j.gough@...
Nov 11, 2004 11:41 am
107
... is ... wrapping). ... Have at last got around to implementing PrintPreview and printing. As .NET is designed for interoperability of languages I decided...
Thanks again John for the recent bugfix. I've noticed GPCP is less forgiving than Blackbox in a couple of cases. Firstly if not all OUT parameters are assigned...
... Hey, that's cheating! :-) I implemented my own quick & dirty textfile printing capability a couple months ago. It works well enough for me for now. ... ...
Hi All Chris has a good question. The verifiers for both JVM and .NET require that OUT values be initialized along every path in the method. We could fudge...
K John Gough
john@...
Nov 13, 2004 2:13 am
111
Hi John, Chris and all, For me, the fact that GPCP picks up these potential errors at compile-time is an improvement on BlackBox. If they have the effect of...
Hi, I need to run a Pascal program in Win CE/ ARM (XSCALE) environment. Since GPCP is able to compile to .NET executables, I hope I can use this. But I have to...
... I don't know of any guide to do this... over the years, my own codes have been ported a number of times. First from Pascal to Modula-2, then Modula-2 to...
Hi Florian, I've found the exercise of converting Pascal code to Component Pascal code has been facilitated using Gérard Meunier and Helmut Zinn's excellent...
Hi All Marc has a good point regarding the closeness of M2 to traditional Pascal. Unfortunately GPM/CLR produces unverified code which is targetted at the x86...
John Gough
j.gough@...
Nov 30, 2004 1:11 am
117
Hi All, first: thanks for your answers! It's not necessary to convert to Component Pascal so I tested to convert to gpm/clr. But as John mentioned, I couldn't...
How is meta information handled in the GP implementation of Component Pascal? Is there a library equivalent to Meta in the BlackBox implementation? Regards Ant...
... In the Microsoft .NET GP implementation of Component Pascal there are extensive metadata facilities provided by the .NET framework itself. Look in the .NET...
Hi everyone This is my first post to this list, so a quick introduction: my name is Brian Blackwell and I am working as a research assistant at the Programming...
Hi Bernhard I believe they are testing the power safety switches at QUT over the weekend. The server should be back up on Sunday or Monday. Regards Brian On...
Unlike the BlackBox implementation of Component Pascal, GPCP does not accept a type as a parameter to the LEN function. For example, given the declarations: ...
Hi Folks Yes, I can see the convenience of taking a typename as an argument to LEN. I will put the extra overload in the next refresh. Cheers John ... From:...