Hallo,
ich habe Windows 10 und Delphi XE5.
Habe ein altes Projekt (was schon lief) wieder in die Hand genommen.
Beim Compelieren bekomme ich nun folgende Fehlermeldung:
[dcc32 Fataler Fehler] E2202
Package 'TCom' wird benötigt, konnte aber nicht gefunden werden
Habe schon im Internet gesucht, aber nix gefunden.
Kann jemand helfen?
Ich benutze aber gar keine RS232 Schnittstelle.
Delphi-Quellcode:
uses
Winapi.Windows,
Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.ComCtrls,
Vcl.StdCtrls,
Vcl.ExtCtrls, DateUtils,
System.Math, FileCtrl, LPComponent, SLCommonFilter, VLCommonFilter,
VLBasicGenericFilter, VLGenericFilter, Mitov.Types, VLDSCapture,
VCL.LPControl, SLControlCollection, VLCommonDisplay, VLImageDisplay;
type
TForm1 =
class(TForm)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label6: TLabel;
Button1: TButton;
Button2: TButton;
Button3: TButton;
Button4: TButton;
Button5: TButton;
Button6: TButton;
Button7: TButton;
Label7: TLabel;
Label8: TLabel;
ComboBox1: TComboBox;
ComboBox2: TComboBox;
Timer1: TTimer;
Timer2: TTimer;
VLImageDisplay1: TVLImageDisplay;
VLDSCapture1: TVLDSCapture;
VLGenericFilter1: TVLGenericFilter;
Image1: TImage;
Image2: TImage;
Image3: TImage;
Label9: TLabel;
ComboBox3: TComboBox;
Label10: TLabel;
ComboBox4: TComboBox;
Label5: TLabel;
Label11: TLabel;
Label12: TLabel;
ComboBox5: TComboBox;
Label13: TLabel;
ComboBox6: TComboBox;
Label14: TLabel;
ComboBox7: TComboBox;
Timer3: TTimer;
Label15: TLabel;
Label16: TLabel;
Label17: TLabel;
Label18: TLabel;
Timer4: TTimer;
Timer5: TTimer;
Label19: TLabel;
Label20: TLabel;
Label21: TLabel;
ComboBox8: TComboBox;
ComboBox9: TComboBox;
ComboBox10: TComboBox;
Label22: TLabel;
Label23: TLabel;
Label24: TLabel;
ComboBox11: TComboBox;
ComboBox12: TComboBox;
ComboBox13: TComboBox;
Label25: TLabel;
ComboBox14: TComboBox;
Danke und Gruß
Jürgen