Suddenly my XE5 lost is VCL capatibilite! Weird... I dont want to remove it as I tried to reinstall and fix installation but it did not solved. I cannot create a new VCL application (Menu does not show any option) and that applications that already exists dont show any TForm descendent, but I can compile and it runs fine. Any clue?
No clue, I'm afraid.
ReplyDeleteCheck the registry for the delphivclide190.bpl located in HKCU\Software\Embarcadero\BDS\12.0\Known IDE Packages\Delphi. Make sure it is not mentioned in the Disabled Packages key. As a last ressort export and then delete the complete 12.0 subtree. It will be rebuilt with the next IDE start. However, you will have to re-install all third party packages.
ReplyDeleteFrom https://bitbucket.org/jeroenp/besharp.net/src/default/Native/Delphi/Scripts/ download List-Delphi-Installed-Packages.ps1 run it from PowerShell and check the result to a machine that does work.
ReplyDeleteThank you, I will try all that tips, including to be afraid :)
ReplyDeleteUwe Raabe Removing the 12 subtree did the job! My luck for not using toons of compoments. Thank you all!!
ReplyDelete