On 13 Sep 2008, at 21:49, Peter Popov wrote:
I read Felipe's wiki thouroughly and i think I can manage that part.
I also see I have to use the Darwin (powerpc) rtl, not the linux
(powerpc) rtl. I will start experimenting with it on monday.
You can choose either the Darwin or the Solaris rt
Thanks Jonas.
I read Felipe's wiki thouroughly and i think I can manage that part. I
also see I have to use the Darwin (powerpc) rtl, not the linux (powerpc)
rtl. I will start experimenting with it on monday.
I have one question though, which is not clear to me, as I am not a
low-level sys
Hi Michael,
I see 12110 is applied now, super :)
I am trying to improve on the fcl-web and the next step would be to fix
the apache module related things. However, there is a problem I could
use some help with.
It seems that when the apache module (TCustomApacheApplication) tries to
create an
On Thursday 11 September 2008 23.18:07 Florian Klaempfl wrote:
> Martin Schreiber schrieb:
> > On Saturday 30 August 2008 13.37:42 Florian Klaempfl wrote:
> >
> > I have a crash in MSEide startup in a procedure finalization section:
[...]
> > I saw that you merged unicodestring to trunk. Should I t
How's WRITE_FILEMODE defined - looks like this is the problem, don't
know how it has to be set for ReadWrite...
Try to omit it completely,
TFileStream.Create(Filename, fmCreate);
Using Linux this gives you a file with permissions set to 644 - which
should work for macos to, afaik...
regards
On 11 Sep 2008, at 20:36, Peter Popov wrote:
Peter
It should not be that hard. There are two main ABI's for PowerPC:
the sysv and the aix ABI. Linux/*BSD use the sysv ABI, and Mac OS,
Mac OS X and AIX uses the aix ABI. Hence, the aix abi is already
supported in the compiler. A libc-based