Jacek Laskowski 57 Posted November 6, 2019 (edited) I wanted to compile a FullDebugMode library from FastMM project. It requires JCL library, I installed it using install.bat. However when compiling FastMM library I get a compilation error inside JCL: [dcc32 Error] JclSynch.pas(1078): E2010 Incompatible types: 'Cardinal' and 'Boolean' What am I doing wrong? Edited November 6, 2019 by Jacek Laskowski Share this post Link to post
Attila Kovacs 629 Posted November 6, 2019 39 minutes ago, Jacek Laskowski said: What am I doing wrong? Not using goole 😛 https://issuetracker.delphi-jedi.org/view.php?id=6560 Share this post Link to post
Jacek Laskowski 57 Posted November 6, 2019 Thanks, I actually had two versions of the file on different paths. Share this post Link to post
Bill Meyer 337 Posted November 6, 2019 3 hours ago, Jacek Laskowski said: Thanks, I actually had two versions of the file on different paths. That is something the Delphi Unit Dependency scanner will report. https://github.com/norgepaul/DUDS Share this post Link to post