... Download and install the evaluation version of our Component Pascal IDE (CPIDE). http://www.cfbsoftware.com/cpide The distribution includes a number of...
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...
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...
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...
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,...
529
tc_tal
Mar 20, 2012 5:56 pm
Won't you please share your knowledge with us? THANKS!...
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...
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! ...
526
ing.tomstein
Jan 3, 2012 8:35 am
Hi John, thank you. Until then /perwapi is sufficient as a workaround. Tom....
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...
524
Tom Stein
ing.tomstein
Dec 31, 2011 4:13 pm
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...
523
Stephen Harris
sharris1_us
Nov 30, 2011 5:15 pm
Very cool, John! Â I look forward to the poetry of Component Pascal! ________________________________ From: K John Gough <john@...> To:...
522
K John Gough
john@...
Nov 30, 2011 4:48 am
Hi All Finally! The two new distributions for gpcp v1.3.12, NET and JVM are now uploaded. The source code repository is updated to reflect the new...
521
ptokremin
Nov 25, 2011 6:16 am
Ah, our fellow folks at Microsoft once again proove the slogan they live every day: WriteOnce; DO RunAnywhere; IF NewVersionWasReleased THEN RecompileSoftware;...
520
K John Gough
john@...
Nov 20, 2011 11:34 pm
Hi All This must be a good time to give an update on progress. Originally all I wanted to do was to get the JVM version up to date, including an up to date set...
519
Stephen Harris
sharris1_us
Nov 20, 2011 3:47 am
John, Looking forward to the JVM version's release! Regards, -Steve ________________________________ From: K John Gough <john@...> To:...
518
ptokremin
Nov 8, 2011 7:54 pm
... Very much so. ... kind regards ptokremin...
517
K John Gough
john@...
Oct 31, 2011 12:57 am
Hi All This is just a heads-up for a couple of new releases of GPCP that are in the works. The short version, for those who do not wish to read the technical...
516
ptokremin
Jun 14, 2011 6:51 pm
Hello Stefan, thank you very much for providing a solution! :-) I would have never figured that out on my own. My professor used to say in a situation like...
515
John Gough
j.gough@...
Jun 7, 2011 6:24 am
Hi All Thanks to Stefan for this post. I will make sure that a pointer to the information is attached somewhere to the distribution on CodePlex. Cheers John ...
514
stefan_mfd
Jun 6, 2011 6:15 pm
BTW, The variable threadstart and the "threadstart := Main;" are not necessary - they are leftover from an earlier version. -Stefan...
513
stefan_mfd
Jun 6, 2011 1:37 pm
Hi, I am not sure whether this is a moot point, but there used to be some discussion about how to do this in 2006 and a recent 2011 posting with some code that...
512
ptokremin
Apr 29, 2011 9:09 am
Hi, you know, there are thinks that I simply expect to be present in a huge library like the .NET framework: collections for instance. All I needed was a...
511
ptokremin
Apr 29, 2011 8:36 am
Dear all, have you ever wondered, why MS-FxCop warns you to set the STAThreadAttribute for your assembly? Here's an example from real life: Suppose you wanted...
510
John Gough
j.gough@...
Apr 26, 2011 6:44 am
Hi From memory, the /generics option is to allow PeToCps to process generic type definitions that it meets in a foreign DLL. We did play around with a number...
509
ptokremin
Apr 20, 2011 8:17 pm
Hi all, I accidantly stumbled upon an option for PeToCps: /generics A quick search though this group makes it look like gpcp does not support generics, but...
508
ptokremin
Apr 19, 2011 8:34 am
Dear all, for the curious among you I've uploaded the modified RTS.dll. It contains one new module: FOREIGN MODULE RTS_convert; TYPE convert* = POINTER TO...
507
ptokremin
Apr 17, 2011 11:36 am
Dear all, is there a way to share a gpcp module as dll for multiple programs in different directories? My experiments so far have shown that it needs to be in...
506
ptokremin
Apr 17, 2011 7:40 am
Dear John, as far as I understood BOX() is meant to be used for ARRAYs oder RECORDs. In any case I couldn't get it to work for INTEGER or REAL. If it worked...
505
John Gough
j.gough@...
Apr 17, 2011 6:19 am
Hi all, prokremin has a good point. However, it is also possible to use the C# string format library, the only problem is that you need to manually box value...