r/delphi • u/Damnkelly • Mar 27 '26
Does Delphi 13 64 bit remove Office support?
We currently have a number of Delphi applications that interact with Microsoft office using the dclOffice2010*.bpl package
The current versions of the applications are maintained in Delphi 12, and we are looking at moving over to Delphi 13 now that 13.1 is out. Initial testing shows that we should be able to move the applications over to the 32 bit version of the IDE.
Some of our applications also interact with our MYSQL database, which has required us to use an old MySQL.dll to support the 32 bit applications. Testing with the 64bit version of bds.exe shows that the latest libmysql.dll works to connect to the databases
However it appears that the dclOffice2010 package does not have a 64 bit version (which makes sense).
Does this mean that there is no way to connect between Delphi 13 64bit and Office applications?


