Перейти к содержанию
Fire Monkey от А до Я

delphitools

Пользователи
  • Постов

    2
  • Зарегистрирован

  • Посещение

Весь контент delphitools

  1. After further reading, I was finally able to install the 'FGX' components onto my 'Delphi 10 Seattle' IDE. In case, it might help someone else, here is what I did (keeping in mind that I did have an older version of the components previously installed on my computer): After downloading the 'fgx_0.7.0.69.zip' file, I unzipped it into the following folder ('C:\Delphi 10 Seattle\Third-Party Tools\FGX 0.7.0.69'). Using a regular text editor, I opened the file named 'fgx.dproj' (located in my 'C:\Delphi 10 Seattle\Third-Party Tools\FGX 0.7.0.69\Library' folder). Within this file, I replaced all occurrences of '190' with '230' as well as '210' with '230'. Then I saved the file. Using a regular text editor, I opened the file named 'dclfgx.dproj' (located in my 'C:\Delphi 10 Seattle\Third-Party Tools\FGX 0.7.0.69\Design' folder). Within this file, I replaced all occurrences of '210' with '230'. Then I saved the file. I launched 'Delphi 10 Seattle' and opened the group project named 'FGXGroup.groupproj'. In 'Project Manager', I verified that 'fgx230.bpl' was active in 'Debug' configuration: I right-mouse clicked on 'fgx230.bpl' and selected 'Options...'. Within the 'DCP output directory' box of the 'Delphi Compiler' option, I replaced the '$(BDSLIB)\$(PLATFORM)\$(CONFIG)' entry with 'C:\Delphi 10 Seattle\Third-Party Tools\FGX 0.7.0.69\Library\$(PLATFORM)\$(CONFIG)'. Then I copied this new entry into the 'Package output directory' and the 'Unit output directory' boxes: I did the same as above (#7) for the 'Release' configuration: Back in 'Debug' configuration, I set the 'Build control' of the 'Description' option to 'Rebuild as needed': Then I built and installed 'fgx230.bpl': In 'Project Manager', I activated file 'dclfgx230.bpl' in 'Debug' configuration: I set the content of the 'DCP output directory', 'Package output directory' and 'Unit output directory' boxes of the 'Delphi Compiler' option to 'C:\Delphi 10 Seattle\Third-Party Tools\FGX 0.7.0.69\Library\$(PLATFORM)\$(CONFIG)'. I also set the 'Search path' of the 'Delphi Compiler' option to 'C:\Delphi 10 Seattle\Third-Party Tools\FGX 0.7.0.69\Library': Then I set the 'Build control' of the 'Description' option to 'Rebuild as needed': Finally, I installed 'dclfgx230.bpl'. If everything worked properly, the 'FGX' components should now be part of your IDE.
  2. Using Delphi 10 Seattle, I tried to install (for the first time) the latest version of your components ('fgx_0.7.0.69.zip') following the instructions that you gave here. Unfortunately, I do not speak Russian and I ran into problems. Would you be kind enough to tell what I am doing wrong? Here are the steps that I followed: I downloaded your file ('fgx_0.7.0.69.zip') and extracted its content into the following folder: I launched Delphi 10 Seattle, opened 'FGXGroup.groupproj' and attempted to Build project 'fgx230.' I got the following error: I then changed the following from: to: After the change, I was able to successfully Build project 'fgx230' Then I attempted to Install package 'dclfgx230' I got the following error: This is where I am stuck and would appreciate your help. Thank you.
×
×
  • Создать...