![]() |
Missing IWBootstrap4D11.dcp,IWBootstrapD11.dcp in Intraweb latest or earlier release - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (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: Missing IWBootstrap4D11.dcp,IWBootstrapD11.dcp in Intraweb latest or earlier release (/thread-2643.html) |
Missing IWBootstrap4D11.dcp,IWBootstrapD11.dcp in Intraweb latest or earlier release - ccy - 02-18-2022 Hi, The current 15.2.50 or earlier release missing these two files: IWBootstrap4D11.dcp and IWBootstrapD11.dcp These DCP are crucial for application built with runtime packages. RE: Missing IWBootstrap4D11.dcp,IWBootstrapD11.dcp in Intraweb latest or earlier release - Alexandre Machado - 02-24-2022 I'll check if those files are missing in the setup. However, a side note: unless you have a *very* good reason to build it with runtime packages I strongly suggest that you give preference to statically link everything into a single EXE/DLL. There are several optimizations that IW does on top of VCL/RTL that are applied through run time patches, which are only available if the code is not executing as part of a package. There is a considerable performance gain. |