Just saw this great news on the GPCP / Visual Studio Integration site at: http://sky.fit.qut.edu.au/~chans/vsip.html <quote> What's Next We are planning to add...
I am developing an application using gpcp1.2.4.net that uses a DataTable / DataGrid / DataView combination to display a table from a TAB-separated text file....
Hi All just an update on Chris' problem, which turns out to have wider interest. Within the .NET framework there are some functions that return objects of type...
John Gough
j.gough@...
Sep 8, 2004 1:17 am
84
Hi all, I noticed that Siu-Yuen Chan's web pages showing the Visual Studio version of GPCP no longer exists, so I emailed him about this. He stated that he ...
In the Component Pascal Language report it is stated that super calls are deprecated and that "Support for these features may be reduced in later product...
Chris has a good point here. We toed the politically correct line from the Component Pascal Report in deprecating this feature. However, like Chris we can't...
K John Gough
john@...
Oct 3, 2004 1:29 am
87
I've just tried this again using the new v1.3 compiler and it now works like a charm! Well done, John & Co - keep up the great work! Chris Burrows CFB Software...
Hi All Yes 1.3 is up on the web, and has a lot of new goodies ... Including all new documentation. I didn't post a message because the html page on the server...
K John Gough
john@...
Oct 19, 2004 3:25 am
90
Hi John, I've noticed a few misleading out-of-date links out there for a while now, including: ...
On http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpide.jsp there is an announcement that an Eclipse will be available soon. As far as I remember...
We have a new person who will start working on the project soon, so we hope to have a new distribution ready early in the new year - Paul ... From: btreutwein...
Paul Roe
p.roe@...
Oct 26, 2004 11:02 am
93
Hi all, I am a new member of the GPCP group. I work as a computational linguist at the University of Cologne. Both in research as well as in teaching we use...
I'm attempting to port an application written in Blackbox CP to Gardens Point CP with Java output. This will potentially be very useful for us to make the app...
Hi Chris Thanks for the email. This is a bug. We will try to track it down quickly and post a workaround. Cheers John ... John Gough Professor Faculty of...
John Gough
j.gough@...
Oct 29, 2004 2:18 am
96
Hi All I have a couple of fixes that you may want to apply to gpcp. Alternatively you may wait for 1.3.1 to pick them up. #1 is a workaround for a problem...
John Gough
j.gough@...
Nov 1, 2004 5:57 am
97
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...