In Delphi 7, if you have any code referenced from a core library delphi automatically updates the uses clause as part of code completion. so if you are adding a routing IncMonth for example, DateUtils will appear in the uses clause. This is a possible answer to your query.

tracey wrote:

Can anyone tell me where these might have come from?  I just noticed them today, the most recently added units in my uses clause, but I didn’t put them there?

 

I commented them out and my app still compiles fine.  Does anyone have any idea what would cause Delphi to add these?

 

uses

    OleServer,

    Excel2000,

    Mxstore,

    MXDB;

 

This is a web-broker cgi application, using IB objects.

 

Cheers guys


_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi


_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to