[Windows Vista, Delphi 5 Pro with FastReport4 components, AC 6.46 or AC 6.47]
If sSkinManager.Active:=true I get AV error message after call ShowReport procedure. If sSkinManager.Active:=false reports are showing OK. In AC 6.45 the problem not exists. Best regards alpros
If you have a sources then you can fix this error immediately : open acSBUtils.pas file and search 'constructor TacToolBarVCLWnd.Create' Search 'if SkinSection = '' then ASkinData.SkinSection := s_ToolBar;' line and move it to the end of constructor, that's all.