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...
2
cfbsoftware1
Feb 21, 2004 9:50 am
... 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 ...
3
hansgans
Feb 21, 2004 5:24 pm
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...
4
John Gough
john@...
Feb 23, 2004 10:13 am
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...
5
Marc Martin
marcmartin2
Feb 23, 2004 8:52 pm
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...
6
Bob Walkden
bob_walkden
Feb 23, 2004 9:18 pm
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...
7
John Gough
j.gough@...
Feb 23, 2004 10:22 pm
... 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...
8
cfbsoftware1
Feb 24, 2004 12:17 am
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...
9
Marc Martin
marcmartin2
Feb 24, 2004 12:59 am
... 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...
10
Bob Walkden
bob_walkden
Feb 24, 2004 7:47 am
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...
11
Bob Walkden
bob_walkden
Feb 24, 2004 7:52 am
Hi Marc, ... I agree. Do you have a copy of Mossenbock39;s "Object-oriented programming in Oberon-2"? ...
12
cfbsoftware1
Feb 24, 2004 11:05 am
... 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...
13
Marc Martin
marcmartin2
Feb 24, 2004 2:57 pm
... 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...
14
Marc Martin
marcmartin2
Feb 24, 2004 3:04 pm
... 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...
15
mcintoshal2002
Feb 24, 2004 6:16 pm
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....
16
Marc Martin
marcmartin2
Feb 24, 2004 7:24 pm
... 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...
17
Bob Walkden
bob_walkden
Feb 24, 2004 8:11 pm
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...
18
John Gough
j.gough@...
Feb 25, 2004 12:06 am
... 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...
19
diagnose77
Feb 25, 2004 12:22 am
This is a common problem due to the variety of installation platform environment. I cut an paste the following from the GPCP download page: ...
20
cfbsoftware1
Feb 25, 2004 2:51 am
... 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...
21
cfbsoftware1
Feb 25, 2004 3:02 am
... TextReader/TextWriter ... Once you have loaded the file into the RichTextBox you can use its 'Lines39; property to manipulate its contents as though it is an...
22
cfbsoftware1
Feb 25, 2004 3:25 am
... files, ... The ... .... ... hasMain, ... Looking at the place in the source code of MsilAsm.cs where these error messages are pointing to, indicates that...
23
John Gough
j.gough@...
Feb 25, 2004 3:55 am
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...
24
cfbsoftware1
Feb 25, 2004 4:09 am
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...
25
mcintoshal2002
Feb 25, 2004 5:38 am
... ilasm was not on the path. I added D:\Winnt92;Microsoft.NET\Framework\v1.1.4322 to my path, and the compilation worked, both in two steps as above, and in...
26
diagnose77
Feb 25, 2004 6:36 am
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...
27
Marc Martin
marcmartin2
Feb 25, 2004 6:59 am
... 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...
28
John Gough
john@...
Feb 25, 2004 11:27 am
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...
29
Walter Daniel Gallegos
walter.gallegos@...
Feb 25, 2004 11:59 am
... I don't have this samples into my gpcp folders. Walter. ... From: "cfbsoftware1" <chris@...> To: <GPCP@yahoogroups.com> Sent: Wednesday,...
30
cfbsoftware1
Feb 25, 2004 12:30 pm
Hi John, My first thought was to look to see if it was a parameter to the compiler as there is a 'subsystem39; parameter on ilasm. If there are other ilasm...