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.0.0:installation [2023/02/23 08:41] – [Notes] admin1.0.0:installation [2023/02/23 08:44] (current) – [Libraries] admin
Line 103: Line 103:
 {{:1.0.0:g3d-ide-10.1.1.jpg?nolink|}} {{:1.0.0:g3d-ide-10.1.1.jpg?nolink|}}
  
-==== Notes ====+==== Libraries ====
  
 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 foldernot 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 and **not your project folder**:
  
 <code> <code>
Line 121: Line 121:
  
 __**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"! __**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"!
 +
 +==== Restart ====
 +
 +After all steps were completed, you should restart the IDE.
 +
 +__Remark:__ Using Gorilla3D package in you project will force the IDE to use OpenGL instead of DirectX.
 +
 +**You can now start and enjoy the framework!**