Results 1 to 2 of 2

Thread: Installeren component in Lazarus

  1. #1

    Installeren component in Lazarus

    Hallo,

    Ik maak een nieuw pakket aan en de basis voor een nieuwe component. Bij het compileren krijg ik de volgende fout melding:


    E:\Lazarus Componenten\html_new_label\htmllabel.pas(1,1) Fatal: Can't find unit LResources used by HTMLLabel

    Kan iemand me zeggen hoe je dat moet oplossen?

    HG. Frans

  2. #2
    LCL toevoegen aan de requirements list.

    Project -> Project Inspector -> Required Packages. 'Add', 'New Requirement', selecteer LCL en druk op OK.
    1+1=b

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •