04-17-2024, 05:40 AM
(04-16-2024, 09:23 PM)MJS@mjs.us Wrote: Same here with C++ Builder 11.3 + 15.6.0 + http.sys. App crashes with libdeflate, ok on zlib. Also, new memory managers did not seem to work with C++ Builder last time I tested.
Hi Mark,
Memory managers with C++ Builder is a whole new different story.
Not even Pierre le Riche, the father of FastMM4, could make FastMM work reliably with C++Builder across all flavours of EMB C++ compilers. It's a real madness and I'm not sure it will ever be supported.
You see, the MSHeap memory manger is a 50 LOC unit and it can be easily used in any Delphi application, but it's different subject in C++.
If you have any other MM other than the built-in working with your apps I'd be glad to include it.