|
<< Click to Display Table of Contents >> Navigation: Forum > Cannot run 64 bit applications with Intraweb 15 (Priority support) |
04-20-2023, 05:03 PM:
Using Rad Studio 10.2.3 with Intraweb 15.3.3
Since I migrated to Intraweb 15, I cannot run any 64 bit application created with C++ Builder!
How to reproduce!
I can still run my previous application because it was created with Intraweb 14.
But for any new C++ Builder application I create as "StandAlone Application (Indy)", when I try to run it with the 64 bit platform, I get the attached error message.
04-20-2023, 10:35 PM:
"Since I migrated to Intraweb 15" I believe it happened some time ago. Do you know which version?
04-20-2023, 10:40 PM:
This was about only 1 month ago!
I purchased Intraweb 15 license on March 17th 2023.
And it was version 15.2.69
04-25-2023, 06:38 PM:
Any update on this issue?
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:
04-26-2023, 01:07 AM:
OK. That resolves the issue
Thanks