Re: Delphi language support in CMake build system
eric.lemings@xxxxxxxxx schrieb:
In particular, I know of no way to translate a Delphi program into an
intermediate form before linking the executable.
A *.dcu file is created from every compiled unit. Of course this file
type requires an appropriate linker, or some other dcu-aware tool, for
futher processing.
DoDi
.
Relevant Pages
- Re: rtld + static linking
... > shared libraries do. ... for the current implementation of the linker. ... and made no changes to the constructor argument ... the same source file is use for both dynamic and static linking. ... (freebsd-current) - Re: Linker errors
... I would like to continue using incremental linking with the ... > The lead for the linker team looked at the dump info you provided and we ... > currently working on that addresses an issue when new imports get added ... > that mainly hits when we are linking very large images like in your case. ... (microsoft.public.dotnet.languages.vc) - Re: More projects in a C++ solution: how to link them together?
... > extern int x; ... > When in the second project I try to use this global variable, I get a linker ... > How do I tell the linker to also use the object files from the first ... linking that project to the other project's library list. ... (microsoft.public.vsnet.ide) - Linker-problems with TCL 8.5.1
... compiling and linking against TCL/Tk. ... For linking I'm using tcl84.lib tk84.lib. ... But now I want to change to TCL 8.5.1. ... the linker throws these errors. ... (comp.lang.tcl) - Re: More projects in a C++ solution: how to link them together?
... > extern int x; ... > When in the second project I try to use this global variable, I get a linker ... > How do I tell the linker to also use the object files from the first ... linking that project to the other project's library list. ... (microsoft.public.vc.language) |
|