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...
Show off your group to the world. Share a photo of your group with us.

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 351 - 380 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
351
... Thanks for the new release John. I particularly like the new Import syntax and being able to include extended characters like the © sysmbol. CPIde and all...
cfbsoftware1
Offline Send Email
Sep 1, 2007
2:08 pm
352
Thanks to Chris for the feedback. Unfortunately, and unlike my old Modula-2 compilers, GPCP does not have a decent regression testing framework. GPM had about...
K John Gough
john@...
Send Email
Sep 2, 2007
4:00 am
353
There is something about GPCP symbol files that I don't quite understand. If, for example, you compile the following module, foo.cp: ============ MODULE Foo; ...
cfbsoftware1
Offline Send Email
Sep 2, 2007
8:04 am
354
Let me start this reply with a warning: The following may contain more information that you really want to know <grin>. GPCP compiles component pascal files...
K John Gough
john@...
Send Email
Sep 2, 2007
9:16 am
355
... Thank you very much for your clear and thorough explanation. It all makes sense to me now, Another question - I notice that the .NET cps files in ...
cfbsoftware1
Offline Send Email
Sep 2, 2007
11:51 am
356
Hi All I can shed some light on the failure of PeToCps on System.Data (and also System.XML, by the way). The failures were caused by two missing guards in...
K John Gough
john@...
Send Email
Sep 3, 2007
5:24 am
357
... Hi John, I just did a quick 15-minute test on 32-bit Vista Home Premium. I was able to install gpcp 1.3.6, rebuild CPIde from scratch, and compile / make /...
cfbsoftware1
Offline Send Email
Sep 4, 2007
8:17 am
358
... bug ... Hi John, Do you still have the source for the GPM test suite? It would be very useful to have something similar for GPCP (and BlackBox). In the ...
cfbsoftware1
Offline Send Email
Sep 5, 2007
12:07 am
359
Sorry for the delay. Here is the answer to Robert's questions about empty CASE and WITH statements. (1) Empty CASE statements. These have always been legal,...
K John Gough
john@...
Send Email
Sep 5, 2007
4:01 pm
360
Hi The code: TYPE A* = POINTER TO LIMITED RECORD END; B* = POINTER TO LIMITED RECORD (A) END; does not compile with the Gardens Point compiler (it does with...
Robert Campbell
robert_at_pi...
Offline Send Email
Sep 13, 2007
6:52 pm
361
A couple of minor suggestions: 1 - I quite like some feedback when the compiler is finished. It usually (well when there are no errors!) says something like...
Robert Campbell
robert_at_pi...
Offline Send Email
Sep 23, 2007
8:14 am
362
Hi All Robert's suggestions are worth a thought. (1) With the default /debug option the feedback comes from ILASM rather than from gpcp, hence the silence when...
K John Gough
john@...
Send Email
Sep 23, 2007
11:05 am
363
Some more thoughts on the CPMake suggestion: 1 - CPMake is presumably designed to resolve version conflicts DOWN the IMPORT tree. The fact that it does not do...
Robert Campbell
robert_at_pi...
Offline Send Email
Sep 25, 2007
7:57 pm
364
... entry point ... behaviour ... My preference would be to just change the current error message into a warning. Regards, Chris Chris Burrows CFB Software ...
cfbsoftware1
Offline Send Email
Sep 28, 2007
8:22 pm
365
The good news: My first attempt to run GPCP assemblies on a Pocket PC using Windows Mobile 5 and the .NET Compact Framework 2.0 worked really well. The bad...
cfbsoftware1
Offline Send Email
Oct 30, 2007
5:45 am
366
... Oms ... I took me some time to be convinced, but following the recent discussion in the BlackBox mailing list I believe the GPCP compiler is not handling...
cfbsoftware1
Offline Send Email
Oct 30, 2007
11:06 pm
367
Hi All sorry for the long delays. I will try to get out a new release within the next two weeks. All of the raised issues are resolved, but I want to do a...
K John Gough
john@...
Send Email
Oct 30, 2007
11:33 pm
368
Hi John, hi all, fine to be supported. Thx Jürgen...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Oct 31, 2007
7:40 am
369
An enhancement suggestion: When generating the IMPORT lists in the text / HTML versions of the symbol files using Browse, (optionally?) use the new format ...
cfbsoftware1
Offline Send Email
Nov 16, 2007
12:49 pm
370
Hi All Version 1.3.8 is now uploaded to the web. The .NET version is present, with the JVM-installer version to follow next week, JVM-zip archive after that. ...
John Gough
j.gough@...
Send Email
Nov 23, 2007
4:28 am
371
The download page contains plug-ins for VS2002 and VS2003. Has anyone tried to use the later one with VS2005/VS2008? Would the installation process recognize...
Anes Sadikovic
asadik
Offline Send Email
Nov 23, 2007
5:49 pm
372
Hi Anes The old plug-ins do not work any more. You might consider using Chris Burrows excellent component passcal IDE. ...
K John Gough
john@...
Send Email
Nov 27, 2007
12:14 am
373
I'm trying to implement an extension to .NET's System.IO.StreamWriter but am having problems working out how to define a constructor for the extended type. All...
cfbsoftware1
Offline Send Email
Dec 23, 2007
1:59 am
374
I've recently been encountering unexpected errors when attempting to use type-guards with GPCP 1.3.8. To investigate, I tried to compile the following test...
cfbsoftware1
Offline Send Email
Dec 24, 2007
2:49 am
375
Hi foks Chris has turned up a couple of tricky-looking issues. Unfortunately, I am away from my system until 12 January. I will give it my urgent attention...
K John Gough
john@...
Send Email
Dec 27, 2007
9:03 am
376
... I've now tried them on 1.3.3, 1.3.6 and 1.3.8 without any success. I wasn't sure if the 'CONSTRUCTOR' keyword could only be used in dummy foreign modules? ...
cfbsoftware1
Offline Send Email
Dec 28, 2007
6:00 am
377
Hi All I still do not have access to a machine, but here is my completely untested answer to the BOXing question. If "arg" has type T, BOX(arg) has type...
K John Gough
john@...
Send Email
Dec 29, 2007
9:36 am
378
... define ... Sys.DateTime. Hi John, ... An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module. Additional information: Could...
cfbsoftware1
Offline Send Email
Dec 30, 2007
1:03 am
379
Ok, so there is a bug, and I will have to investigate when I get back. As to the¨"online compiler" that corresponds to a very old version from about three ...
K John Gough
john@...
Send Email
Jan 2, 2008
6:16 pm
380
... Hi John, ... #gpcp: net version 1.3.8 of 18 November 2007 CPMake: "ObMain is not a base module." Halting... Regards, Chris Chris Burrows CFB Software ...
cfbsoftware1
Offline Send Email
Jan 15, 2008
5:27 am
Messages 351 - 380 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