<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Whew, found it in the end. Doing the grep didn't help - it turned out
to be some custom components that had changed over time and an event
that used to be published got moved into just being public. Had to
rebuild the dpk files to update the runtime packages which resulted in
useful error messages to track down the offending units.<br>
<br>
Interestingly enough, the project still built before I corrected the
declarations - I would have thought that sort of thing would produce a
compile time error, but apparently not! (Using Delphi 6)<br>
<br>
Cheers,<br>
Phil.<br>
<br>
Todd Martin wrote:
<blockquote cite="mid00a501c67eb7$6b1549b0$437896ca@p2400" type="cite">
  <pre wrap="">Yes. Use "grep" on your *.pas and *.dfm files to search for
"OnSelectedChange".
When you find the form which contains "OnSelectChange" without a
corresponding method declaration in the source *.pas, you've found the
problem.


----- Original Message ----- 
From: "Phil Middlemiss" <a class="moz-txt-link-rfc2396E" href="mailto:phil@tumonz.co.nz">&lt;phil@tumonz.co.nz&gt;</a>
To: "NZ Borland Developers Group - Delphi List" <a class="moz-txt-link-rfc2396E" href="mailto:delphi@ns3.123.co.nz">&lt;delphi@ns3.123.co.nz&gt;</a>
Sent: Tuesday, May 23, 2006 4:53 PM
Subject: [DUG] EReadError


  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm getting an exception "Project YourOldProjectThatYourUpdating.exe
raise exception class EReadError with message 'Property OnSelectedChange
does not exist'." which I assume means there is a form or component
trying to be streamed in that used to have that property but now doesn't.

I've tried opening all the forms I use in the editor but none of them
are complaining about this issue. Anyone have any suggestions how to
track this one down?

Cheers,
Phil.

    </pre>
  </blockquote>
  <pre wrap=""><!---->

----------------------------------------------------------------------------
----


  </pre>
  <blockquote type="cite">
    <pre wrap="">_______________________________________________
Delphi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a>
<a class="moz-txt-link-freetext" href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

----------------------------------------------------------------------------
----


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.7.0/345 - Release Date: 22/05/2006



  </pre>
</blockquote>
</body>
</html>