Re: [fpc-pascal] Namespace collisions

2024-11-07 Thread Jonas Maebe via fpc-pascal
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

[fpc-pascal] Namespace collisions

2024-11-07 Thread Adriaan van Os via fpc-pascal
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