On 07/11/2024 16:27, Adriaan van Os via fpc-pascal wrote:
In ObjectiveC we have the infamous namespace collision problem. I am
wondering how this applies to Objective Pascal.
For example, I have a plugin, written in Pascal, with only one global
external symbol, the plugin entry point
000
In ObjectiveC we have the infamous namespace collision problem. I am wondering how this applies to
Objective Pascal.
For example, I have a plugin, written in Pascal, with only one global external symbol, the plugin
entry point
a6d0 (__TEXT,__text) external _MyPluginEntryPoint