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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 120 - 149 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
120
... In the Microsoft .NET GP implementation of Component Pascal there are extensive metadata facilities provided by the .NET framework itself. Look in the .NET...
cfbsoftware1
Offline Send Email
Dec 3, 2004
1:02 am
121
Hi everyone This is my first post to this list, so a quick introduction: my name is Brian Blackwell and I am working as a research assistant at the Programming...
tbm_gpcp
Offline Send Email
Dec 8, 2004
3:24 am
122
Hi Brian, your post sounds very interesting. Are there problems with plas2003.fit.qut.edu.au ? I can't contact that server. regards Bernhard...
btreutwein
Offline Send Email
Dec 10, 2004
8:06 pm
123
Hi Bernhard I believe they are testing the power safety switches at QUT over the weekend. The server should be back up on Sunday or Monday. Regards Brian On...
Brian Blackwell
tbm_gpcp
Offline Send Email
Dec 11, 2004
6:50 am
124
Hi Brian, ... I'll try again Monday morning, won't that be late Monday night down under? regards Bernhard...
btreutwein
Offline Send Email
Dec 11, 2004
11:10 am
125
Hi Bernhard ... As I write (11am Monday morning in Brisbane) the server is back up again. Regards Brian...
Brian Blackwell
tbm_gpcp
Offline Send Email
Dec 13, 2004
1:11 am
126
Unlike the BlackBox implementation of Component Pascal, GPCP does not accept a type as a parameter to the LEN function. For example, given the declarations: ...
cfbsoftware1
Offline Send Email
Dec 13, 2004
11:55 pm
127
Hi Folks Yes, I can see the convenience of taking a typename as an argument to LEN. I will put the extra overload in the next refresh. Cheers John ... From:...
K John Gough
john@...
Send Email
Dec 14, 2004
1:03 am
128
On 30th December Oberon Microsystems released Blackbox 1.5 under an Open Source licence (BSD like) with complete sources. See:...
btreutwein
Offline Send Email
Jan 2, 2005
3:18 pm
129
This is the second time I have read this in the last couple of days, but I can find no mention of it on Oberon's site or any other Oberon/CP resources I...
northcott_b
Offline Send Email
Jan 2, 2005
10:15 pm
130
Bill, You can download it from the page that Bernhard mentioned. There is a section titled free download - the one you want is BlackBox 1.5 BETA for Windows. ...
cfbsoftware1
Offline Send Email
Jan 2, 2005
10:28 pm
131
Thanks. I had downloaded the 1.5 beta but just not burrowed deep enough into it. In my naive way, I sort of thought releasing the source code might have...
northcott_b
Offline Send Email
Jan 3, 2005
11:16 pm
132
Hi Bill, ... [...] ... Although this might look like on the first sight, all host dependencies and interfaces (i.e. Windows stuff) are layered in Subsystem...
btreutwein
Offline Send Email
Jan 4, 2005
8:04 am
133
Hello All: I am an old Turbo Pascal programmer and I am new to GPCP (and .net for that matter). Here's a little program: MODULE Examp; IMPORT CPmain, Console,...
wilkott
Offline Send Email
Jan 25, 2005
8:37 pm
134
Hi wilkott The problem is a mismatch between the .NET type system and gpcp. In .NET types such as char, int and so on "derive" from System.ValueType, and so...
K John Gough
john@...
Send Email
Jan 25, 2005
11:58 pm
135
Hi John: Thank you for your quick answer. Much appreciated, Seth. ... like ... that ... = ... CHAR is ... on, ... under ... need ... compiler ... care...
wilkott
Offline Send Email
Jan 26, 2005
7:04 pm
136
... It's a difficult call, since while it's non-standard behavior for Component Pascal, it's still standard behavior for .NET. Seems if you're writing a .NET...
Marc Martin
marcmartin2
Offline Send Email
Jan 26, 2005
7:07 pm
137
Hi. Can't import swing. === Test.cp: MODULE Test; IMPORT CPmain, java_awt, javax_swing; BEGIN END Test. Output: C:\OOP>cprun gpcp Test.cp 5...
fatlion2
Offline Send Email
Jan 31, 2005
3:23 pm
138
Hi All Ok, thanks for the report. I have verified it on both 1.3.0 and the forthcoming 1.3.1. I'll find out why and post to the group. John ... From:...
K John Gough
john@...
Send Email
Feb 1, 2005
1:23 am
139
Ok, got it. The nested class Jtree$EmptySelectionNode declares a static field and a static method with the same name ... "sharedInstance". I'll see about a...
K John Gough
john@...
Send Email
Feb 1, 2005
1:33 am
140
... Thanks for quick answer. One more question. Why there are no fresh versions in zipped form? That's a boring problem for everybody who don't use windows....
fatlion2
Offline Send Email
Feb 1, 2005
9:50 am
141
... Ok, here is the drum on the overloaded names in Javax/Swing There is no workaround with the current javax_swing.cps file unfortunately. However there is a...
John Gough
j.gough@...
Send Email
Feb 4, 2005
2:35 am
142
... Can't recompile. There are no cps files for <gpcp> modules in my distribution, so this modules don't want to be imported. I'v tried to recompile all needed...
fatlion2
Offline Send Email
Feb 5, 2005
7:59 am
143
Hi All, working with gpcp (under MS-Windows) I encountered two problems related both to each other. When importing a quite large CPS-file, I got an an...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Feb 14, 2005
9:10 pm
144
Hi All if you look at the CPRUN.bat script, you will see how to set the search path for the java system. The flag is ...
K John Gough
john@...
Send Email
Feb 14, 2005
10:10 pm
145
I am using .NET version 1.1 and the latest version of GPCP for it. Everything is working fine, except n2cps. It is crashing giving unhandled exception in...
Anes Sadikovic
asadik
Offline Send Email
Mar 8, 2005
4:34 am
146
Hi All Yes N2CPS has a difficulties with the 1.3.0 release. We have replaced it with A new program PeToCps which will be going out with the 1.3.1 release this...
K John Gough
john@...
Send Email
Mar 8, 2005
4:45 am
147
Hi John, I try to compile a rather complex program for machine translation of natural language. When GPCP parses the import list of a module, I got a ...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Mar 14, 2005
9:24 am
148
Hi Juergen This looks really interesting. I have not seen such large heap usage before, particularly as this appears to be just the imports. The abstract...
K John Gough
john@...
Send Email
Mar 15, 2005
12:04 am
149
Hi All version 1.3.1 of GPCP is now up, but you will need a new URL. http://plas.fit.qut.edu.au/gpcp/ is the place to start, then to the downloads page. This...
John Gough
j.gough@...
Send Email
Apr 1, 2005
5:24 am
Messages 120 - 149 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