Search the web
Sign In
New User? Sign Up
GPCP · Gardens Point Component Pascal
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 85 - 114 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
85
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...
cfbsoftware1
Offline Send Email
Oct 3, 2004
1:17 am
86
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@...
Send Email
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...
cfbsoftware1
Offline Send Email
Oct 19, 2004
1:05 am
88
... Heh, I didn't even know that 1.3 had been released! Marc...
Marc Martin
marcmartin2
Offline Send Email
Oct 19, 2004
2:10 am
89
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@...
Send Email
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: ...
cfbsoftware1
Offline Send Email
Oct 19, 2004
4:35 am
91
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...
btreutwein
Offline Send Email
Oct 26, 2004
10:15 am
92
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@...
Send Email
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...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Oct 27, 2004
11:53 am
94
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...
Chris Jackson
bosenug
Offline Send Email
Oct 28, 2004
11:56 am
95
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@...
Send Email
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@...
Send Email
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...
btreutwein
Offline Send Email
Nov 3, 2004
8:39 pm
98
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...
russell_kneebonehotma...
russell_knee...
Offline Send Email
Nov 5, 2004
3:50 pm
99
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@...
Send Email
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...
Marc Martin
marcmartin2
Offline Send Email
Nov 7, 2004
7:34 am
101
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...
btreutwein
Offline Send Email
Nov 8, 2004
2:06 pm
102
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...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Nov 10, 2004
9:35 am
103
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...
Chris Jackson
bosenug
Offline Send Email
Nov 10, 2004
3:52 pm
104
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@...
Send Email
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...
northcott_b
Offline Send Email
Nov 11, 2004
11:28 am
106
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@...
Send Email
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...
cfbsoftware1
Offline Send Email
Nov 12, 2004
5:22 am
108
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...
Chris Jackson
bosenug
Offline Send Email
Nov 12, 2004
2:14 pm
109
... 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. ... ...
Marc Martin
marcmartin2
Offline Send Email
Nov 12, 2004
7:08 pm
110
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@...
Send Email
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...
cfbsoftware1
Offline Send Email
Nov 13, 2004
3:29 am
112
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...
fbrunnerreg
Offline Send Email
Nov 29, 2004
5:43 pm
113
... 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...
Marc Martin
marcmartin2
Offline Send Email
Nov 29, 2004
6:03 pm
114
Hi Marc, ... There is some information here http://statlab.uni-heidelberg.de/projects/oberon/ItO/www/ChPas.html Regards, Bob...
Bob Walkden
bob_walkden
Offline Send Email
Nov 29, 2004
9:45 pm
Messages 85 - 114 of 437   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