Guest Efthymios Kalyviotis Posted August 18, 2011 Posted August 18, 2011 After installing the UniGUI fmsoft_unigui_beta_0.86.0.889_setup.exe (from the download page), I tried to compile and install the components. Most of the projects inside the uniGUI2010Group.groupproj are giving the following message. [DCC Fatal Error] uniTools14.dpk(40): F1026 File not found: 'uniStrUtils.dcu' I searched for that file (uniStrUtils.*) on my hard disk and couldn't find it anywhere. Thank you in advance. Efthymios Kalyviotis Computer Programmer
Administrators Farshad Mohajeri Posted August 18, 2011 Administrators Posted August 18, 2011 Something has gone wrong during or after installation. Try re-installing uniGUI.
JasonReid Posted August 18, 2011 Posted August 18, 2011 I sometimes find I need to delete the entire FMSoft folder before installing a new version.
Guest Efthymios Kalyviotis Posted August 18, 2011 Posted August 18, 2011 I actually found what is the problem. After installation: If I 'Compile All' projects in the project group, every project is compiled (and then is being installed) perfectly. But, if I do 'Clean All' projects, then I do have the compilation error. This is happening because in your installation you distribute only the compiled version of that file (dcu) and not the source code of it. Since I clean the project, the .dcu file is also deleted giving later these error messages. Thanks for the help Farshad. Keep going with your excellent work !!!
Recommended Posts