Hi All I have a couple of fixes that you may want to apply to gpcp. Alternatively you may wait for 1.3.1 to pick them up. #1 is a workaround for a problem...
In a recent issue of the german Linux Magazin was an article about a Perl plugin for jEdit (www.jedit.org). jEdit is an editor completely written in Java with...
I'm attempting to port an application written in Blackbox CP to Gardens Point CP with Java output. This will potentially be very useful for us to make the app...
Hi all, I am a new member of the GPCP group. I work as a computational linguist at the University of Cologne. Both in research as well as in teaching we use...
On http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpide.jsp there is an announcement that an Eclipse will be available soon. As far as I remember...
I am developing an application using gpcp1.2.4.net that uses a DataTable / DataGrid / DataView combination to display a table from a TAB-separated text file....
In the Component Pascal Language report it is stated that super calls are deprecated and that "Support for these features may be reduced in later product...
Hi all, I noticed that Siu-Yuen Chan's web pages showing the Visual Studio version of GPCP no longer exists, so I emailed him about this. He stated that he ...
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...
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...
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 ...
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...
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 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, 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 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...
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....
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 I'm considering move some BB framework applications to GPCP over NET framework I need release software in 4 user languages (English, French, Spanish,...
Hi all, One of my Blackbox Component Pascal codes makes calls to a DLL written and compiled in Fortran. This is a regular, old-fashioned DLL, back from the...
Hi All, This program uses a .NET WinForms Rich Text Box control as a basic Text Editor. Read the source code of the program to see how to call the .NET...
I have a number of items in my 'toolkit39; related to GPCP that I can make available on our website. However, it will take a bit of work to make them fit for...
I next attempted to do a (partial) boot on the compiler. In current working directory: G:\Programs2003\Compiler92;gpcp92;source92;gpcp with the directory ...
When running GPCP apps which use Windows Forms (like the included samples ClockControl and FormHello), a console window is opened as the app starts and remains...
Every few years, I think I want to port an Oberon family compiler to some microcontroller. I have Gabrio's MC68HC11 port in source code as a security blanket....
Hi All first of all, thanks to Marc for setting up the list. Just for the record, the main people involved in the GPCP project are John Gough, Paul Roe, Diane...
It would be nice, if there were non-exe packages (e.g. zip files) for the current version of gpcp available, so one would not have to find a Windows machine to...
Thanks to Marc for setting up this group. ... I hadn't thought of looking in the batch file (not used to DOS any more!), so I've changed the arguments to point...