I have some programming experience but I just started with Delphi 5 Standard. My OS is Windows 2000 Professional
I'm trying to run Dejan Crnila's ComPort library V2.61 examples.
The package has installed correctly but two of the examples refuse to compile, they give the error:
[Fatal Error] Required package 'direct50' not found
the source has this uses clause:
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
CPort, StdCtrls, CPortCtl, ExtCtrls;
According to inline help, the program needs a direct50.dcp file, but I have only a direct50.bpl in the delphi\bin directory.
What should I do to solve the problem?
Antoni
I'm trying to run Dejan Crnila's ComPort library V2.61 examples.
The package has installed correctly but two of the examples refuse to compile, they give the error:
[Fatal Error] Required package 'direct50' not found
the source has this uses clause:
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
CPort, StdCtrls, CPortCtl, ExtCtrls;
According to inline help, the program needs a direct50.dcp file, but I have only a direct50.bpl in the delphi\bin directory.
What should I do to solve the problem?
Antoni