Discussion:
[fpc-pascal] Free Pascal compiler/linker/debugger as a plug-in/replacement for Delphi compiler/linker/debugger
Skybuck Flying
2008-02-11 16:14:00 UTC
Permalink
Hello,

Delphi's compiler/linker is probably malfunctioning for uint64 types.

It would be nice if free pascal compiler/linker/debugger can be used as a
replacement.

So that I can still use the Delphi IDE.

To do that probably requires replacing some DLL.

Maybe like:

DCC.DLL or something like that.

Hack it, reverse engineer it.

Then use it as a gateway to FPC :):):)

Bye,
Skybuck ;)
Michael Van Canneyt
2008-02-11 16:27:39 UTC
Permalink
Post by Skybuck Flying
Hello,
Delphi's compiler/linker is probably malfunctioning for uint64 types.
It would be nice if free pascal compiler/linker/debugger can be used as a
replacement.
So that I can still use the Delphi IDE.
To do that probably requires replacing some DLL.
DCC.DLL or something like that.
Hack it, reverse engineer it.
Then use it as a gateway to FPC :):):)
look at the crossfpc project. It does exactly that. Simon Kissel is the head
of that project.

Michael.
Marco Alvarado
2008-02-11 16:42:52 UTC
Permalink
What about Lazarus?

-Marco
Post by Michael Van Canneyt
Post by Skybuck Flying
Hello,
Delphi's compiler/linker is probably malfunctioning for uint64 types.
It would be nice if free pascal compiler/linker/debugger can be used as a
replacement.
So that I can still use the Delphi IDE.
To do that probably requires replacing some DLL.
DCC.DLL or something like that.
Hack it, reverse engineer it.
Then use it as a gateway to FPC :):):)
look at the crossfpc project. It does exactly that. Simon Kissel is the head
of that project.
Michael.
_______________________________________________
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Skybuck Flying
2008-02-11 17:31:31 UTC
Permalink
I don't like lazarus so much :)

I like Delphi 2007 IDE much better :)

Bye,
Skybuck.
Post by Marco Alvarado
What about Lazarus?
-Marco
Marco Alvarado
2008-02-11 19:29:11 UTC
Permalink
Post by Skybuck Flying
I don't like lazarus so much :)
I like Delphi 2007 IDE much better :)
What if FPC is re-built as a addon for Delphi 2007, and later on you
like Delphi 2009 more? ;)

-Marco
Joao Morais
2008-02-11 17:10:08 UTC
Permalink
Post by Michael Van Canneyt
Post by Skybuck Flying
Hello,
Delphi's compiler/linker is probably malfunctioning for uint64 types.
It would be nice if free pascal compiler/linker/debugger can be used as a
replacement.
So that I can still use the Delphi IDE.
To do that probably requires replacing some DLL.
DCC.DLL or something like that.
Hack it, reverse engineer it.
Then use it as a gateway to FPC :):):)
look at the crossfpc project. It does exactly that. Simon Kissel is the head
of that project.
I think he is looking for problems, not solutions.

--
Joao Morais
Skybuck Flying
2008-02-11 17:46:09 UTC
Permalink
Nothing to download yet ? Oh :(

Bye,
Skybuck.
Post by Michael Van Canneyt
Post by Skybuck Flying
Then use it as a gateway to FPC :):):)
look at the crossfpc project. It does exactly that. Simon Kissel is the head
of that project.
Michael.
Marco van de Voort
2008-02-12 13:41:09 UTC
Permalink
Post by Marco Alvarado
What about Lazarus?
It's active. The CrossFPC project is awfully silent (and IMHO never made
technilogical sense)
Matt Emson
2008-02-12 15:41:27 UTC
Permalink
Post by Marco van de Voort
Post by Marco Alvarado
What about Lazarus?
It's active. The CrossFPC project is awfully silent (and IMHO never made
technilogical sense)
The move from the old D7 and prior IDE to the BDS/Galileo one broke the
whole CrossXXX movement last time I looked.

Loading...