SysUtils module was compiled with a different version of SysConst.SMonitorLockException when trying to compile a project in Delphi 2009
I am trying to compile a project and I am getting this error.
The error occurs in the original RemObjects file, but I think it has nothing to do with RemObjects.
Anyway, this error is too general and I don't quite understand why this is happening, so how can I solve it?
0
Fabio gomes
source
to share
2 answers
The problem was that we translated the SysConsts module and the interface was changed, removing this block solved the problem.
+2
Fabio gomes
source
to share
This error occurs when you mix libraries. You may be using a (third party) library that is compiled with a different version. Try to get the latest version or recompile if you have the source.
If the issue persists, try to get a minimal subset of the project to find the offending / dcu file.
+1
Toon krijthe
source
to share