> Need some more help please.
> I have (for simplicity sake) 2 units UserSettingsUn and MainFm.
> In UserSettingsUn I have the following:
> unit UserSettingUn;
> interface
> uses DBTables, DB, Classes, SysUtils, Dialogs, Graphics,
>      MainFm, DataMod;
> {$DEFINE AR}

Defines are per unit not global so you really need to have a *.inc file full of global 
includes
and place it as the 1st line of every unit... Unless it's just a simple conditional in 
whih
case set it in the project options.

--
Aaron Scott-Boddendijk
Jump Productions
(07) 838-3371 Voice
(07) 838-3372 Fax


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to