hi all, I am using GPM Modula-2 redhat 7 version compiler on my redhat 9 machine. Everything seem to be Okay, but when I attampt to build a program which...
166
K John Gough
john@...
Jul 29, 2005 8:20 am
Hi panda, hi All This is not an error, it is just a warning message. In Modula-2 definition modules cannot be imported in a cycle. However the implementation...
hi John, Thanks for your response. I have written my own versions of RealToString and StringToReal procedures. Therefore, the problem is no longer annoying...
DVD List View is a working program which demonstrates the use of Microsoft .NET WinForms DataTable, DataView and DataGrid controls to display, filter and...
Is anybody interested in using a Pascal to Component Pascal translator? I have a prototype written in Component Pascal which is working and seems to handle J&W...
Hi, I'd be interested in trying the standard P->CP translator. -- Regards, Bob _____ From: GPCP@yahoogroups.com [mailto:GPCP@yahoogroups.com] On Behalf Of ...
... Did you notice that there was already a translator from Turbo Pascal to Component Pascal under BlackBox: http://www.zinnamturm.de/#Tp2cp What are the...
... Pascal to ... Yes, Gerard - thank you very much for providing it. I have used it successfully to translate desktop Delphi code to Component Pascal code in...
... Yes indeed. I used the ingenious "N.Wirth" compiler writing tool :-) My starting point was Wirth's Modula-2 to Oberon translator that had been ported to...
... Hi Bob, Thanks for your feedback. Just give me a day or two to write the 'user manual' :-) Would you prefer a GPCP or a BlackBox version? It is currently ...
Hi Chris, given a choice I would prefer a Blackbox version. I have never really got off the ground with GPCP, and have started looking at Zonnon for .Net. -- ...
... Happy to read that. ... OK, thanks. Handling of WITH statements is an interesting feature, but difficult to achieve, without a complete analysis of the...
... ...and what have you found with Zonnon? I have only looked at it briefly, and my initial impression was that we should have all stuck with Oberon-2. :-) ...
... really got ... for .Net. ... I'd be interested to hear as well. My initial impression was that an alternative descriptive name could be 'Pasmodulober-3+'...
Now that v2.0 of the Microsoft .NET framework has been released, I am in the process of upgrading my CP apps. When running PEToCps it converts...
182
K John Gough
john@...
Nov 28, 2005 6:07 am
Hi Chris, hi all. Ok, I shall check this out. System.Drawing.dll works ok on my experimental 1.4 version, but that is still not ready for prime time. In the...
Hi John, 9 minutes - that has to be a new record for the response time to a tech support query! Just to clarify - System.Drawing.dll works ok for me as well,...
184
K John Gough
john@...
Nov 29, 2005 7:13 am
Hi again The main additions to version 1.4 are the ability to consume and extend the CLR 2.0 facilities for generics. Of course this only applies to the CLR ...
Hi, I am tinkering with Component Pascal. My very first experiment with it and I hit some weirdness with RealToStr (code and results below). I am using the...
Try the fix for the RealStr library if you haven't done so already. You can download it from: http://plas.fit.qut.edu.au/gpcp/Downloads.aspx -- Chris Burrows ...
Copy / Paste fails in a .NET 2.0 CP program with an error indicating that the main thread's apartment state needs to be specified as STA (single thread...
... I seem to recall having this problem a long time ago. I don't recall exactly if I ever fixed it, but I do note that the following lines of code are...
Hi Stephen, I'm using the .NET version but the process should be similar with the JVM version. What you need to do is compile the new copy of RealStr.cp that...
192
John Gough
j.gough@...
Dec 6, 2005 2:00 am
Hi All I shall incorporate this change in the 1.3.3 update. We are still struggling with the PERWAPI changes needed to handle reading of DLLs with mixed...
Hi Guys I'm a nooby, so please excuse me if this is a stupid question. I've been looking at the GPCP compiler source, and obviously the compiler builds up the ...
Hi, I am writing simple programs to try and teach myself Component Pascal. I wrote this one ... (* compile: cprun gpcp TestFileIO.cp *) (* run: cprun...