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 128 - 157 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
128
On 30th December Oberon Microsystems released Blackbox 1.5 under an Open Source licence (BSD like) with complete sources. See:...
btreutwein
Offline Send Email
Jan 2, 2005
3:18 pm
129
This is the second time I have read this in the last couple of days, but I can find no mention of it on Oberon's site or any other Oberon/CP resources I...
northcott_b
Offline Send Email
Jan 2, 2005
10:15 pm
130
Bill, You can download it from the page that Bernhard mentioned. There is a section titled free download - the one you want is BlackBox 1.5 BETA for Windows. ...
cfbsoftware1
Offline Send Email
Jan 2, 2005
10:28 pm
131
Thanks. I had downloaded the 1.5 beta but just not burrowed deep enough into it. In my naive way, I sort of thought releasing the source code might have...
northcott_b
Offline Send Email
Jan 3, 2005
11:16 pm
132
Hi Bill, ... [...] ... Although this might look like on the first sight, all host dependencies and interfaces (i.e. Windows stuff) are layered in Subsystem...
btreutwein
Offline Send Email
Jan 4, 2005
8:04 am
133
Hello All: I am an old Turbo Pascal programmer and I am new to GPCP (and .net for that matter). Here's a little program: MODULE Examp; IMPORT CPmain, Console,...
wilkott
Offline Send Email
Jan 25, 2005
8:37 pm
134
Hi wilkott The problem is a mismatch between the .NET type system and gpcp. In .NET types such as char, int and so on "derive" from System.ValueType, and so...
K John Gough
john@...
Send Email
Jan 25, 2005
11:58 pm
135
Hi John: Thank you for your quick answer. Much appreciated, Seth. ... like ... that ... = ... CHAR is ... on, ... under ... need ... compiler ... care...
wilkott
Offline Send Email
Jan 26, 2005
7:04 pm
136
... It's a difficult call, since while it's non-standard behavior for Component Pascal, it's still standard behavior for .NET. Seems if you're writing a .NET...
Marc Martin
marcmartin2
Offline Send Email
Jan 26, 2005
7:07 pm
137
Hi. Can't import swing. === Test.cp: MODULE Test; IMPORT CPmain, java_awt, javax_swing; BEGIN END Test. Output: C:\OOP>cprun gpcp Test.cp 5...
fatlion2
Offline Send Email
Jan 31, 2005
3:23 pm
138
Hi All Ok, thanks for the report. I have verified it on both 1.3.0 and the forthcoming 1.3.1. I'll find out why and post to the group. John ... From:...
K John Gough
john@...
Send Email
Feb 1, 2005
1:23 am
139
Ok, got it. The nested class Jtree$EmptySelectionNode declares a static field and a static method with the same name ... "sharedInstance". I'll see about a...
K John Gough
john@...
Send Email
Feb 1, 2005
1:33 am
140
... Thanks for quick answer. One more question. Why there are no fresh versions in zipped form? That's a boring problem for everybody who don't use windows....
fatlion2
Offline Send Email
Feb 1, 2005
9:50 am
141
... Ok, here is the drum on the overloaded names in Javax/Swing There is no workaround with the current javax_swing.cps file unfortunately. However there is a...
John Gough
j.gough@...
Send Email
Feb 4, 2005
2:35 am
142
... Can't recompile. There are no cps files for <gpcp> modules in my distribution, so this modules don't want to be imported. I'v tried to recompile all needed...
fatlion2
Offline Send Email
Feb 5, 2005
7:59 am
143
Hi All, working with gpcp (under MS-Windows) I encountered two problems related both to each other. When importing a quite large CPS-file, I got an an...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Feb 14, 2005
9:10 pm
144
Hi All if you look at the CPRUN.bat script, you will see how to set the search path for the java system. The flag is ...
K John Gough
john@...
Send Email
Feb 14, 2005
10:10 pm
145
I am using .NET version 1.1 and the latest version of GPCP for it. Everything is working fine, except n2cps. It is crashing giving unhandled exception in...
Anes Sadikovic
asadik
Offline Send Email
Mar 8, 2005
4:34 am
146
Hi All Yes N2CPS has a difficulties with the 1.3.0 release. We have replaced it with A new program PeToCps which will be going out with the 1.3.1 release this...
K John Gough
john@...
Send Email
Mar 8, 2005
4:45 am
147
Hi John, I try to compile a rather complex program for machine translation of natural language. When GPCP parses the import list of a module, I got a ...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Mar 14, 2005
9:24 am
148
Hi Juergen This looks really interesting. I have not seen such large heap usage before, particularly as this appears to be just the imports. The abstract...
K John Gough
john@...
Send Email
Mar 15, 2005
12:04 am
149
Hi All version 1.3.1 of GPCP is now up, but you will need a new URL. http://plas.fit.qut.edu.au/gpcp/ is the place to start, then to the downloads page. This...
John Gough
j.gough@...
Send Email
Apr 1, 2005
5:24 am
150
Hi All should have also mentioned: Diane Corney's PE Reader Writer, aka PERWAPI in available starting from the same URL --- http://plas.fit.qut.edu.au/gpcp/ ...
John Gough
j.gough@...
Send Email
Apr 1, 2005
5:31 am
151
Thanks! Especially for the updated zip version. Small problem - trying to get the installer JVM version shows a heading "Downloading GPCP 1.3.1-NET 1.0" on...
russell_kneebonehotma...
russell_knee...
Offline Send Email
Apr 1, 2005
2:01 pm
152
Hi All As Russell points out, the download page for the JVM/Win32 seems to be broken. Profuse apologies. We will try to find out what happened Monday. Cheers...
K John Gough
john@...
Send Email
Apr 2, 2005
12:39 am
153
Hi John, The 1.3.1 GPCP/CLR 1.1 compiler reports that the click event handlers for controls are missing. e.g. in Systems_Windows_Forms_ in 1.3.0, LinkLabel had...
cfbsoftware1
Offline Send Email
Apr 3, 2005
7:36 am
154
Hi All As Chris has detected, the symbol files in the directory $CPROOT/libs/NetSystem are missing all of their event fields. We have fixed it, and should get...
John Gough
j.gough@...
Send Email
Apr 4, 2005
3:41 am
155
Hi All As Chris has detected, the symbol files in the directory $CPROOT/libs/NetSystem are missing all of their event fields. We have fixed it, and should get...
John Gough
j.gough@...
Send Email
Apr 4, 2005
3:41 am
156
Hi John, The new GPCP 1.3.1 for .NET installer (5 April) fixed that particular problem but I still have been unable to compile my WinForms RichText example...
cfbsoftware1
Offline Send Email
Apr 7, 2005
3:12 am
157
Hi John, I got a compiler panic message from your 1.3.1 compiler in the adjoined program example: The error does not occur if LpsPredicate is not imported ....
Jürgen Rolshoven
jrolshoven
Offline Send Email
Apr 14, 2005
12:39 pm
Messages 128 - 157 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