Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile with delphi 10.4 have Error: SynEdit_R.dpk(31): E2225 Never-build package 'designide' must be recompiled (1) [(null)] #167

Open
lemonlittlebaby opened this issue Dec 21, 2020 · 1 comment

Comments

@lemonlittlebaby
Copy link

I use delphi 10.4 to Compile Syn_Edit_D104S and got an error.
[dcc32 Fatal Error] SynEdit_R.dpk(31): E2225 Never-build package 'designide' must be recompiled (1) [(null)]
[dcc32 Fatal Error] SynEdit_D.dpk(36): E2202 Required package 'SynEdit_R' not found
Failed
I need help.Thanks.

@destroyerstv
Copy link

destroyerstv commented Oct 7, 2021

I have very similar problem with Virtualtreeview

The problem is solved as follows:

  • Open VirtualTreeView.groupproj
  • VirtualTreesR*.bpl (My VirtualTreesR270.bpl) -> Project -> Options -> Description
  • Set Usage options Designtime and runtime, set Build control Rebuild as needed and click [Save]
  • Build VirtualTreesR*.bpl and Install
  • Build VirtualTreesD*.bpl and Install
    If you have error not find VirtualTreesR.dcp. Check: Tools -> Options -> Language -> Delphi -> Library -> DCP output directory
    and Add in project VirtualTreesR.dcp

"Stay strong! The weak are always unlucky"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants