![]() |
|
C++ Builder 12 Error After Install of IntraWeb - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: C++ Builder 12 Error After Install of IntraWeb (/thread-5171.html) |
C++ Builder 12 Error After Install of IntraWeb - deridan - 04-22-2025 Hello All, After installing IntraWeb 16.0.9, I am getting the attached error message when starting an IntraWeb application for C++ Builder 12 Community Edition I installed it for Delphi 12 Community Edition and had no issues. Error: LibDeflate in C++ Builder requires external IWLibDeflate.dll Any ideas? RE: C++ Builder 12 Error After Install of IntraWeb - deridan - 05-13-2025 Any ideas here? RE: C++ Builder 12 Error After Install of IntraWeb - rlebeau - 05-13-2025 Seems to be a problem since at least 15.6.3, but no solution mentioned: https://www.atozed.com/forums/thread-4247-post-13205.html#pid13205 Have you tried contacting AToZed Support directly? RE: C++ Builder 12 Error After Install of IntraWeb - joergb - 05-14-2025 I get this Erroor too . And somewhere here I found a Solution. In IWServerController / ObjectInspector open the property "Compression" set AllowDeflate to "FALSE" and the ComprssorImplemantion to compZLib that works fine for me RE: C++ Builder 12 Error After Install of IntraWeb - deridan - 05-21-2025 (05-13-2025, 09:05 PM)rlebeau Wrote: Seems to be a problem since at least 15.6.3, but no solution mentioned: LOL They actually saw that I posted the issue here and told me to wait for a response. BTW, I'm a big fan of your articles in the C++Builder Developer's Journal of the old days. (05-14-2025, 12:24 PM)joergb Wrote: I get this Erroor too . Wil try that, thanks RE: C++ Builder 12 Error After Install of IntraWeb - rlebeau - 05-21-2025 (05-21-2025, 02:00 AM)deridan Wrote: BTW, I'm a big fan of your articles in the C++Builder Developer's Journal of the old days. Aww, the good old days... |