02-24-2022, 09:52 AM
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.
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.