Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

GPCP · Gardens Point Component Pascal

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 93
  • Category: Pascal
  • Founded: Feb 20, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 303 - 332 of 604   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
303 cfbsoftware1 Send Email Jul 5, 2007
1:00 am
If you are converting some existing Win32 code to use with GPCP on .NET the 'Microsoft Win32 to Microsoft .NET Framework API Map' is useful when trying to...
304 Marc Martin
marcmartin2 Send Email
Jul 5, 2007
10:42 pm
... Thanks Chris! Not much activity here on GPCP... is anyone (besides Chris) here actively using GPCP? And if so, are you using the .NET version or JVM...
305 Jürgen Rolshoven
jrolshoven Send Email
Jul 6, 2007
7:52 am
... Hi Marc, as a computational linguist, I am working on machine translation for natural languages. I use BB CP and GPCP for JVM. Jürgen...
306 cfbsoftware1 Send Email Jul 11, 2007
7:53 am
v2.0 of the Component Pascal IDE will include 20 or so new simple source code examples for GPCP for .NET. These are aimed at both newcomers to the CP language...
307 Marc Martin
marcmartin2 Send Email
Jul 11, 2007
10:45 pm
... Thanks Chris! Always good to have more examples... I'm wondering, are there any plans to "pretty up" the imports from the .NET framework? I mean, the...
308 cfbsoftware1 Send Email Jul 12, 2007
12:31 am
... I agree. I have never liked underscores anyway, but double- underscores and trailing underscores ...??? I would much prefer to see the usual .NET dotted...
309 John Gough
j.gough@... Send Email
Jul 12, 2007
3:31 am
Hi All Ok, I agree with the comments regarding the ugly foreign naming conventions. However, it was originally a hack to get foreign imports going, and now...
310 Marc Martin
marcmartin2 Send Email
Jul 12, 2007
3:50 am
... It's amazing how much things improve with the elimination of a few underscores... :-) This is still less than ideal (because of the brackets), but it is...
311 cfbsoftware1 Send Email Jul 12, 2007
7:23 am
... instances in import lists, and have a unique syntax taken from the IL ... Yes - that would be an improvement. ... compiler and PeToCps agreed on the name...
312 cfbsoftware1 Send Email Jul 13, 2007
1:37 am
You can see a two-part Microsoft video interview with John Gough in Aug 2006 related to his work implementing compilers on the JVM / .NET framework at: ...
313 judoheli Send Email Jul 26, 2007
2:59 pm
Hallo! This codes dose not compile. MODULE DirectoryTest; IMPORT Sys := mscorlib_System, IO := mscorlib_System_IO, CPmain; VAR path :Sys.String; BEGIN path:=...
314 K John Gough
john@... Send Email
Jul 26, 2007
11:24 pm
Hi Helmut In Component Pascal a literal string is an array of char. The solution is to pass a System.String to the WriteLine rather than this array. Thus ...
315 Schrei
judoheli Send Email
Jul 27, 2007
5:16 am
K John Gough schrieb: Hi Helmut In Component Pascal a literal string is an array of char. The solution is to pass a System.String to the WriteLine rather than...
316 cfbsoftware1 Send Email Aug 1, 2007
12:27 pm
Version 2.0 of CPIde, an IDE for GPCP .NET was released earlier today: http://www.cfbsoftware.com/cpide A summary of What's New in v2.0 is at: ...
317 Schrei
judoheli Send Email
Aug 2, 2007
4:22 pm
... Hallo, if i try to setup the new cpisetup.exe i get an error "the operating system is not adequate for running CPIde." Im useing windows 2000 with Dot NET...
318 Marc Martin
marcmartin2 Send Email
Aug 2, 2007
11:52 pm
... The setup and the IDE both work fine here (Windows XP Professional SP2). Thanks, Chris -- this IDE makes GPCP much more pleasant to use! Marc...
319 cfbsoftware1 Send Email Aug 3, 2007
7:52 am
... Hi Helmut, Oops - my mistake! Thanks for letting me know. You can now download the fixed version (v2.0.1) from: ...
320 cfbsoftware1 Send Email Aug 3, 2007
8:06 am
... Hi Marc, Thanks for the feedback. Can you think of any more topics for examples that might be useful - particularly to CP newbies or .NET newbies? Regards,...
321 Marc Martin
marcmartin2 Send Email
Aug 3, 2007
6:43 pm
... Well, you've got a lot of Console output examples, but the only textfile output example I see "Birthdays&quot;, and people may not realize that this has...
322 Marc Martin
marcmartin2 Send Email
Aug 3, 2007
8:10 pm
John, I was looking at the GPCP version history within "GPCPcopyright.cp", and see that from 2000 to 2005, there were multiple new releases of GPCP each year....
323 Stephen Harris
sharris1_us Send Email
Aug 3, 2007
8:19 pm
Gah! Don't let GPCP development stop! I think this is an excellent language; even though I only understand the simpler parts of it, it is still very pleasant...
324 Marc Martin
marcmartin2 Send Email
Aug 3, 2007
11:06 pm
Chris (or anyone else), I have a few modules which require different compiler parameters than most of my other modules. Specifically, modules which import...
325 Marc Martin
marcmartin2 Send Email
Aug 4, 2007
1:58 am
... Or... I wonder if "-unsafe" and "-special"; should be required options at all? I mean, if one imports SYSTEM, then is there any need to also have an ...
326 cfbsoftware1 Send Email Aug 5, 2007
1:36 am
... Good idea - I'll add some new textfile IO examples. ... US). Thanks for pointing that out - I'll see if I can use the Invariant format to read / write the...
327 Stephen Harris
sharris1_us Send Email
Aug 5, 2007
11:36 pm
I was thinking it might be instructive to see some of the "classic" compsci examples in Component Pascal, like Knights Tour and Eight Queens, and maybe some...
328 cfbsoftware1 Send Email Aug 6, 2007
12:39 am
... compsci examples in Component Pascal, like Knights Tour and Eight Queens, and maybe some stuff with linked lists & map negotiation. ... if you are not...
329 K John Gough
john@... Send Email
Aug 6, 2007
11:32 am
Hi All Soon as I go on holiday, the mail group runs wild! Marc raises an interesting question. The brief answer is: no gpcp has not reached the end of its...
330 Marc Martin
marcmartin2 Send Email
Aug 6, 2007
3:29 pm
... That's good to hear that there will be some future development! It seems that development has slowed down on both GPCP *and* Blackbox. ... Well, I...
331 Marc Martin
marcmartin2 Send Email
Aug 7, 2007
5:04 pm
... Actually, I can live with inter-language calls being single dimension arrays (I can do any multi-dimensional index mapping in my code). I thought that the...
332 cfbsoftware1 Send Email Aug 8, 2007
1:51 am
... all I ... and have ... Fair enough. What about Marc's other question? "And if one specifies "FOREIGN MODULE", is there any need to also have a "-special";...
Messages 303 - 332 of 604   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help