[fpc-pascal] External library name
Hairy Pixels
genericptr at gmail.com
Sun Jan 5 07:15:12 CET 2025
On Jan 5, 2025 at 11:53:36 AM, Adriaan van Os via fpc-pascal <
fpc-pascal at lists.freepascal.org> wrote:
> This is a habit from the WIndows and Delphi world. In a one-levell
> namespace on MacOS, the dll name
> is superflouous. Note that ObjC symbols are always global ,which implies a
> one-level namespace.
>
what do you mean a one level namespace?
I thought the idea of external names is that you could resolve name
conflicts. Like if you had “exit” declared in 2 libraries can they both be
linked together in one program using the external name? I’m curious about
this though because I’ve never seen a way to do that with a linker, all you
can ever do is specify libraries then the linker does all the work and if
there are duplicates you get an error, end of story.
Regards,
Ryan Joseph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20250105/f8fca9ec/attachment-0001.htm>
More information about the fpc-pascal
mailing list