From:
<car...@te...> - 2004-03-05 20:16:54
|
Hello: > I need register the components FB of yours assembly > > FirebirdSql.Data.Firebird.UnitTest.dll. How I do this? This is the nunit test suite assembly, you need to use: FirebirdSql.Data.Firebird.dll From a message of Abel Eduardo Pereira: (create, for instance, a simple Windows VCL Forms application) 1. In the Project Manager add the FirebirdSql.Data.Firebird.dll reference 2. Add the reference in the uses clause: uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, System.ComponentModel, Borland.Vcl.StdCtrls, FirebirdSql.Data.Firebird; -- Best regards Carlos Guzmán Álvarez Vigo-Spain |