Andrei Krivosheichuk Posted December 24, 2024 Posted December 24, 2024 Hello I installed FMSoft_uniGUI_Professional_1.95.0.1594 I opened In Delphi 10.2 uniGUI_D10_2_Tokyo_StdGroup.groupproj and tried to build all packages but on uniGUI25Core.bpl I received an error and cannot finish compilation [dcc32 Error] ExtPascal.pas(1275): E2003 Undeclared identifier: 'StringRemoveChars' [dcc32 Fatal Error] Ext.pas(22): F2063 Could not compile used unit 'ExtPascal.pas' I found on the site that StringRemoveChars is located in uniStrUtils, I found dcu file, tried to add file folder to Delphi search path, but It didn't help. [dcc32 Error] ExtPascal.pas(1275): E2003 Undeclared identifier: 'StringRemoveChar d dfddf[dcc32 Fadftal Error] Ext.pas(22): F2063 Could not compile used unit 'ExtPascal.pas' Quote
Sherzod Posted December 24, 2024 Posted December 24, 2024 Hello, First of all please adjust your forum email address: Quote
Andrei Krivosheichuk Posted December 24, 2024 Author Posted December 24, 2024 Sherzod, my Forum Email equals Email Address. I left it blank as written in the instruction Quote
Administrators Farshad Mohajeri Posted December 26, 2024 Administrators Posted December 26, 2024 5 hours ago, Andrei Krivosheichuk said: Any updates? Hi, Yes, this method is declared in file uniStrUtils.pas. Please make sure you don't have any DCUs from older version in your build path. Quote
Andrei Krivosheichuk Posted December 27, 2024 Author Posted December 27, 2024 Farshad, yes. I found old DCUs and deleted them. It helped. Thank you for your help! 1 Quote
unikart Posted January 8 Posted January 8 The uniStrUtils unit is missing or not properly linked in your project. Adding the folder with the dcu file to the Delphi library path should normally work, but you might also need the .pas file to ensure proper compilation. If you have access to the source code, try locating the uniStrUtils.pas file and including its directory in your search path. Alternatively, ensure that all required packages are installed and properly configured. Quote
Harry Rogers Posted March 13 Posted March 13 I'm having the same issue. I've entirely removed the folder c:\Program Files (x86)\FMSoft Ensured delphi does not reference any fmsoft packages Tried to build all of uniGUI_D10_4_Sydney_PlusGroup It falls over at the first call to StringRemoveChars.... A subsequent search of the entire machine finds 2 matching DCUs but no pas file - these must have been added during the attempted build as the folder they are in did not exist at the start of the build. I note the c++ header unistrutils.hpp appears with the build start time Not sure what to do next? Quote
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.