Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
1.0.0:installation [2023/02/23 08:39] admin1.0.0:installation [2023/02/23 08:41] – [Notes] admin
Line 106: Line 106:
  
 By manual installation we need to take care of a few DLL files. By manual installation we need to take care of a few DLL files.
 +
 The IDE should be able to find those files at DesignTime, because while working in Delphi, the current directory is the IDE binary folder, not your project folder: The IDE should be able to find those files at DesignTime, because while working in Delphi, the current directory is the IDE binary folder, not your project folder:
  
Line 113: Line 114:
  
   - Copy FMOD (audio library) DLL to BDS directory   - Copy FMOD (audio library) DLL to BDS directory
-    * "**<installation-directory>\lib\fmod\windows\fmodL.dll**" to "**C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\**"+    * "**<installation-directory>\lib\fmod\windows\fmodL.dll**" to "**C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\**"
   - Copy OpenSSL DLL files to BDS directory or ensure the system is able to find them automatically by environment variables   - Copy OpenSSL DLL files to BDS directory or ensure the system is able to find them automatically by environment variables
     * OpenSSL is needed by the embedded AssetsStore to download prefabs from web     * OpenSSL is needed by the embedded AssetsStore to download prefabs from web
-    * "**libeay32.dll**" and "**ssleay32.dll**" to "**C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\**"+    * "**libeay32.dll**" and "**ssleay32.dll**" to "**C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\**"
     * You can download OpenSSL at: [[https://www.openssl.org/source/|https://www.openssl.org/source/]]     * You can download OpenSSL at: [[https://www.openssl.org/source/|https://www.openssl.org/source/]]
 +
 +__**Notice:**__ Take care of the IDE version used in the path. For community edition it is "21.0" for the latest Delphi IDE 11.2 it would be "22.0"!