Hi all, yesterday I made a new entry in the issue tracker : http://gpcp.codeplex.com/workitem/463 There is a little problem in IlasmUtil.cp : Instead of...
525
K John Gough
john@...
Jan 3, 2012 4:49 am
Hi Tom Ok, I'll fix it with the next refresh. I expect to have the V4 binaries ready at the same time. John From: GPCP@yahoogroups.com...
526
ing.tomstein
Jan 3, 2012 8:35 am
Hi John, thank you. Until then /perwapi is sufficient as a workaround. Tom....
527
julian miglio
julianmiglio
Jan 18, 2012 9:10 pm
Hello, my name is Julian, I am a software developer from Italy. In my job I use Modula-2 and C, but I found Oberon and Component Pascal very interesting! ...
528
tc_tal
Mar 20, 2012 5:51 pm
Hello anybody who bumped into this message... We're two naive clueless helpless students that has to cope with Component Pascal this semester, and might bother...
529
tc_tal
Mar 20, 2012 5:56 pm
Won't you please share your knowledge with us? THANKS!...
530
Marc Martin
marcmartin2
Mar 20, 2012 6:00 pm
Hi, welcome to the group! So someone is (somewhere) teaching a computer science class using Component Pascal? Where is that? As for reading & writing files,...
531
tc_tal
Mar 23, 2012 2:04 pm
Thanks a lot! If by "documentation" you reffering to Oberon-Mycrosystems' report, we found nothing about libraries there. We're using GPCP anyway, so I guess...
532
Marc Martin
marcmartin2
Mar 23, 2012 2:08 pm
... For GPCP, I seem to recall (without checking) that the compiler comes with 2 files containing documentation (release notes and something else). There are...
533
Marc Martin
marcmartin2
Mar 23, 2012 4:35 pm
... Oh wait, now that I've checked, I see that I was wrong... the GPCP release I have has a "ReleaseNotes1.3NET.pdf" file, which describes some libraries that...
534
cfbsoftware1
Apr 9, 2012 12:24 am
... 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...
539
cfbsoftware1
Aug 27, 2012 12:16 pm
... ... ... 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...
543
cfbsoftware1
Aug 29, 2012 8:10 am
... 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....
544
cfbsoftware1
Aug 29, 2012 8:24 am
... 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. ......
546
cfbsoftware1
Sep 2, 2012 7:50 am
... ... ... ... ... ... ... 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 ...
551
cfbsoftware1
Sep 28, 2012 1:05 pm
... 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 ...