[fpc-pascal] Re: Announcing CrossGL

2009-01-29 Thread Milan Marusinec
Graeme Geldenhuys wrote: On Thu, Jan 29, 2009 at 9:00 AM, Graeme Geldenhuys graemeg.lists-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: Quick question? How does CrossGL compare to AGG or AGG-PAS? It looks Ah, no wonder the feature set looked familiar - you worked on AggPas first. :-)

[fpc-pascal] Info for building FPC ...

2009-01-29 Thread Dimitrios Chr. Ioannidis
Hi all, i already downloaded, printed and read marcov's pdf reg. building fpc. I have the need, to build / compile fpc, using only the fpc executable ( ppc386 or ppcx64 ), the sources from subversion and the needed tools/utils. But where can i find the tools/utils needed for windows ? The

Re: [fpc-pascal] Info for building FPC ...

2009-01-29 Thread Jonas Maebe
On 29 Jan 2009, at 10:27, Dimitrios Chr. Ioannidis wrote: Is it possible someone to post where can i find the tools/utils needed for build / compile fpc from sources in windows ? They are available in the fpcbuild svn repository. You can get them directly using: svn co

Re: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Boris Samorodov
Joost van der Sluis jo...@cnoc.nl writes: We have placed the first release-candidate of the Free Pascal Compiler version 2.2.4 on our ftp-servers. At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 26 17:17:58 MSK 2009

Re: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Jonas Maebe
On 29 Jan 2009, at 11:13, Boris Samorodov wrote: Joost van der Sluis jo...@cnoc.nl writes: We have placed the first release-candidate of the Free Pascal Compiler version 2.2.4 on our ftp-servers. At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0:

