Error AlphaControls uses library

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #55753
    Support
    Keymaster

    You are compiling in the Win32 mode? Or Win64?

    Can you try to make a new application, add “Graphics” in “uses” there and compile it? (not “Vcl.Graphics”)

    #55755
    Gregory.P
    Participant

    Win32

    Application OK Uses (Vcl.Dialogs, Vcl.Graphics)

    [attachment=7984:Capture3.PNG]

    [attachment=7985:Capture 4.PNG]

    Library Error Uses (Dialogs, Graphics) or (Vcl.Dialogs, Vcl.Graphics);

    [attachment=7986:Capture.PNG]

    [attachment=7987:Capture2.PNG]

    #55758
    Support
    Keymaster

    Adding “Vcl.Graphics” to the library has this issue too?

    I think, something wrong in the project options..

    #55759
    Gregory.P
    Participant

    Uses library “Vcl.Graphics, sPanel” Compile Error Unit sPanel : uses Graphics

    [attachment=7988:Capture.PNG]

    [attachment=7989:Capture1.PNG]

    [attachment=7990:Capture3.PNG]

    I'm stuck in my project, I need the dialogue in my library (sMessageDlg) 🙁

    thank you very much

    #55761
    Gregory.P
    Participant

    problem solved

    [attachment=7992:Capture.PNG]

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