Group: borland.public.bde · Group Profile · Search for xxxxxxx in borland.public.bde
Author: B
Date: Aug 22, 2008 23:10
...’s net. My question is in what file shoud I add fixBDE4Gbud.pas in the uses clause. Should it be in them MAIN FILE.. ******************************************************** program XXXXXXX; uses *********here********** Forms, hoved in 'hoved.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end. ...
|