Re: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Marco van de Voort
In our previous episode, Boris Samorodov said: At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 26 17:17:58 MSK 2009 r...@host.ipt.ru:/usr/obj/usr/src/sys/HOST i386 - ( note: if you want to generate native 8.0 binaries, you need

[fpc-pascal] crossplatform networking

2009-01-29 Thread Bee
Hi all, I need to build some crossplatform networking applications. It'd be UDP-based. It should be able to support at least 3 mainstream OSes: Windows, Linux, and Mac. It also should be able to run on 64bit environment (at any OSes). Any suggestion what is the best crossplatform networking

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Felipe Monteiro de Carvalho
I also added initial OpenDocument support. Initially I wanted to do OOXML, but OpenOffice can only read OOXML, not write it, and I don't have Word, so I found myself unable to generate example documents and went for OpenDocument. A doubt I am facing now is if rows and column numbers should start

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Michael Van Canneyt
On Thu, 29 Jan 2009, Felipe Monteiro de Carvalho wrote: I also added initial OpenDocument support. Initially I wanted to do OOXML, but OpenOffice can only read OOXML, not write it, and I don't have Word, so I found myself unable to generate example documents and went for OpenDocument. A

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Travis Siegel
On Jan 29, 2009, at 6:33 AM, Michael Van Canneyt wrote: On Thu, 29 Jan 2009, Felipe Monteiro de Carvalho wrote: A doubt I am facing now is if rows and column numbers should start at 1 like what is seen in most spreadsheet user interfaces or in zero . It was zero before, but now I am

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Vincent Snijders
Travis Siegel schreef: Don't confuse the poor users, start at 1. You mean: Don't confuse the poor programmers, start at 1. Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Graeme Geldenhuys
On Thu, Jan 29, 2009 at 3:09 PM, Travis Siegel tsie...@softcon.com wrote: And here is the difference between programmers and users. Yes, most programmer interfaces start at 0, but when a user opens your sreadsheet, they expect to see their first cell number as a1, not a0. I personally always

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Felipe Monteiro de Carvalho
On Thu, Jan 29, 2009 at 1:59 PM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Part of the confusion was what developers were used to in Delphi. Plus many (all) container classes in the RTL use 0-based counting. It becomes quite a chore to keep track of 1-based counting in the grid and when

Re: [fpc-pascal] Suggestions for fpspreadsheet

2009-01-29 Thread Michael Van Canneyt
On Thu, 29 Jan 2009, Graeme Geldenhuys wrote: On Thu, Jan 29, 2009 at 3:09 PM, Travis Siegel tsie...@softcon.com wrote: And here is the difference between programmers and users. Yes, most programmer interfaces start at 0, but when a user opens your sreadsheet, they expect to see their

Re: [fpc-pascal] Breakpoints in certain procedure don't get hit.

2009-01-29 Thread Ken G. Brown
Yay! That seems to have worked. THANKS! Ken At 10:17 AM +0100 1/29/09, fpc-pascal-requ...@lists.freepascal.org apparently wrote: Date: Thu, 29 Jan 2009 08:45:31 +0200 From: Jonas Maebe jonas.ma...@elis.ugent.be Subject: Re: [fpc-pascal] Breakpoints in certain procedure don't get hit. To:

Re: [fpc-pascal] Info for building FPC ...

2009-01-29 Thread Florian Klaempfl
Jonas Maebe schrieb: On 29 Jan 2009, at 10:27, Dimitrios Chr. Ioannidis wrote: Is it possible someone to post where can i find the tools/utils needed for build / compile fpc from sources in windows ? They are available in the fpcbuild svn repository. You can get them directly using:

Re: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Boris Samorodov
mar...@stack.nl (Marco van de Voort) writes: In our previous episode, Boris Samorodov said: At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 26 17:17:58 MSK 2009 r...@host.ipt.ru:/usr/obj/usr/src/sys/HOST i386 - ( note: if you

Re: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Marco van de Voort
In our previous episode, Boris Samorodov said: At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 26 17:17:58 MSK 2009 r...@host.ipt.ru:/usr/obj/usr/src/sys/HOST i386 - ( note: if you want to generate native 8.0 binaries,

Re: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Boris Samorodov
mar...@stack.nl (Marco van de Voort) writes: In our previous episode, Boris Samorodov said: At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 26 17:17:58 MSK 2009 r...@host.ipt.ru:/usr/obj/usr/src/sys/HOST i386 - (

Re[2]: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread KES
Здравствуйте, Boris. Вы писали 29 января 2009 г., 18:48:35: BS mar...@stack.nl (Marco van de Voort) writes: In our previous episode, Boris Samorodov said: At the system: - host% uname -a FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 26 17:17:58 MSK 2009

Re: Re[2]: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread Jonas Maebe
On 29 Jan 2009, at 19:05, KES kes-...@yandex.ru wrote: It that possible now to build .so with FPC and use it in C program on FreeBSD platform? No, this bug was not fixed in 2.2.4 (it's not even fixed yet in 2.3.1) Jonas ___ fpc-pascal

Re[4]: [fpc-pascal] Freepascal 2.2.4rc1 released

2009-01-29 Thread KES
Здравствуйте, Jonas. Вы писали 29 января 2009 г., 19:19:44: JM On 29 Jan 2009, at 19:05, KES kes-...@yandex.ru wrote: It that possible now to build .so with FPC and use it in C program on FreeBSD platform? JM No, this bug was not fixed in 2.2.4 (it's not even fixed yet in 2.3.1)

Re: [fpc-pascal] If ShellExecute(0, 'open', PChar(ExecuteName), '', '', 0) = 32 Then

2009-01-29 Thread vmars
OK. I finally got there, via much trial and error. * ExecuteName := GetEnvironmentVariable('COMSPEC'); {ExecuteName = 'C:\WINDOWS\system32\cmd.exe'} ShellExParms := (' /c ' + ExecuteName) ; If ShellExecute(0, nil, PChar(ExecuteName), PChar(ShellExParms), nil, SW_SHOWNORMAL) = 32 Then

[fpc-pascal] Re: crossplatform networking

2009-01-29 Thread Paul Nicholls
Bee bisma-96w4lwiwc1nexsysy73...@public.gmane.org wrote in message news:49817e1f.8080...@brawijaya.ac.id... Hi all, I need to build some crossplatform networking applications. It'd be UDP-based. It should be able to support at least 3 mainstream OSes: Windows, Linux, and Mac. It also

Re: [fpc-pascal] Re: crossplatform networking

2009-01-29 Thread Michael Van Canneyt
On Fri, 30 Jan 2009, Paul Nicholls wrote: Bee bisma-96w4lwiwc1nexsysy73...@public.gmane.org wrote in message news:49817e1f.8080...@brawijaya.ac.id... Hi all, I need to build some crossplatform networking applications. It'd be UDP-based. It should be able to support at least 3

Re: [fpc-pascal] If ShellExecute(0, 'open', PChar(ExecuteName), '', '', 0) = 32 Then

2009-01-29 Thread Bart
And now try this withou the use of COMSPEC, and it should work. The problem is the implicit SW_HIDE (0) you were using. Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: crossplatform networking

2009-01-29 Thread Bee
It does. I use it on 64-bit. Is it working on Mac (intel)? -Bee- ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal