![]() |
|
Intraweb 16 and Delphi XE7 - 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: Intraweb 16 and Delphi XE7 (/thread-5387.html) |
Intraweb 16 and Delphi XE7 - Jacek701 - 08-27-2025 Hello, I tried to install IntraWeb 16.1.2 for Delphi XE7, but the provided design-time package dclIntraweb_16_DXE7.bpl cannot be loaded into Delphi XE7. When checking the dependencies with Dependency Walker, I noticed that this BPL depends on: rtl220.bpl vcl220.bpl designide220.bpl These are the runtime packages for Delphi XE8 , not XE7. Because of this mismatch, Delphi XE7 cannot load the package — it always fails with "Cannot find module" error. It looks like the “XE7” build of IntraWeb 16 was in fact compiled against XE8 runtime. Could you please check and provide the correct build for XE7 (210 runtime packages)? Thank you. Jacek RE: Intraweb 16 and Delphi XE7 - takyon_dg - 10-08-2025 I too have this problem and I have yet to receive the source post-payment such that I could even recompile it in XE7 to address it. RE: Intraweb 16 and Delphi XE7 - Alexandre Machado - 10-08-2025 Hi there, that's weird. Maybe something in the XE7 build got broken. I'll have a look and get back to you. Cheers. RE: Intraweb 16 and Delphi XE7 - Alexandre Machado - 10-09-2025 Please download and install version 16.1.6 from this URL: https://downloads.atozed.com/intraweb/iw16.1.6.exe It should fix the XE7 installation issue Please let me know how it goes RE: Intraweb 16 and Delphi XE7 - takyon_dg - 10-09-2025 That one works. Thank you! |