When deploying a application that used ClientDataSet, you may want to distribute the Midas.dll. If your don't want to do so, you can also compile it into your exe.
program Project1;
uses MidasLib, Forms, Unit1 in'Unit1.pas'{Form1};
{$R *.res}
begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
No comments:
Post a Comment