WoGe 0 Posted November 26, 2019 Hi on installing the new Delphi 10.3.3 i found several problem i am not shure how to solve them in the best manner. I used the nice tests that come with the lib - the sample i used are randomly choosen and tagged with tokiyo 10.2 or 10.1 Berlin It seems that the reference to FastMM can omitted or replaced with SimpleShareMem It also seems the even SimpleShareMem can be discarded after at least 1 App has been compiled with it The newest Tests 66 and 67 have no reference to any MemoryManager alt all. Test 40_mandelbrot does not work. It compiles without error but does nothing. Thanks WoGe Share this post Link to post
Primož Gabrijelčič 223 Posted November 27, 2019 FastMM is not required for OmniThreadLibrary. You can use any memory manager. Mandelbrot generates the image on double-click. It does behave strangely, though, I agree. I'll look into that. 1 Share this post Link to post