04-26-2023, 12:53 AM
I tested IW 15.3.3 with C++ Builder 10.2.3 x64 and everything works as expected.
The error message that you are getting suggests that the binary is probably referencing a 32 bit DLL or BPL. This often happens when the application is built using run time packages.
Please check the video below closely and see both options that you must *uncheck* to successfully build it:
The error message that you are getting suggests that the binary is probably referencing a 32 bit DLL or BPL. This often happens when the application is built using run time packages.
Please check the video below closely and see both options that you must *uncheck* to successfully build it:

