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...
... those, ... anyway ... There's a later version of N2CPS included with the Visual Studio plug-in which is aware of 1.1.4322. There's also a GUI version ...
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...
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...
John Gough
john@...
Feb 23, 2004 10:13 am
5
Thanks John for that summary about the next version of GPCP! I see that some of the major new features are in direct response to my emails... :-) And thanks...
Hi, ... I should also introduce myself. I'm a business analyst/project manager currently working for a property management company in the UK. I don't use CP...
... Yes, well about that let me say that Clemens Szyperski, directly asked Niklaus Wirth about the name, and got NW's agreement. Furthermore NW himself has...
John Gough
j.gough@...
Feb 23, 2004 10:22 pm
8
I have a number of items in my 'toolkit' 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'd be interested in seeing the above. I've seen examples of this sort of thing in C# and VB, but of course it'd be even nicer to see something in...
Hi Chris, thanks for the offer. I'd be interested in the notes on TextPad, which I'm also using at the moment, but in the most basic way. ... Definitely...
... If you haven't got it - get it. I'd thoroughly recommend this book to anybody. OO didn't used to make much sense to me, but as soon as I read this book the...
... Yes, I was thinking the solution might involve a RichTextBox -- the only thing I wasn't sure of is whether I could do TextReader/TextWriter stuff on it...
... Yes I do, but this brings up another question... John, was there any special reason your team chose to implement Component Pascal over, say, Oberon-2 or...
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....
... Did you install the .NET runtime, or the SDK? I think you need the SDK. I also *think* you might need version 1.0 and not version 1.1, but I think...
Hi, I have resolved the similar problems I had, with a lot of help from the QUT team. You need the SDK, which you can get from the Microsoft site, and you need...
... Hi All Well, we had done native code implementation of Oberon-2 as part of Diane Corney's PhD thesis. I consider Component Pascal to be a somewhat more...
John Gough
j.gough@...
Feb 25, 2004 12:06 am
19
This is a common problem due to the variety of installation platform environment. I cut an paste the following from the GPCP download page: ...
... Unless there has been a recent change, the .NET runtime should be sufficient. I was able to develop and run .NET apps on Windows ME even though you can't...
... TextReader/TextWriter ... Once you have loaded the file into the RichTextBox you can use its 'Lines' property to manipulate its contents as though it is an...
... files, ... The ... .... ... hasMain, ... Looking at the place in the source code of MsilAsm.cs where these error messages are pointing to, indicates that...
Hi all this has been an occasional problem, which has two separate causes. The symptom is that the compiler runs ok, then fails to spawn ILASM to assemble the...
John Gough
j.gough@...
Feb 25, 2004 3:55 am
24
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...
... ilasm was not on the path. I added D:\Winnt\Microsoft.NET\Framework\v1.1.4322 to my path, and the compilation worked, both in two steps as above, and in...
The console window can be suppressed, but need some manual editing (while the GPCP compiler is not doing this). 1. Check to see if the IL file of your main...
... Yikes! Hopefully the compiler will do this automatically someday -- it looks a bit silly to have a DOS window pop up in the background of a fancy new...
Hi All this is easy to do. The question is how to trigger it. My initial reaction, given that we use a dummy import IMPORT CPmain ... to say "this module has...
John Gough
john@...
Feb 25, 2004 11:27 am
29
... I don't have this samples into my gpcp folders. Walter. ... From: "cfbsoftware1" <chris@...> To: <GPCP@yahoogroups.com> Sent: Wednesday,...
Walter Daniel Gallegos
walter.gallegos@...
Feb 25, 2004 11:59 am
30
Hi John, My first thought was to look to see if it was a parameter to the compiler as there is a 'subsystem' parameter on ilasm. If there are other ilasm...