My guess is you (or someone else) popped some controls onto your form/data module, then removed them.
Delphi leaves the Uses clauses in there, even after you remove the control.
 
OleServer & Excel2000 = Excel Application component (servers tab)
 
I don't know what MXStore and MXDB is, sounds third party to me.
 
Stephen
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of tracey
Sent: Thursday, 11 November 2004 10:36 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: RE: [DUG] strange units appear in uses clause

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
  
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to