Search the web
Sign In
New User? Sign Up
GPCP · Gardens Point Component Pascal
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 165 - 194 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
165
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...
ooo_colour_panda_ooo
ooo_colour_p...
Offline Send Email
Jul 27, 2005
6:26 pm
166
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...
K John Gough
john@...
Send Email
Jul 29, 2005
8:20 am
167
hi John, Thanks for your response. I have written my own versions of RealToString and StringToReal procedures. Therefore, the problem is no longer annoying...
ooo_colour_panda_ooo
ooo_colour_p...
Offline Send Email
Jul 29, 2005
2:09 pm
168
DVD List View is a working program which demonstrates the use of Microsoft .NET WinForms DataTable, DataView and DataGrid controls to display, filter and...
cfbsoftware1
Offline Send Email
Jul 29, 2005
2:26 pm
169
... Thanks for that, Chris! I'll have to dissect the source code in my spare time... :-) Marc...
Marc Martin
marcmartin2
Offline Send Email
Jul 29, 2005
6:41 pm
170
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...
cfbsoftware1
Offline Send Email
Oct 10, 2005
1:13 am
171
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 ...
Bob Walkden
bob_walkden
Offline Send Email
Oct 10, 2005
8:41 pm
172
... 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...
Gérard Meunier
germeun
Offline Send Email
Oct 10, 2005
10:01 pm
173
... Definitely interested. ... Interesting. Did you use any "compiler writing" tools like Coco/R, Depot/4 or Babel? ...
John Drake
jmdrake_98
Offline Send Email
Oct 10, 2005
10:10 pm
174
... 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...
cfbsoftware1
Offline Send Email
Oct 11, 2005
2:30 am
175
... 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...
cfbsoftware1
Offline Send Email
Oct 11, 2005
2:48 am
176
... 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 ...
cfbsoftware1
Offline Send Email
Oct 11, 2005
2:55 am
177
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. -- ...
Bob Walkden
bob_walkden
Offline Send Email
Oct 11, 2005
8:29 pm
178
... Happy to read that. ... OK, thanks. Handling of WITH statements is an interesting feature, but difficult to achieve, without a complete analysis of the...
Gérard Meunier
germeun
Offline Send Email
Oct 11, 2005
9:15 pm
179
... ...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. :-) ...
Marc Martin
marcmartin2
Offline Send Email
Oct 11, 2005
9:55 pm
180
... 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+'...
cfbsoftware1
Offline Send Email
Oct 12, 2005
12:12 am
181
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...
cfbsoftware1
Offline Send Email
Nov 28, 2005
5:58 am
182
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@...
Send Email
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,...
cfbsoftware1
Offline Send Email
Nov 29, 2005
5:23 am
184
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@...
Send Email
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...
sharris1_us
Offline Send Email
Dec 4, 2005
6:10 am
186
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...
sharris1_us
Offline Send Email
Dec 4, 2005
6:11 am
187
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 ...
cfbsoftware1
Offline Send Email
Dec 4, 2005
10:50 pm
188
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...
cfbsoftware1
Offline Send Email
Dec 5, 2005
12:50 pm
189
... 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...
Marc Martin
marcmartin2
Offline Send Email
Dec 5, 2005
7:55 pm
190
D'oh! I knew I couldn't be the first person to see that. Can you tell me a bit more on how to install the new library, please? -smh cfbsoftware1...
Stephen Harris
sharris1_us
Offline Send Email
Dec 5, 2005
8:39 pm
191
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...
cfbsoftware1
Offline Send Email
Dec 6, 2005
1:20 am
192
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@...
Send Email
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 ...
Paul Warren
orangutanuk
Offline Send Email
Dec 14, 2005
4:28 pm
194
Hi, I am writing simple programs to try and teach myself Component Pascal. I wrote this one ... (* compile: cprun gpcp TestFileIO.cp *) (* run: cprun...
sharris1_us
Offline Send Email
Dec 15, 2005
8:37 pm
Messages 165 - 194 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help