You are not logged in.
A naming conflict between the `TThreadList` in the latest version of `mormot.core.threads.pas` and FPC's `TThreadList` is causing the project compilation to fail.
Offline
Inside a project, we could of course use the unit name as prefix to the type, and/or change unit order in your "uses" clause.
But I guess TThreadList is too specific for a name, if it collides with RTL classes.
We could rename this structure TThreads.
Please try with
https://github.com/synopse/mORMot2/commit/a7f457bd0
Offline
You're right. Thanks for the suggestion—I'm going to modify the program now.
Offline
Thank you so much—everything is working fine now.
Offline