<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Installing and Using Apollo VCL > Deployment |
The following files need to be distributed along with Apollo VCL applications:
32-bit Engine - C:\Apollo\9.9\x86\Engine
64-bit Engine - C:\Apollo\9.9\x64\Engine
Engine files:
•Apollo9.dll – Core Apollo database engine file.
•ApolloCDX9.DLL – FoxPro file support (ttSXFOX)
•ApolloNTX9.DLL – Clipper file support (ttSXNTX)
•ApolloNSX9.DLL – HiPer-SIx file support (ttSXNSX)
•ApolloSQL9.DLL - Apollo SQL query engine
•ApolloInt9.DLL - Apollo Engine Interface
These Apollo files would be required in addition to any other files required by Delphi itself or your specific application.
Apollo 9 can be deployed to work on 3 different types of Windows configurations:
1. Apollo x64 - 64-bit on 64-bit Windows - referred to as: Apollo64
copy C:\Apollo\9.9\x64\Engine\*.* to C:\Windows\System32
2. Apollo x86 - 32-bit on 64-bit Windows - referred to as: Apollo3264
copy C:\Apollo\9.9\x86\Engine\*.* to C:\Windows\SysWOW64
3. Apollo x86 - 32-bit on 32-bit Windows - referred to as: Apollo32
copy C:\Apollo\9.9\x86\Engine\*.* to C:\Windows\System32
Note: .NET developers must include the Apollo ADO.NET Provider with their .NET applications. The Apollo ADO.NET Provider can be found in C:\Apollo\9.9\x86\NET\Provider or C:\Apollo\9.9\x64\NET\Provider
See Also: