Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

GPCP · Gardens Point Component Pascal

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 93
  • Category: Pascal
  • Founded: Feb 20, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 235 - 264 of 604   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
235 cfbsoftware1 Send Email Jun 15, 2006
2:15 am
Hi John & Co, I have recently been helping to introduce a couple of Blackbox CP users to Gardens Point CP. In the process of their porting code a number of...
236 K John Gough
john@... Send Email
Jun 15, 2006
2:23 am
Hi All yes, it looks like a bug! I'll verify it the issue, and put up a fix. This may take until mid next week. Keep those reports coming in! John ... From:...
237 cfbsoftware1 Send Email Jun 15, 2006
6:48 am
Compiler panic in GPCP 1.3.3 for .NET results when compiling the following: MODULE Panic2; TYPE Complex* = POINTER TO RECORD re*, im* : REAL END; ...
238 cfbsoftware1 Send Email Jun 15, 2006
7:05 am
The following results in a compiler panic with v1.3.3 GPCP for .NET: MODULE Panic3; PROCEDURE ClipNint* (x : REAL) : LONGINT; CONST maxLong = MAX(LONGINT); ...
239 cfbsoftware1 Send Email Jun 15, 2006
7:41 am
The following fails to compile: v is not initialised. MODULE PresetNil; TYPE Vector* = POINTER TO ARRAY OF INTEGER; PROCEDURE P*(): Vector; VAR v: Vector; ...
240 robert_at_pilrig
robert_at_pi... Send Email
Jun 15, 2006
1:21 pm
... I have been told that the Java Sin function behaves differently to most other libraries anyway, so portability is not to be expected. If, in BlackBox, I...
241 Robert Campbell
robert_at_pi... Send Email
Jun 15, 2006
1:58 pm
Hi I notice that the Module: MODULE TestBug; TYPE Dlg = RECORD n- : INTEGER END; VAR dlg* : Dlg; END TestBug. compiles under BlackBox, but not Gardens...
242 Robert Campbell
robert_at_pi... Send Email
Jun 15, 2006
2:14 pm
Hi The following Module compiles under BlackBox, but not under Gardens Point unless the Type Vector is exported. Regards Robert. MODULE MultiBug2; TYPE Vector...
243 K John Gough
john@... Send Email
Jun 15, 2006
9:27 pm
Hi Chris The NET framework does not guarantee that references are initialized to nil this is an option in the intermediate code. GPCP always sets this flag. I...
244 Robert Campbell
robert_at_pi... Send Email
Jun 16, 2006
9:23 am
Hi I have just run the Module below with the following results:- It does not look right to me! Regards Robert Campbell ... MODULE AaaIncTest; IMPORT CPmain,...
245 K John Gough
john@... Send Email
Jun 17, 2006
1:55 am
Hi All Robert has turned up an interesting bug. First, yes it is a bug, and it exists both for JVM and CLR versions, including both the "via assembler" and...
246 cfbsoftware1 Send Email Jun 26, 2006
4:06 am
There seems to be a problem in GPCP .NET 1.3.3 with hex constants whose most significant bit is set. e.g. if i is an INTEGER, the following statement i :=...
247 Jon Kleiser
jon_kleiser Send Email
Aug 24, 2006
2:43 pm
Hello, When I downloaded gpcp for the first time a couple of weeks ago, I happened to get gpcp-JVM-1.3.1, and I wrote my first little AWT program using 1.3.1....
248 Jon Kleiser
jon_kleiser Send Email
Aug 29, 2006
8:55 am
I'm using gpcp-1.3.3-JVM on Mac OS X (10.4.7). When I cprun my little program that tries to call RTS.hiShort(i), I get this: Exception in thread "main"...
249 K John Gough
john@... Send Email
Aug 29, 2006
11:43 am
Hi All just a "heads-up" to let you know that I have version 1.3.4 almost ready. V1.3.4 fixes all of the bug reports that have come in during 2006. The only...
250 K John Gough
john@... Send Email
Aug 29, 2006
12:08 pm
Hi All I don't have a UNIX/Java machine in the room at the moment, so let me try to answer Jon's questions from memory, and the help of the MS/Java ...
251 Jon Kleiser
jon_kleiser Send Email
Aug 29, 2006
1:35 pm
Hi, I read in the ReleaseNotes1.3JVM.pdf that "The use of procedure variables and of super-calls are deprecated", but (a) I don't understand why super-calls...
252 cfbsoftware1 Send Email Sep 4, 2006
1:16 pm
Hi Jon, I don't know the answer to your questions but the following may help - although much of it went over my head :-( a) In the BlackBox Help > What's New?...
253 Jon Kleiser
jon_kleiser Send Email
Sep 4, 2006
3:32 pm
Hi Chris, Thanks a lot for your response! I'll tell you why I ask these strange questions. Some years ago I used BlackBox a bit, mainly on a Mac. I loved the...
254 cfbsoftware1 Send Email Sep 5, 2006
12:48 am
Hi Jon, OK - I see now why you were asking. I can confirm that Attributes Externalize is called when you save a document - I used the unsubtle sledgehammer...
255 Jon Kleiser
jon_kleiser Send Email
Sep 5, 2006
11:26 am
Hi Chris, I tried your HALT(0), and it sure gave me lots of trap info that I will take a closer look at later on. The only problem was that I couldn't save it;...
256 Jon Kleiser
jon_kleiser Send Email
Sep 14, 2006
7:16 am
Hi, Thanks for you reply, John. I'm still a bit confused as to what's causing my NoSuchMethodError. If I cd $CPROOT and then javap CP/RTS/RTS, I get a nice...
257 Stephen Harris
sharris1_us Send Email
Sep 14, 2006
2:16 pm
FWIW: I get the same error, I tried it with GPCP 1.3 and GPCP 1.3.3. -smh Jon Kleiser <jon.kleiser@...> wrote: Hi, Thanks for you reply, John. I'm...
258 cfbsoftware1 Send Email Sep 14, 2006
11:52 pm
FWIW: The problem appears to be specific to the JVM version of GPCP. I tried it on GPCP 1.3.3 on .NET and it worked OK. Chris Burrows CFB Software ...
259 Jon Kleiser
jon_kleiser Send Email
Sep 15, 2006
7:36 am
Yes, it's specific to the JVM version of GPCP. I think I've found the reason; it was rather obvious ;-). After I made these changes ... public static int...
260 cfbsoftware1 Send Email Oct 3, 2006
12:50 pm
Hi John, That's good news! Any update on when we can expect to be able to get our hands on 1.3.4? Regards, Chris CFB Software http://www.cfbsoftware.com/gpcp...
261 cfbsoftware1 Send Email Oct 4, 2006
8:18 am
If you don't have Visual Studio .NET, but don't like the idea of using the command-line GPCP compiler with DOS batch files etc. there is an alternative coming...
262 Marc Martin
marcmartin2 Send Email
Oct 4, 2006
2:20 pm
... Great news! I *do* have Visual Studio, but find it too bloated... so "lightweight&quot; is very appealing! Marc...
263 Bob Walkden
bob_walkden Send Email
Oct 4, 2006
7:29 pm
Looking forward to that! -- Regards, Bob _____ From: GPCP@yahoogroups.com [mailto:GPCP@yahoogroups.com] On Behalf Of cfbsoftware1 Sent: 04 October 2006 09:19 ...
264 K John Gough
john@... Send Email
Oct 10, 2006
7:18 am
Hi All Version 1.3.4 of gpcp is now up on the website. The distribution has many fixes compared to 1.3.3, and has updated documentation as well. Installer...
Messages 235 - 264 of 604   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help