Re: [DUG]: Declaration differs from Interface

2000-02-07 Thread Rohit Gupta
You may have accidentally defined a procedure / method or component of the same name as one in say the VCL. SOmetimes it is a dratted nuiscance. Try bracketing the stuff with WITH unitname block. To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Send reply to:

Re: [DUG]: Declaration differs from Interface

2000-02-03 Thread Spanky
I've had this problem a bit when experimenting with flags on the Interface and Automation Objects. Since its all just experimentation 'coz I don't really understand some of the finer nuances of dual versus vtable etc and how the type library editor deals with them, I'm not sure of the how and why

RE: [DUG]: Declaration differs from Interface

2000-02-03 Thread David O'Brien
Unfortunately yes, I have had this problem. And I would love to know of an easy solution. I just re-wrote everything and it was fine the second time around. Sorry... Dave. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 February 2000 3:11 To: Multip