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+'...
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...
K John Gough
john@...
Nov 28, 2005 6:07 am
183
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,...
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 ...
K John Gough
john@...
Nov 29, 2005 7:13 am
185
Hi, Is there a set of math library functions available for Component Pascal? I am using the jvm version. Thanks in advance, -smh...
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...
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...
John Gough
j.gough@...
Dec 6, 2005 2:00 am
193
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...
... The program runs OK on .NET - did you get any error messages? My guess is that it can't find the dlls it needs in order to run. Either: 1. Copy your exe to...
Hi smh This is an inconsistency in the JVM distribution that I will fix in the next refresh. The library (written in Java) for GPTextFiles provides the...
K John Gough
john@...
Dec 16, 2005 12:13 am
197
Hi Paul W The compiler builds a complete parse tree for the source, because this is the way that I do it. I give a detailed explanation at page 136 of my...
John Gough
j.gough@...
Dec 16, 2005 6:58 am
198
John, Chris, Thanks for the quick replies! I did, eventually, try findLocal() and I thought of testing for a 0x00 byte (latest version below) and it works for...
Hi all, No one responded to this post which I take to mean it is either considered pretty lame or answered in a FAQ somewhere. If the latter is the case, could...