Posts: 14
Threads: 11
Joined: May 2018
Reputation:
3
Location: Malaysia
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.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
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.