delphidunitx

DUnitX can't work at 64-bit?


DUnitX works if i select '32-bit Windows', however, when I change it to '64-bit Windows', it says

[dcc64 Fatal Error] RPMLibTestsX.dpr(14): F2613 Unit 'DUnitX.Windows.Console' not found.

is this expected?

I am using RAD Studio 10.1 Berlin Update 2 (Delphi)

enter image description here


Solution

  • This dcu seems to be missing in the {BDSLIB}\Win64\release Folder (I checked on my installation)

    The other one that is missing is DUnitX.MemoryLeakMonitor.FastMM4.dcu

    In order to compile your project either change the config to Debug or explicitly add the DUnitX source folder to your project search path to compile from the sources.