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...
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@...
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; ...
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@...
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...
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....
... 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. ... ...
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@...
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...
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....
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@...
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...
... 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...
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@...
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...
... 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*...
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 ...
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@...
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...
... 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...
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...
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@...
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@...
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,...
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@...
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...
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...
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...