Hi Tracey. It may be that another component or unit references those units also, whether you specifically use them or not.
Its just something to look out for (Well another thing) Chris >>> [EMAIL PROTECTED] 11/11/2004 10:35:47 a.m. >>> Hi Kyley I am running Delphi 6. That sounds like a nice feature.. saves searching around to figure out which unit to put there. I never even installed my D7 =) Still, my app doesn't do anything with excel, nor do I do anything with decision cubes.. I am at a loss as to how these ended up in my uses clause. _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyley Harris Sent: Thursday, 11 November 2004 10:12 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] strange units appear in uses clause 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 ______________________________________________________ The contents of this e-mail are privileged and/or confidential to the named recipient and are not to be used by any other person and/or organisation. If you have received this e-mail in error, please notify the sender and delete all material pertaining to this e-mail. ______________________________________________________ _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
