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...
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. ...
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...
Hi Bill, ... [...] ... Although this might look like on the first sight, all host dependencies and interfaces (i.e. Windows stuff) are layered in Subsystem...
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,...
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@...
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...
... 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...
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@...
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@...
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....
... 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@...
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...
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...
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@...
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...
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@...
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 ...
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@...
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@...
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@...
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...
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@...
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...
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@...
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@...
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...
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 ....