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
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
On Fri, 30 Jan 2009, Paul Nicholls wrote:
> "Bee" 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, an
"Bee" 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 should be able to run on 64bit
> environmen
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
Здравствуйте, Jonas.
Вы писали 29 января 2009 г., 19:19:44:
JM> On 29 Jan 2009, at 19:05, KES 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
On 29 Jan 2009, at 19:05, KES 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 maillist - fpc-p
On 29 Jan 2009, at 19:05, KES wrote:
Здравствуйте, 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
Здравствуйте, 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
>>> >>
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
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 genera
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
>> -
>
> (
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 u
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
>Subject: Re: [fpc-pascal] Breakpoints in certain procedure don't get
> hit.
>To: FPC-Pascal users disc
On Thu, 29 Jan 2009, Graeme Geldenhuys wrote:
> On Thu, Jan 29, 2009 at 3:09 PM, Travis Siegel 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 numb
On Thu, Jan 29, 2009 at 1:59 PM, Graeme Geldenhuys
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 that data is stored
On Thu, Jan 29, 2009 at 3:09 PM, Travis Siegel 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 make my code 1-ba
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
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 cha
On Thu, Jan 29, 2009 at 2:25 PM, Felipe Monteiro de Carvalho
>
> 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 changing it to 1, althougth I
> am still not sure of t
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.
>
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 a
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
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
On 29 Jan 2009, at 11:13, Boris Samorodov wrote:
Joost van der Sluis 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
1
Joost van der Sluis 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 r...@host.ipt.ru:/usr/obj/usr/src
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 http://svn.freepas
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 b
Graeme Geldenhuys wrote:
> On Thu, Jan 29, 2009 at 9:00 AM, Graeme Geldenhuys
> 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. :-)
> AggPas is pretty awesome. I hope to one day crea
29 matches
Mail list logo