Error AlphaControls uses library

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37199
    Gregory.P
    Participant

    Embarcadero Xe8 , AlphaControls v11.18

    [attachment=7982:Capture.PNG]

    Error sPanel uses library (Dll)

    uses Vcl.Graphics

    [attachment=7978:Capture.PNG]

    [attachment=7979:Capture1.PNG]

    Error uses Graphics

    [attachment=7980:Capture2.PNG]

    Error sDialogs uses library (Dll)

    [attachment=7983:Capture1.PNG]

    Code:
    unit sDialogs;
    {$I sDefs.inc}

    interface

    uses
    Winapi.Windows, Vcl.Dialogs, Vcl.Forms, System.Classes, System.SysUtils, Vcl.Graphics, ExtDlgs, Vcl.Controls,

    thank you

    #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 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.