AV in application with AC 6.46 and AC 6.47

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33370
    hw@alpros.com-2
    Participant

    [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

    #40916
    Support
    Keymaster

    Hello

    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.

    In the next release the error will be fixed.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.