On 14/04/2011 15:10, Skybuck Flying wrote:
Anyway if somebody could take a look at all of this and make some
sense of it that would be great/nice, saves me some time and could
clear some confusion (?) ;)
Before looking at your code, I'd know the role that your project
plays at all. Is it on
13.04.2011 8:12, Paul Ishenin wrote:
make clean all OPT="-g -gl -gw -godwarfsets"
I do it also on Windows 7/win32.
I tried both 2.4.4 and 2.5.1 as the starting compiler.
this compiles: make clean all
this does not: make clean all OPT="-gwl"
Best regards,
Paul Ishenin
_
Marco van de Voort schrieb:
When you want to use FPC as an alternative compiler for Delphi, then
you'll have to make it output binaries in a way that the Delphi linker
can use. In order to make use of further targets, as already supported
by FPC but not by Delphi, you'll have to update the Del
In our previous episode, Hans-Peter Diettrich said:
> Development can be done in whatever IDE you like. This is absolutely
> independent from the compilation and linking of the developed code.
>
> When you want to use FPC as an alternative compiler for Delphi, then
> you'll have to make it outpu
Skybuck Flying schrieb:
Before looking at your code, I'd know the role that your project plays
at all. Is it only about making the FPC code compilable by Delphi, as
the first stage in the FPC bootstrap?
Yes.
Okay, so far.
3. Once the RTL is compiled use the original RTL sources and/or RTL
Am 14.04.2011 22:29, schrieb Florian Klämpfl:
Am 13.04.2011 12:11, schrieb Sven Barth:
Am 12.04.2011 21:41, schrieb Sven Barth:
The latter change is not yet commited (I will do that tomorrow), but the
implementation of the flag and the removing of "current_syssym" are
already commited.
Done.
On 04/14/2011 05:12 PM, Dariusz Mazur wrote:
I've implement message queue (like in Windows), also VCL/LCL style
communication with widgets. TThread.synchronize was reimplement,
because there is many "Main thread" - per each session. All enough to
use the same source do build desktop and web a
- Original Message -
From: "Hans-Peter Diettrich"
To: "FPC developers' list"
Sent: Thursday, 14 April, 2011 15:12 PM
Subject: Re: [fpc-devel] Announcement: Free Pascal CompilerDelphi
XEPortProject
Skybuck Flying schrieb:
Anyway if somebody could take a look at all of this and ma