EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

Access violation during installation #53

Closed eyal55462 closed 6 days ago

eyal55462 commented 1 week ago

When trying to install the components on Delphi 11 I get an access violation during registration on module RTL280 Any idea why?

carloBarazzetta commented 1 week ago

Are you using this version and build packages manually or GetIt version? Are you installing Vcl.StyledComponents.Groupproj or Vcl.StyledAnimatedComponents.groupproj ?

eyal55462 commented 1 week ago

I tried both Getit and manual installation. I tried to install only the Vcl.StyledComponents.Groupproj. Didn't try to install the animated styles. Thanks

carloBarazzetta commented 1 week ago

Are you using latest 11.3 version? It's a Professional or Enterprise version? Please check in all of your disk (using Ultrasearch for example) that you have only a single version of file StyledComponents280.bpl located in C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl and dclStyledComponents.dcp located in folder C:\Users\Public\Documents\Embarcadero\Studio\22.0\Dcp

eyal55462 commented 6 days ago

I'm using 11.3 Architect version. Any way I delete every related files that I found, reinstall and it seems to be OK now. Thanks a lot!