Hi Alan,
The IDE was probably caching the old object code. You might want to Remove
Object Code and rebuild your app. Also in order to avoid the IDE finding the
wrong file, you might want to change your Access Paths to point as precisely
to the correct location as possible. In this case, \timelog\src instead of
\timelog alone. This should avoid the IDE picking up the wrong file.
Rgds,
JK Lam
Metrowerks Technical Support
----- Original Message -----
From: Alan Macy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 1999 10:45 AM
Subject: A Gotcha in the new CW Release
> Here's an apparent change in how the IDE works (relase 5 patch 1 update)
> that caused me a lot of grief this morning.
>
> My code had been in the directory
>
> .....\timelog\src
>
> I had an older version of the code in another directory:
>
> ....\timelog\oldsrc
>
> Well, with the new system, when you load in ....timelog\timelog.mcp, it
> will search for the code and in my case, it found and used the old code.
> It took me quite a while to figure out what was happening.
>
> - Alan Macy
> http://www.ResponsiveSoftware.com
> Time and Billing for Consultants and Others
>
>