Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
1.1.0:cpp-builder [2023/11/02 14:19] – [Manual Installation] admin1.1.0:cpp-builder [2023/11/02 14:25] (current) – [Move BPL to your project's execution directory] admin
Line 102: 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|}}