TForm1 = class(TForm) Button1: TButton; Image1: TImage; sb1: TStatusBar; Shape1: TShape; procedure Button1Click(Sender: TObject); procedure FormCreate(Sender: TObject); procedure Image1Click(Sender: TObject);
[code]uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, ComCtrls, StdCtrls;
where is the unit tshape.pas declared then?
Quote from: taazz on June 09, 2015, 01:26:30 amwhere is the unit tshape.pas declared then?Tshape was the name of my unit (prolly a mistake in hindsight) but meant T{est}shape to me.and just changing the name still gives problems ... i will start again .. sheez!
Thanks again for getting me sorted out on such a stupid mistake
sometimes I cant see the wood for the trees