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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 49 - 79 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49
The GPCP does now have the feature you mentioned. You can have a look at the features provided by .NET framework namespace "System.Globalization" to see...
diagnose77
Offline Send Email
Mar 1, 2004
11:54 pm
50
Hi all, I see that GPCP 1.2.4 is now available for download for .NET versions 1.0, 1.1, and 1.2: ...
Marc Martin
marcmartin2
Offline Send Email
Mar 2, 2004
5:37 pm
51
Hi All please don't download the 1.2.4 version until I say. This one went up in error and has a small number of config issues that we still need to resolve. ...
John Gough
j.gough@...
Send Email
Mar 2, 2004
10:46 pm
52
Hi all, When compiling the following code in GPCP, I get several ... PROCEDURE Proc; VAR x: REAL; PROCEDURE Nest; BEGIN x := 2; END Nest; BEGIN x := 1; Nest; ...
Marc Martin
marcmartin2
Offline Send Email
Mar 3, 2004
6:33 pm
53
Hi All the warning regarding uplevel (i.e. non-local) variable use are there for the speed demons who worry about such things. The activation records (aka...
John Gough
j.gough@...
Send Email
Mar 4, 2004
12:35 am
54
Marc, There's a page in John Gough's Component Pascal appendix to the 'Programming in the .NET Environment' book devoted to explaining the hoops he had to jump...
cfbsoftware1
Offline Send Email
Mar 4, 2004
12:52 am
55
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....
cfbsoftware1
Offline Send Email
Mar 5, 2004
2:06 am
56
... I've been using the Freeware "Crimson Editor" for the above, but also use a separate Command Prompt window, because the captured output is a bit slow. ... ...
Marc Martin
marcmartin2
Offline Send Email
Mar 5, 2004
5:34 am
57
Hi All Sorry about the delay caused by our configuration control incident. I can confirm that the version 1.2.4 installers are now on the web site and should...
John Gough
j.gough@...
Send Email
Mar 12, 2004
7:31 am
58
Thanks for the update, John! One thing I noticed in the .NET release notes -- in Section 10, there are subsections with "Changes from 1.1.6", "Changes from...
Marc Martin
marcmartin2
Offline Send Email
Mar 12, 2004
6:53 pm
59
Hi all, I've been wondering about the GPCP Browse utility. When it creates a definition/interface, I don't understand the ordering it puts the procedures in....
Marc Martin
marcmartin2
Offline Send Email
Mar 23, 2004
6:48 pm
60
Hi All the Browse utility spits out definitions in the order that they appear in the symbol file. This is actually hash bucket order, so it is bound to be a...
John Gough
j.gough@...
Send Email
Mar 24, 2004
4:28 am
61
Hi all, When commenting to the GPCP developers that the Visual Studio version of GPCP was not up-to-date with the command line version, I was directed to this...
Marc Martin
marcmartin2
Offline Send Email
Apr 13, 2004
10:49 pm
62
... that the ... in that ... the ... Yes. In the VS GCP readme it says: Due to the inherent design and implementation of the Babel language service, the GPCP...
cfbsoftware1
Offline Send Email
Apr 14, 2004
6:17 am
63
Hi All I have a GPCP winforms program which I wrote to get some experience with the foreign libraries. It is a program which displays physiological data from ...
John Gough
john@...
Send Email
Apr 14, 2004
7:54 am
64
Hi John, I'd be interested to have a copy of your program. I agree with what you say about designing forms without using a designer. I've used the WinForms...
cfbsoftware1
Offline Send Email
Apr 14, 2004
8:24 am
65
... Uh, I don't like that method of printing at all! Here's a much nicer method I found: http://www.c-sharpcorner.com/winforms/texteditor.asp That looks *much*...
Marc Martin
marcmartin2
Offline Send Email
Apr 14, 2004
11:38 pm
66
Hi all, I was noticing that the text editor example that Chris provided has an annoying way of making text selections, and learned that this is how the ...
Marc Martin
marcmartin2
Offline Send Email
Apr 15, 2004
8:00 pm
67
Hi all Marc asks if we can do DllImport in GPCP. The short answer is no. I know how to, however, since I support this feature in the CLR backend for Gardens...
John Gough
j.gough@...
Send Email
Apr 16, 2004
1:00 am
68
... Thanks for the link - that looks a lot better. Be aware however, that it is not 'what you see is what you get'. On the screen the sample file that I opened...
cfbsoftware1
Offline Send Email
Apr 20, 2004
6:51 am
69
... Yes, well I'm sure you could workaround that by doing a length test on each line, and then split it into 2 lines (do-it-yourself wrapping). I disliked how...
Marc Martin
marcmartin2
Offline Send Email
Apr 20, 2004
10:56 pm
70
Hi all, On the GPCP downloads page, there are .NET compilers for framework versions 1.0, 1.1, and 1.2. I'm using version 1.1, but was wondering if the beta...
Marc Martin
marcmartin2
Offline Send Email
May 3, 2004
6:26 pm
71
Hi all, I have noticed from the group that the use of GPCP VS Package is not popular due to its editor tends to "freeze up" for seconds periodically. This...
SiuYuen Chan
s.chan@...
Send Email
May 20, 2004
1:54 am
72
Thanks S-Y that sounds great - Paul ... From: SiuYuen Chan [mailto:s.chan@...] Sent: Thursday, 20 May 2004 11:50 AM To: GPCP@yahoogroups.com Subject:...
Paul Roe
p.roe@...
Send Email
May 20, 2004
6:31 am
73
Hi all, I've been using my GPCP-created text editor for a while without problems. However, today I'm now getting an error that I wasn't getting before (hmmm,...
Marc Martin
marcmartin2
Offline Send Email
May 20, 2004
11:08 pm
74
Hmmmm... my error has now gone away, although I'm not sure why it ever happened in the first place... nor why it went away... Marc...
Marc Martin
marcmartin2
Offline Send Email
May 20, 2004
11:46 pm
76
Hi Gregory Thanks for the enquiry. Under the covers this is a complicated case! "Sys.System.in" has nominal type IO.InputStream. In fact, if you do ...
John Gough
j.gough@...
Send Email
Jun 7, 2004
2:11 am
77
Hi all, Several weeks ago I posted a question about getting the following error when trying to use the Clipboard "Paste" function in a GPCP program: "The...
Marc Martin
marcmartin2
Offline Send Email
Jun 10, 2004
5:44 pm
78
Hi people, I'm Russell. I'm new to this group. The welcome message invited me to state my interest in this compiler so I'll try. I downloaded and attempted to...
Russell Kneebone
russell_knee...
Offline Send Email
Jun 15, 2004
4:37 pm
79
Just saw this great news on the GPCP / Visual Studio Integration site at: http://sky.fit.qut.edu.au/~chans/vsip.html <quote> What's Next We are planning to add...
cfbsoftware1
Offline Send Email
Jul 12, 2004
12:26 am
Messages 49 - 79 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