Search the web
Sign In
New User? Sign Up
GPCP · Gardens Point Component Pascal
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 294 - 323 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
294
1. nProf If you need a Profiler to identify time-based bottlenecks in your GPCP code, I can recommend this one as being simple and easy to use: ...
cfbsoftware1
Offline Send Email
Apr 18, 2007
3:20 am
295
Hello, The compiler seems to use a locale dependent way to convert reals to strings and vice versa. Here in Belgium we would write: pi = 3,1415 with a comma,...
koen_desaeger
Offline Send Email
Apr 23, 2007
8:16 am
296
Hi All I think Koen is right. The compiler should always use the invariant locale for output when writing for another tool to read. Originally GPCP only used...
John Gough
j.gough@...
Send Email
Apr 26, 2007
5:28 am
297
I'm currently preparing v2.0, a freeware release of the Component Pascal IDE for .NET 2.0 If anybody would like to try it out and let me know if there are any ...
cfbsoftware1
Offline Send Email
Apr 30, 2007
7:36 am
298
When generating a CP symbol file from Microsoft.VisualBasic.dll so I could access the SpecialDirectories Class (to access the path of 'My Documents' etc.) I...
cfbsoftware1
Offline Send Email
May 18, 2007
6:18 am
299
... Follow up: I don't need a fix in a hurry. I've just discovered the VB libraries are not actually needed. The special folders can be accessed via the...
cfbsoftware1
Offline Send Email
May 18, 2007
6:37 am
300
Thanks to Chris for the bug report. I'll check it out and post an update. John...
John Gough
j.gough@...
Send Email
May 18, 2007
4:54 pm
301
... accessed ... Oops! I spoke to soon - I now have a different problem. The following test code: MODULE SpecialFolders; IMPORT Sys := mscorlib_System, CPmain;...
cfbsoftware1
Offline Send Email
May 22, 2007
3:18 am
302
Hi All I am in Redmond for the rest of this week. I will try to find a diagnosis for Chris' problem when I get back. It all looks very mysterious. John...
John Gough
j.gough@...
Send Email
May 22, 2007
5:30 am
303
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...
cfbsoftware1
Offline Send Email
Jul 5, 2007
1:00 am
304
... 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...
Marc Martin
marcmartin2
Offline Send Email
Jul 5, 2007
10:42 pm
305
... 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...
Jürgen Rolshoven
jrolshoven
Offline Send Email
Jul 6, 2007
7:52 am
306
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...
cfbsoftware1
Offline Send Email
Jul 11, 2007
7:53 am
307
... 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...
Marc Martin
marcmartin2
Offline Send Email
Jul 11, 2007
10:45 pm
308
... I agree. I have never liked underscores anyway, but double- underscores and trailing underscores ...??? I would much prefer to see the usual .NET dotted...
cfbsoftware1
Offline Send Email
Jul 12, 2007
12:31 am
309
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...
John Gough
j.gough@...
Send Email
Jul 12, 2007
3:31 am
310
... 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...
Marc Martin
marcmartin2
Offline Send Email
Jul 12, 2007
3:50 am
311
... 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...
cfbsoftware1
Offline Send Email
Jul 12, 2007
7:23 am
312
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: ...
cfbsoftware1
Offline Send Email
Jul 13, 2007
1:37 am
313
Hallo! This codes dose not compile. MODULE DirectoryTest; IMPORT Sys := mscorlib_System, IO := mscorlib_System_IO, CPmain; VAR path :Sys.String; BEGIN path:=...
judoheli
Offline Send Email
Jul 26, 2007
2:59 pm
314
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 ...
K John Gough
john@...
Send Email
Jul 26, 2007
11:24 pm
315
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...
Schrei
judoheli
Offline Send Email
Jul 27, 2007
5:16 am
316
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: ...
cfbsoftware1
Offline Send Email
Aug 1, 2007
12:27 pm
317
... 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...
Schrei
judoheli
Offline Send Email
Aug 2, 2007
4:22 pm
318
... 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...
Marc Martin
marcmartin2
Offline Send Email
Aug 2, 2007
11:52 pm
319
... Hi Helmut, Oops - my mistake! Thanks for letting me know. You can now download the fixed version (v2.0.1) from: ...
cfbsoftware1
Offline Send Email
Aug 3, 2007
7:52 am
320
... 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,...
cfbsoftware1
Offline Send Email
Aug 3, 2007
8:06 am
321
... Well, you've got a lot of Console output examples, but the only textfile output example I see "Birthdays", and people may not realize that this has...
Marc Martin
marcmartin2
Offline Send Email
Aug 3, 2007
6:43 pm
322
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....
Marc Martin
marcmartin2
Offline Send Email
Aug 3, 2007
8:10 pm
323
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...
Stephen Harris
sharris1_us
Offline Send Email
Aug 3, 2007
8:19 pm
Messages 294 - 323 of 437   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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