Hello, When I downloaded gpcp for the first time a couple of weeks ago, I happened to get gpcp-JVM-1.3.1, and I wrote my first little AWT program using 1.3.1....
I'm using gpcp-1.3.3-JVM on Mac OS X (10.4.7). When I cprun my little program that tries to call RTS.hiShort(i), I get this: Exception in thread "main"...
Hi All just a "heads-up" to let you know that I have version 1.3.4 almost ready. V1.3.4 fixes all of the bug reports that have come in during 2006. The only...
K John Gough
john@...
Aug 29, 2006 11:43 am
250
Hi All I don't have a UNIX/Java machine in the room at the moment, so let me try to answer Jon's questions from memory, and the help of the MS/Java ...
K John Gough
john@...
Aug 29, 2006 12:08 pm
251
Hi, I read in the ReleaseNotes1.3JVM.pdf that "The use of procedure variables and of super-calls are deprecated", but (a) I don't understand why super-calls...
Hi Jon, I don't know the answer to your questions but the following may help - although much of it went over my head :-( a) In the BlackBox Help > What's New?...
Hi Chris, Thanks a lot for your response! I'll tell you why I ask these strange questions. Some years ago I used BlackBox a bit, mainly on a Mac. I loved the...
Hi Jon, OK - I see now why you were asking. I can confirm that Attributes Externalize is called when you save a document - I used the unsubtle sledgehammer...
Hi Chris, I tried your HALT(0), and it sure gave me lots of trap info that I will take a closer look at later on. The only problem was that I couldn't save it;...
Hi, Thanks for you reply, John. I'm still a bit confused as to what's causing my NoSuchMethodError. If I cd $CPROOT and then javap CP/RTS/RTS, I get a nice...
Yes, it's specific to the JVM version of GPCP. I think I've found the reason; it was rather obvious ;-). After I made these changes ... public static int...
Hi John, That's good news! Any update on when we can expect to be able to get our hands on 1.3.4? Regards, Chris CFB Software http://www.cfbsoftware.com/gpcp...
If you don't have Visual Studio .NET, but don't like the idea of using the command-line GPCP compiler with DOS batch files etc. there is an alternative coming...
Looking forward to that! -- Regards, Bob _____ From: GPCP@yahoogroups.com [mailto:GPCP@yahoogroups.com] On Behalf Of cfbsoftware1 Sent: 04 October 2006 09:19 ...
Hi All Version 1.3.4 of gpcp is now up on the website. The distribution has many fixes compared to 1.3.3, and has updated documentation as well. Installer...
K John Gough
john@...
Oct 10, 2006 7:18 am
265
How do you set the application icon for an application developed using GPCP .NET? Chris Burrows CFB Software http://www.cfbsoftware.com/gpcp...
Sorry to report a problem the day after a new release is announced! The following three modules (much simplified for the purposes of this example!) give an...
... I'm not planning on publishing the full source code for now. However, I did use the existing WinForms example code / RichText editor on my website as the...
... using ... No need to worry about this one any more. I am happy with the solution that I have as it is fairly straightforward and conveniently kills *four*...
Nice one Chris! This is one to add to the doco maybe. John ... From: GPCP@yahoogroups.com [mailto:GPCP@yahoogroups.com] On Behalf Of cfbsoftware1 Sent:...
K John Gough
john@...
Nov 4, 2006 6:50 am
271
... Hmmm, this doesn't sound like something that should be embraced by the GPCP compiler documentation. What you're saying is, "to fix this shortcoming in our...
Well, Marc's point has some merit, but the real issue is that this particular .NET funtionality is hung off the custom attribute mechanism. From the point of...
K John Gough
john@...
Nov 6, 2006 2:52 am
273
With my 'theoretical' hat on I would probably agree with Marc. However, while it would be nice, with my 'pragmatic' hat on I would rather you (John) spend your...
... As far as I remember in CP MAX(INTEGER) is = 07FFFFFFFH so 0FFFF0000H is too big for an INTEGER and compiler correctly intepret it as a LONGINT. Regards...
... That works for me... as long as someone doesn't have to go write little bits of C# code... it seems like having the ability of using Edit->cut/paste/copy...
Hi Folks there is a recent flurry of excitement about Hex constants, including some bug reports to gpcp@... So here is my take on the situation, and a...