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 to share photos of your group with the world? 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 218 - 247 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
218
Hi John, hi All, I am very happy to tell you that I managed to port my natural language translation software from BB to GPCP, by integrating it in a Java ...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Feb 2, 2006
12:33 pm
219
Hi Juergen thanx for the feedback. I am interested to hear if v1.3.3 avoids the problem that you describe. Up until 1.3.1 symbol files used to include some ...
K John Gough
john@...
Send Email
Feb 2, 2006
11:02 pm
220
... GPCP 1.3.3 has no problems with the example code, it does not need the explicit import. Regards, Andras Pahi...
pahihu
Offline Send Email
Feb 3, 2006
8:08 am
221
... Hi John, hi all, I didn't want to change a running horse, but now, as I luckily arrived, I shall try it. Kind regards Jürgen...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Feb 3, 2006
8:35 am
222
Hi John & the rest of the GPCP team, Congratulations on the great job you've done with v1.3.3 GPCP! It has to be the most complete and robust release of GPCP...
cfbsoftware1
Offline Send Email
Feb 6, 2006
2:10 am
223
Hi All I was too embarrassed to reply to Chris' previous enquiry. Yes, I did promise to fix [STAThread] in 1.3.3, and no, I did not do it. Let me try out a...
John Gough
j.gough@...
Send Email
Feb 6, 2006
3:05 am
224
... Option 3 sounds like the way to go, unless of course its so difficult that it never gets done... :-) Otherwise I'd say option 2 works... Marc...
Marc Martin
marcmartin2
Offline Send Email
Feb 6, 2006
3:18 am
225
... I'll second that. Chris...
cfbsoftware1
Offline Send Email
Feb 6, 2006
3:49 am
226
Hi John, your v1.3.3 is pretty fast(er) and works fine, but it seems to me that it doesn't avoid the import problem I mentioned. Kind regards Jürgen...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Mar 20, 2006
4:41 pm
227
Hi Jürgen, There were several errors in your sample code which prevented compilation. After fixing those, all compiled well for me on the .NET version of...
cfbsoftware1
Offline Send Email
Mar 20, 2006
10:42 pm
228
Hi Chris, this is a handwritten reduced example, only for to explain the type of problem, nit for the problem itself; I got the import problems only with ...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Mar 21, 2006
7:58 am
229
... type of ... only with ... Hi Jürgen, No matter - the principle is the same. If there is a fundamental problem with IMPORT then you should be able to...
cfbsoftware1
Offline Send Email
Mar 21, 2006
10:40 am
230
Hi all, I notice on the Queensland University of Technology website that GPCP can be used within Eclipse. Is anyone here using GPCP & Eclipse? Does this mean...
Marc Martin
marcmartin2
Offline Send Email
Mar 28, 2006
3:27 pm
231
The GPCP 1.3.3 for .NET compiler accepts the following statements and the resulting programs appear to work OK. However, PEVerify objects to them. Is the...
cfbsoftware1
Offline Send Email
Apr 4, 2006
12:56 am
232
Hi Chris yes, it looks interesting. Both of these cases are non-standard built-in implicit coercions. I'll have a look at the IL and get back to the list. ...
John Gough
j.gough@...
Send Email
Apr 4, 2006
3:42 am
233
Following up on the verify errors that Chris turned up. These are separate issues, the first may apply also to the JVM platform. (1) The automatic coercions of...
K John Gough
john@...
Send Email
Apr 4, 2006
12:02 pm
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
Messages 218 - 247 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