RegentGaudreau Posted February 20, 2017 Posted February 20, 2017 Installing with Delphi 2006, When trying to compile: uniGUI_2006_PlusGroup i have a error for both SynEdit package, Error is: Unable to locate Project C:\....\SynEdit_R2006.bdsproj the project reference a been removed from the project same thing with : SynEdit_D2006.bdsproj ? Quote
Administrators Farshad Mohajeri Posted February 21, 2017 Administrators Posted February 21, 2017 unGUI install Packages uSynEdit_R2006.bdsproj uSynEdit_D2006.bdsproj SynEdit is renamed to uSynEdit. Quote
RegentGaudreau Posted February 21, 2017 Author Posted February 21, 2017 OK, error was in both bdsproj files, the main source was <Source Name="MainSource">SynEdit_R2006.dpk</Source add to change to : <Source Name="MainSource">uSynEdit_R2006.dpk</Source same for <Source Name="MainSource">SynEdit_D2006.dpk</Source add to change to : <Source Name="MainSource">uSynEdit_D2006.dpk</Source I am now able to compile, many thanks Quote
Administrators Farshad Mohajeri Posted February 21, 2017 Administrators Posted February 21, 2017 Yes, there were incorrect declarations in BSDProj files. I also fixed them. Thanks 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.