Stopping the DPR being edited - really annoying

delphi package - automated exception handling
Post Reply
Terrcin
Posts: 2
Joined: Wed Jul 07, 2004 2:23 am

Stopping the DPR being edited - really annoying

Post by Terrcin »

How can I stop madExcetp from editing my projects dpr file, it keeps playing with some $IFDEF's that I've got around the madExcept reference and causing my project to not be compilable.

Cheers,

Nahum Wild
Group Leader - Development
PayGlobal
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Add this comment somewhere above your uses clause:

// dontTouchUses <- this tells madExcept to not touch the uses clause
Terrcin
Posts: 2
Joined: Wed Jul 07, 2004 2:23 am

Post by Terrcin »

Cool, thanks.


Nahum.
Post Reply