If you want, instead of "Configure Delphi to Use Engine", you can also configure a particular project using menu item "Configure Only Current Project (for Current Platform and Debug/Release Config) to Use Engine".
The latter option, "Configure Only Current Project (for Current Platform and Debug/Release Config) to Use Engine", doesn’t touch the global Delphi settings, it only modifies the current project. It also doesn’t need Delphi restart. It is less recommended because:
-
You will have to repeat this operation for every project, every platform, every config (debug/release).
-
The resulting DPROJ will contain absolute paths to CGE sources, so it will not work for other developers if you share your project e.g. using a version control.
But the option remains. Good if you just want to try CGE locally.
Note
|
There’s no point activating both global ("Configure Delphi to Use Engine") and project ("Configure Only Current Project (for Current Platform and Debug/Release Config) to Use Engine") settings. Only one of them is necessary, and any one of them is enough.
|