Αποτελέσματα Αναζήτησης
7 Ιουν 2018 · Detecting 64-bit system. Second, we need a function capable of detecting 64-bit system, more specifically, if the executable is running under WOW64.
If you are using a 32-bit Windows development PC, you can run, debug and deploy applications built for 64-bit Windows platform using a remote 64-bit Windows system: create a connection profile in the IDE that defines how to connect to the target 64-bit Windows system, and assign this connection profile to the 64-bit Windows target platform in ...
4 Ιαν 2016 · If you have a code base of 32-bit Windows Delphi applications that you want to convert to 64-bit Windows, you should Open your 32-bit application in the IDE, add and activate the 64-bit Windows target platform, and compile your application as a 64-bit Windows application.
16 Φεβ 2021 · Supremo is a complete and safe solution for remote desktop control and support to PCs, Mac and servers and it is built in Delphi. According to the developer, “Thanks to strategically placed servers throughout the world, it’s easier to connect to any machine wherever you might be located.
31 Οκτ 2023 · 64 bit app can run only 64 bit dll, and 32 bit app can run only 32 bit dll. But you can "connect" to 32 or 64 bit Com Object if it is out-of-process, from any process (both 32 and 64 bit). Edited November 9, 2023 by DelphiUdIT
When building a Delphi application for Windows, you have the option to compile it as either a 32-bit or a 64-bit application. Understanding the differences between these two architectures is crucial in deciding whether to upgrade from 32-bit to 64-bit.
Steps. To create the 64-bit Windows "Hello World" application: Connect to or Run the IDE on a 64-bit Windows System. You need to use either a 64-bit Windows development system or a remote 64-bit Windows target system connected to the 32-bit Windows development system where RAD Studio is installed.