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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 234 - 263 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
234
Some (if not all) of the files installed with GPCP v1.3.3 for .NET are set as read-only. This has unfortunate consequences, which can be particularly confusing...
cfbsoftware1
Offline Send Email
May 25, 2006
2:56 am
235
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...
cfbsoftware1
Offline Send Email
Jun 15, 2006
2:15 am
236
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:...
K John Gough
john@...
Send Email
Jun 15, 2006
2:23 am
237
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; ...
cfbsoftware1
Offline Send Email
Jun 15, 2006
6:48 am
238
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); ...
cfbsoftware1
Offline Send Email
Jun 15, 2006
7:05 am
239
The following fails to compile: v is not initialised. MODULE PresetNil; TYPE Vector* = POINTER TO ARRAY OF INTEGER; PROCEDURE P*(): Vector; VAR v: Vector; ...
cfbsoftware1
Offline Send Email
Jun 15, 2006
7:41 am
240
... 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...
robert_at_pilrig
robert_at_pi...
Offline Send Email
Jun 15, 2006
1:21 pm
241
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...
Robert Campbell
robert_at_pi...
Offline Send Email
Jun 15, 2006
1:58 pm
242
Hi The following Module compiles under BlackBox, but not under Gardens Point unless the Type Vector is exported. Regards Robert. MODULE MultiBug2; TYPE Vector...
Robert Campbell
robert_at_pi...
Offline Send Email
Jun 15, 2006
2:14 pm
243
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...
K John Gough
john@...
Send Email
Jun 15, 2006
9:27 pm
244
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,...
Robert Campbell
robert_at_pi...
Offline Send Email
Jun 16, 2006
9:23 am
245
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...
K John Gough
john@...
Send Email
Jun 17, 2006
1:55 am
246
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 :=...
cfbsoftware1
Offline Send Email
Jun 26, 2006
4:06 am
247
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....
Jon Kleiser
jon_kleiser
Offline Send Email
Aug 24, 2006
2:43 pm
248
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"...
Jon Kleiser
jon_kleiser
Offline Send Email
Aug 29, 2006
8:55 am
249
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...
K John Gough
john@...
Send Email
Aug 29, 2006
11:43 am
250
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 ...
K John Gough
john@...
Send Email
Aug 29, 2006
12:08 pm
251
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...
Jon Kleiser
jon_kleiser
Offline Send Email
Aug 29, 2006
1:35 pm
252
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?...
cfbsoftware1
Offline Send Email
Sep 4, 2006
1:16 pm
253
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...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 4, 2006
3:32 pm
254
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...
cfbsoftware1
Offline Send Email
Sep 5, 2006
12:48 am
255
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;...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 5, 2006
11:26 am
256
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...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 14, 2006
7:16 am
257
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...
Stephen Harris
sharris1_us
Offline Send Email
Sep 14, 2006
2:16 pm
258
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 ...
cfbsoftware1
Offline Send Email
Sep 14, 2006
11:52 pm
259
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...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 15, 2006
7:36 am
260
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...
cfbsoftware1
Offline Send Email
Oct 3, 2006
12:50 pm
261
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...
cfbsoftware1
Offline Send Email
Oct 4, 2006
8:18 am
262
... Great news! I *do* have Visual Studio, but find it too bloated... so "lightweight" is very appealing! Marc...
Marc Martin
marcmartin2
Offline Send Email
Oct 4, 2006
2:20 pm
263
Looking forward to that! -- Regards, Bob _____ From: GPCP@yahoogroups.com [mailto:GPCP@yahoogroups.com] On Behalf Of cfbsoftware1 Sent: 04 October 2006 09:19 ...
Bob Walkden
bob_walkden
Offline Send Email
Oct 4, 2006
7:29 pm
Messages 234 - 263 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