04-17-2024, 05:40 AM
(This post was last modified: 04-17-2024, 05:44 AM by Alexandre Machado.)
(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 manager is a 50 LOC unit and it can be easily used in any Delphi application, but it's a different subject in C++. It may vary from difficult to impossible and nobody knows (not even the EMB C++ guys) until you try it out.
If you have any other MM other than the built-in working with your apps I'd be glad to include it.