Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
1.1.0:cpp-builder [2023/10/27 12:31] admin1.1.0:cpp-builder [2023/11/02 14:25] (current) – [Move BPL to your project's execution directory] admin
Line 12: Line 12:
   - Configure Paths   - Configure Paths
   - Copy DLL's to IDE directory   - Copy DLL's to IDE directory
-  - Move BPL to your project's execution directory+  - Optional: Move BPL to your project's execution directory
  
 ==== Download Package ==== ==== Download Package ====
Line 50: Line 50:
   * <INSTALL-DIR>\Win32\Release\C\hpp\   * <INSTALL-DIR>\Win32\Release\C\hpp\
   * <INSTALL-DIR>\Win64\Release\C\hpp\   * <INSTALL-DIR>\Win64\Release\C\hpp\
-  * <INSTALL-DIR>\Android\Release\C\hpp\ +  * <INSTALL-DIR>\Android\Release\C\hpp\ (not available in community edition)
-  * <INSTALL-DIR>\Android64\Release\C\hpp\+
  
 After all platforms were configured. Click "OK". After all platforms were configured. Click "OK".
Line 67: Line 66:
   * <INSTALL-DIR>\Win32\Release\C\lib\   * <INSTALL-DIR>\Win32\Release\C\lib\
  
-Repeat this step for Win64, Android and Android64.+Repeat this step for Win64 and Android (not available in community edition).
  
 After all platforms were configured. Click "OK". After all platforms were configured. Click "OK".
Line 103: Line 102:
 ==== Move BPL to your project's execution directory ==== ==== Move BPL to your project's execution directory ====
  
-For compiled projects execution you will need the "Gorilla3D_Delphi_11_3_0_Alexandria.bpl" in your execution folder.+It has not been fully investigated why some applications are only able to run with an existing "Gorilla3D_Delphi_11_3_0_Alexandria.bpl" in the project'execution folder. 
 + 
 +You might control that behaviour by  
 +  * Compiler options: <code>Project -> Options -> C++ Linker -> Link with dynamic RTL</code> 
 +  * Copy the BPL to the system's dll folders 
 +  * Environment Variables 
 + 
 +But at least try to copy the "Gorilla3D_Delphi_11_3_0_Alexandria.bpl" file into your project'execution folder.
 Windows will try to find that file on starting your application. Windows will try to find that file on starting your application.
  
 {{:1.1.0:g3d-cpp-screen4.jpg?nolink|}} {{:1.1.0:g3d-cpp-screen4.jpg?nolink|}}