Tim Posted November 11, 2016 Share Posted November 11, 2016 Hello, Somehow I am unable to install the UniGui design-time packages under Delphi 10.1 Berlin. After downloading and installing UniGui v0.99.96.1341, I opened the package project group: F:\Programs\FMSoft\Framework\uniGUI\uniGUI_D10_1_Berlin_PlusGroup.groupproj I attempted do do a Build All, but the following packages gave a compiler error "Required package uSynEdit_R2020 not found": uniGUI24VCL.bpl, uniGUI24dcl.bpl, uniGUI24mdcl.bpl So I added the path to that package to the Project Options Search Path, and after that I was able to compile all packages successfully: F:\Programs\FMSoft\Framework\uniGUI\uSynEdit\Packages However when I attempt to install any of the design-time packages (uSynEdit_D2020.bpl, uniGUI24dcl.bpl, uniGUI24Chartdcl.bpl, uniGUI24mdcl.bpl), I get a message saying its BPL file could not be found: Can't load package F:\Programs\FMSoft\Framework\uniGUI\Source\Design\uniGUI24dcl.bpl. The specified module could not be found. The BPL file *does* however exist! Has anybody encountered this problem before or have an idea how to fix it? Under Delphi 10 Seattle I am able to compile and install all packages with no problems. Many thanks Tim Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted November 11, 2016 Administrators Share Posted November 11, 2016 OK. Problem is library path in your Berlin setup. The default values should be: $(BDSCOMMONDIR)\Bpl $(BDSCOMMONDIR)\Dcp Above paths should also be defined in Windows path. Sometimes Windows path can be long and it can truncate some of the paths. You must check if it is the case. 1 Quote Link to comment Share on other sites More sharing options...
Tim Posted November 11, 2016 Author Share Posted November 11, 2016 Thanks, that works Quote Link to comment Share on other sites More sharing options...
macio Posted November 20, 2016 Share Posted November 20, 2016 Hi, I have the same problem "Required package uSynEdit_R2020 not found" but I cant correct. [dcc32 Fatal Error] uSynEdit_D2020.dpk(35): E2202 Required package 'uSynEdit_R2020' not found and [dcc32 Fatal Error] uniTools24.dpk(43): F2613 Unit 'uniStrUtils.pas' not found. Can you correct installation version? Delphi Seattle work good Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted November 20, 2016 Administrators Share Posted November 20, 2016 Hi, I have the same problem "Required package uSynEdit_R2020 not found" but I cant correct. [dcc32 Fatal Error] uSynEdit_D2020.dpk(35): E2202 Required package 'uSynEdit_R2020' not found and [dcc32 Fatal Error] uniTools24.dpk(43): F2613 Unit 'uniStrUtils.pas' not found. Can you correct installation version? Delphi Seattle work good Hello, Are you installing our trial edition? Quote Link to comment Share on other sites More sharing options...
macio Posted November 20, 2016 Share Posted November 20, 2016 Yes, with mobile - complete_professional_0.99.96.1321_trial I have Delphi Berlin Update 2 Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted November 20, 2016 Administrators Share Posted November 20, 2016 Can you please try reinstalling again? 1 Quote Link to comment Share on other sites More sharing options...
macio Posted November 20, 2016 Share Posted November 20, 2016 ok, now work in Delphi Seattle and Delphi Berlin, but I dont know why?? ok no problem. Thank you Quote Link to comment Share on other sites More sharing options...
ZigZig Posted January 15, 2017 Share Posted January 15, 2017 Hi Farshad, Same problem here, with a fresh new installation of Delphi 10.1 Berlin Update 2 on a new computer (without previous installation of uniGUI) : "[dcc32 Fatal Error] uniTools24.dpk(43): F2613 Unit 'uniStrUtils.pas' not found.". It seems that Something is missing in uniDateUtils.pas and/or uniZLibEx.pas. Could you please tell me how to fix it ? Thanks a lot! Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted January 15, 2017 Administrators Share Posted January 15, 2017 Hi, You need to run Delphi once before attempt to install uniGUI. Correct Order: Install Delphi Run Delphi Close Delphi Install uniGUI Quote Link to comment Share on other sites More sharing options...
ZigZig Posted January 15, 2017 Share Posted January 15, 2017 Hi Farshad, Thanks a lot, it works fine now! For other users: - Fully uninstall uniGUI - Reinstall uniGUI Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.