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 211 - 241 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
211
When trying to use PeToCps on the Reflector PEM (a decompiler with API for .NET see: http://www.aisto.com/roeder/dotnet), I get also an exception when PERWAPI...
Bernhard Treutwein
btreutwein
Offline Send Email
Jan 4, 2006
6:50 pm
212
Hi All Yes, we are slowly sorting out the problems with the PERWAPI library that PeToCps uses. There were problems under at least two circumstances: PE files...
K John Gough
john@...
Send Email
Jan 4, 2006
10:51 pm
213
Hi John, thanks a lot for the quick answer ... I'll be patient ... ... library that ... circumstances: PE ... version 2.0 ... AgentObjects.dll). I ... 1.3.3, ...
Bernhard Treutwein
btreutwein
Offline Send Email
Jan 5, 2006
12:18 pm
215
... I'm pleased to report that I no longer have the problem when using the new v1.3.3 CPMake with the final release version of NET 2.0 Chris Chris Burrows CFB...
cfbsoftware1
Offline Send Email
Jan 30, 2006
4:24 am
216
... Hi John, Can I now set the STAThread attribute before the program starts in 1.3.3? If so, how? Cheers, Chris Chris Burrows CFB Software ...
cfbsoftware1
Offline Send Email
Jan 30, 2006
4:35 am
217
As some of you have noticed GPCP v1.3.3 is now up. There are five flavours: The first four have InstallShield installers- CLR 1.1 RTM for the final "Everett"...
John Gough
j.gough@...
Send Email
Jan 30, 2006
5:27 am
218
Hi John, hi All, I am very happy to tell you that I managed to port my natural language translation software from BB to GPCP, by integrating it in a Java ...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Feb 2, 2006
12:33 pm
219
Hi Juergen thanx for the feedback. I am interested to hear if v1.3.3 avoids the problem that you describe. Up until 1.3.1 symbol files used to include some ...
K John Gough
john@...
Send Email
Feb 2, 2006
11:02 pm
220
... GPCP 1.3.3 has no problems with the example code, it does not need the explicit import. Regards, Andras Pahi...
pahihu
Offline Send Email
Feb 3, 2006
8:08 am
221
... Hi John, hi all, I didn't want to change a running horse, but now, as I luckily arrived, I shall try it. Kind regards Jürgen...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Feb 3, 2006
8:35 am
222
Hi John & the rest of the GPCP team, Congratulations on the great job you've done with v1.3.3 GPCP! It has to be the most complete and robust release of GPCP...
cfbsoftware1
Offline Send Email
Feb 6, 2006
2:10 am
223
Hi All I was too embarrassed to reply to Chris' previous enquiry. Yes, I did promise to fix [STAThread] in 1.3.3, and no, I did not do it. Let me try out a...
John Gough
j.gough@...
Send Email
Feb 6, 2006
3:05 am
224
... Option 3 sounds like the way to go, unless of course its so difficult that it never gets done... :-) Otherwise I'd say option 2 works... Marc...
Marc Martin
marcmartin2
Offline Send Email
Feb 6, 2006
3:18 am
225
... I'll second that. Chris...
cfbsoftware1
Offline Send Email
Feb 6, 2006
3:49 am
226
Hi John, your v1.3.3 is pretty fast(er) and works fine, but it seems to me that it doesn't avoid the import problem I mentioned. Kind regards Jürgen...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Mar 20, 2006
4:41 pm
227
Hi Jürgen, There were several errors in your sample code which prevented compilation. After fixing those, all compiled well for me on the .NET version of...
cfbsoftware1
Offline Send Email
Mar 20, 2006
10:42 pm
228
Hi Chris, this is a handwritten reduced example, only for to explain the type of problem, nit for the problem itself; I got the import problems only with ...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Mar 21, 2006
7:58 am
229
... type of ... only with ... Hi Jürgen, No matter - the principle is the same. If there is a fundamental problem with IMPORT then you should be able to...
cfbsoftware1
Offline Send Email
Mar 21, 2006
10:40 am
230
Hi all, I notice on the Queensland University of Technology website that GPCP can be used within Eclipse. Is anyone here using GPCP & Eclipse? Does this mean...
Marc Martin
marcmartin2
Offline Send Email
Mar 28, 2006
3:27 pm
231
The GPCP 1.3.3 for .NET compiler accepts the following statements and the resulting programs appear to work OK. However, PEVerify objects to them. Is the...
cfbsoftware1
Offline Send Email
Apr 4, 2006
12:56 am
232
Hi Chris yes, it looks interesting. Both of these cases are non-standard built-in implicit coercions. I'll have a look at the IL and get back to the list. ...
John Gough
j.gough@...
Send Email
Apr 4, 2006
3:42 am
233
Following up on the verify errors that Chris turned up. These are separate issues, the first may apply also to the JVM platform. (1) The automatic coercions of...
K John Gough
john@...
Send Email
Apr 4, 2006
12:02 pm
234
Some (if not all) of the files installed with GPCP v1.3.3 for .NET are set as read-only. This has unfortunate consequences, which can be particularly confusing...
cfbsoftware1
Offline Send Email
May 25, 2006
2:56 am
235
Hi John & Co, I have recently been helping to introduce a couple of Blackbox CP users to Gardens Point CP. In the process of their porting code a number of...
cfbsoftware1
Offline Send Email
Jun 15, 2006
2:15 am
236
Hi All yes, it looks like a bug! I'll verify it the issue, and put up a fix. This may take until mid next week. Keep those reports coming in! John ... From:...
K John Gough
john@...
Send Email
Jun 15, 2006
2:23 am
237
Compiler panic in GPCP 1.3.3 for .NET results when compiling the following: MODULE Panic2; TYPE Complex* = POINTER TO RECORD re*, im* : REAL END; ...
cfbsoftware1
Offline Send Email
Jun 15, 2006
6:48 am
238
The following results in a compiler panic with v1.3.3 GPCP for .NET: MODULE Panic3; PROCEDURE ClipNint* (x : REAL) : LONGINT; CONST maxLong = MAX(LONGINT); ...
cfbsoftware1
Offline Send Email
Jun 15, 2006
7:05 am
239
The following fails to compile: v is not initialised. MODULE PresetNil; TYPE Vector* = POINTER TO ARRAY OF INTEGER; PROCEDURE P*(): Vector; VAR v: Vector; ...
cfbsoftware1
Offline Send Email
Jun 15, 2006
7:41 am
240
... I have been told that the Java Sin function behaves differently to most other libraries anyway, so portability is not to be expected. If, in BlackBox, I...
robert_at_pilrig
robert_at_pi...
Offline Send Email
Jun 15, 2006
1:21 pm
241
Hi I notice that the Module: MODULE TestBug; TYPE Dlg = RECORD n- : INTEGER END; VAR dlg* : Dlg; END TestBug. compiles under BlackBox, but not Gardens...
Robert Campbell
robert_at_pi...
Offline Send Email
Jun 15, 2006
1:58 pm
Messages 211 - 241 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