Delphi compatible with Windows Server 2008 64 bit

I have a plan to install my application that is compiled using RAD2010 in Vista 32-bit. environment, on the win 2008 server, 64 bits. I am using Firebird 2.0 (32 bit) as the database server.

Is there a problem? Or should it work without any problems?

+3
source share
4 answers

No problem for that.

If you can use Firebird 2.1 (a version for a 64-bit server can be used).

Just take the fbclient.dll file (32-bit)

+4
source

, , 32- x64. , LARGE_ADDRESS_AWARE, 4 2 . , , {$SetPEFlags $20} .dpr.

+2

Windows 2008 Server, , , :

+2

The only problem is that your application is a library that must be loaded into a 64-bit process.

Examples: ISAPI Application Shell Extensions

0
source

Source: https://habr.com/ru/post/1726437/


All Articles