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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 181 - 210 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
195
... 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...
cfbsoftware1
Offline Send Email
Dec 15, 2005
11:54 pm
196
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@...
Send Email
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@...
Send Email
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...
sharris1_us
Offline Send Email
Dec 16, 2005
3:30 pm
199
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...
sharris1_us
Offline Send Email
Dec 16, 2005
3:35 pm
200
I have to say, I've found the library (API) documentation on both Oberon and CP to be rather hard to find. I thought I heard from someone (I may be wrong) that...
Paul Warren
orangutanuk
Offline Send Email
Dec 16, 2005
3:44 pm
201
... Yes a null byte can appear in a file, but if it does, by definition, that file is no longer a 'text' file. If your code was written to work with binary...
cfbsoftware1
Offline Send Email
Dec 17, 2005
12:33 am
202
... Oberon and CP to be ... All of my GPCP work has been done with the Microsoft .NET targeted version. The API documentation is extremely thorough,...
cfbsoftware1
Offline Send Email
Dec 17, 2005
12:54 am
203
Hi All Sorry about the lack of reply to the previous post. GPCP does not supply a math library, but provides convenient access to the libraries java_math (for...
K John Gough
john@...
Send Email
Dec 17, 2005
12:58 am
204
Is there any kind soul out there using the CPCP pluging for Eclipse? And is (s)he willing to take me by the hand and lead me through the first steps to get it...
btreutwein
Offline Send Email
Dec 19, 2005
9:06 am
205
Hi, Is there a way within gpcp to tell if you are running the jvm or .net versions? Like a compiler directive or something? I'm thinking of scenarios like...
sharris1_us
Offline Send Email
Dec 20, 2005
4:20 pm
206
The default for gpcp is to compile for the platform that it is running on. The compiler itself finds this from the read-only constant RTS.defaultTarget. Of...
K John Gough
john@...
Send Email
Dec 20, 2005
10:07 pm
207
... sorry, I meant GPCP :-) [...] ... in the meantime I realize that the JVM installer correctly sets up the global path and the JRoot environment variable to...
Bernhard Treutwein
btreutwein
Offline Send Email
Dec 21, 2005
1:53 pm
208
I can't get v.1.3.2 cpmake to run on .NET 2.0 e.g. if I run it without arguments I get an error message that begins with: Unhandled Exception:...
cfbsoftware1
Offline Send Email
Dec 22, 2005
4:29 am
209
This is strange, since the same RTS.dll is used for all of the tools. I shall check it out and report back. BTW, was this the V2.0 beta-2, or the final release...
K John Gough
john@...
Send Email
Dec 22, 2005
6:02 am
210
... AFAIK, the final release version (2.0.50727) ... this seems a ... That got me a bit further. It fixed the RTS error but resulted in the same error with...
cfbsoftware1
Offline Send Email
Dec 22, 2005
6:56 am
Messages 181 - 210 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