... Download and install the evaluation version of our Component Pascal IDE (CPIDE). http://www.cfbsoftware.com/cpide The distribution includes a number of...
535
Oleg N. Cher
allot@...
Jul 23, 2012 5:26 pm
Dear GPCP Community, I'm a newbie for GPCP and please help me. My goal is using GPCP for JVM to development for platforms J2ME and Android. If you have...
536
K John Gough
john@...
Jul 24, 2012 10:14 am
Hi Oleg Interesting questions. I do not know the reason for the bad html files in the distribution. My current version of Browse produces well-formed files ...
537
Oleg N. Cher
allot@...
Jul 24, 2012 3:01 pm
Dear Mr. John Gough, Thank you for quick answer. I really sure that .cps files are damaged. I wrote some blog words here (about this topic): ...
538
Oleg N. Cher
allot@...
Aug 22, 2012 10:30 am
Dear Mr. John Gough and GPCP Community, Now there is no problem with J2CPS, and I'm grateful Mr. John Gough for the fixing of it. Great work! If I see any...
... ... ... Have you actually tried it? As far as I know, there should be no need to worry for now - the *warning* you get is just a warning. GPCP still allows...
540
Oleg N. Cher
allot@...
Aug 28, 2012 7:58 pm
Dear Chris, ... Yep, of course I really tried it. It's not work in GPCP for JVM ver. 1.3.13 of 24 July 2012. I've tried to compile this simple module: ...
541
Oleg N. Cher
allot@...
Aug 28, 2012 9:18 pm
Dear all, Am I right that now is only one possibility to "emulate" procedural types with wrappers as records and extensible procedures? Such this: MODULE...
542
K John Gough
john@...
Aug 28, 2012 11:05 pm
Hi Folks Let me try to clear up any confusion. The warning regarding the use of procedure types is ideological, but it isn't my ideology. The use of procedure...
... Hi John, Thank you for the clarification - I wasn't aware that the JVM version was different from the .NET version as far as procedure types are concerned....
... Is this the trend you are referring to or something else? "Procedure types are less flexible than objects with methods. Even standard examples for...
545
Oleg N. Cher
allot@...
Aug 29, 2012 12:48 pm
Thanks, Mr. John, for your detailed explanation. I am glad to hear that it is not 'your' ideology. :-) ... Yes, this. And some talks in BlackBox mail list. ......
... ... ... ... ... ... ... That's more or less right with teh following obervations: 1. I would probably have declared the types as the pointers rather than...
547
K John Gough
john@...
Sep 2, 2012 8:43 pm
Hi All Just a short update on the implementation of procedure types for the JVM version. I believe that I shall have a prototype working within a few days....
548
K John Gough
john@...
Sep 18, 2012 10:59 am
Hi Folks The subject line sums up the message. Version 1.3.14 is now on CodePlex. Users who only target the CLR will have no changes, but those who use the...
549
Пётр ...
petryxa.clever@...
Sep 27, 2012 7:20 pm
Hi! There is a kind of pattern in BlackBox - generic object bus. But while implementing it with gpcp we can meet some incompatibility MODULE BusClient; TYPE X...
550
K John Gough
john@...
Sep 28, 2012 9:18 am
Hi P Kushir The purpose of the regional type guard is that once the runtime-type of the variable has been established the features of that type are directly ...
... One solution to this problem would be to declare your RECORDs as POINTER TO RECORD and declare Handle as: PROCEDURE Handle(rec: X); Regards, Chris Chris...
552
K John Gough
john@...
Oct 2, 2012 8:37 am
Maybe I should clarify how the current situation came about. Within the GPCP internal framework there is only a single kind of “read-only” semantic. That...
553
Oleg N. Cher
allot@...
Oct 2, 2012 10:20 pm
Dear Mr. John, P Kushir (A more accurate - Peter Kushnir) would likes to try to make the BlackBox Component Builder's clone, but based on GPCP. And this ...
... FOR wasn't initially included in Oberon. I suspect because of all of these sorts of complications. In 2008, in 'Remaining Trouble Spots in Oberon' Wirth...
555
K John Gough
john@...
Oct 3, 2012 6:47 am
Hi All I dusted off the source code to see how difficult it might be to make GPCP compatible with BlackBox in the treatment of WITH statements. Turns out to be...
556
Пётр ...
petryxa.clever@...
Oct 3, 2012 9:15 am
Hi! First of all, i would like to thank you for your attention to this problem. About the "dynamic messages" (Msg = POINTER TO RECORD), as far as i now, in...
557
Oleg N. Cher
allot@...
Oct 3, 2012 10:25 am
Dear Chris, Yes, I understand that using of the operator FOR maybe not safe and not so evident in some cases, moreover, it is difficult to keep track the ...
Why on the current compiler, the following code fragment gives: "error : ILASM failed to assemble IL file"? PROCEDURE test; VAR num1, num2: REAL; BEGIN num1:=...
559
K John Gough
john@...
Nov 8, 2012 7:15 am
Hi jali Sorry but I need a bit more information. Here is the verbose log from compiling the program on my machine. ... #gpcp: opened local file <Reals.cp> ...
560
Oleg N. Cher
allot@...
Nov 8, 2012 12:23 pm
Hi dear GPCP Community, As I've read in ReleaseNotes1.3JVM.pdf, currently GPCP supports only 8-bit source input files encoding - ASCII characters and any...
561
Oleg N. Cher
allot@...
Nov 8, 2012 2:08 pm
Hi Mr. John Gough, Why GPCP does not accept this code? MODULE GrCfg; CONST AppTitle* = "a" + 0FAX; END GrCfg. 3 AppTitle* = "a" + 0FAX; ****...
Hi, The problem with REAL's seems to depend on localisation. Should the RTS.StrToRealInvar be used instead of RTS.StrToReal in IlasmUtil.cp?...
563
K John Gough
john@...
Nov 8, 2012 10:39 pm
Hi Yes, you are right. This is a localisation problem. I have fixed it in the source repository on CodePlex. I will get a new distribution out soon. Of...