Atozed Forums
Cannot run 64 bit applications with Intraweb 15 (Priority support) - 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: Cannot run 64 bit applications with Intraweb 15 (Priority support) (/thread-3172.html)



Cannot run 64 bit applications with Intraweb 15 (Priority support) - valmeras - 04-20-2023

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.


RE: Cannot run 64 bit applications with Intraweb 15 (Priority support) - Alexandre Machado - 04-20-2023

"Since I migrated to Intraweb 15" I believe it happened some time ago. Do you know which version?


RE: Cannot run 64 bit applications with Intraweb 15 (Priority support) - valmeras - 04-20-2023

This was about only 1 month ago!
I purchased Intraweb 15 license on March 17th 2023.
And it was version 15.2.69


RE: Cannot run 64 bit applications with Intraweb 15 (Priority support) - valmeras - 04-25-2023

Any update on this issue?


RE: Cannot run 64 bit applications with Intraweb 15 (Priority support) - Alexandre Machado - 04-26-2023

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:





RE: Cannot run 64 bit applications with Intraweb 15 (Priority support) - valmeras - 04-26-2023

OK. That resolves the issue
Thanks