Re: Cannot find the definition (implementation) of this function?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Doug Forster (doug_ZAPTHIS_AT_ZAPTHIS_TONIQ_DOT_CO_DOT_NZ)
Date: 11/18/04


Date: Fri, 19 Nov 2004 08:35:53 +1300

Hi Nicky,

There is an IDE bug like this that happens sometimes when you use a
typdef'ed type for a parameter in the declaration and the expansion in the
definition. It also seems to happen when you have an enum as a parameter. I
doubt if the bug will ever be fixed.

Cheers

Doug Forster

"Nicky" <Nicky@discussions.microsoft.com> wrote in message
news:E6D0B0C5-7B6C-42CE-A888-400DB42A5368@microsoft.com...
> hi, all
> I got an error message "Cannot find the definition (implementation) of
> this
> function" somehow when I click a function name in class view window in my
> EVC++4. Does anybody know how to fix this?
> I tried to remove the .cpp and .h file from project and then add them back
> in. But it does not fix it.
>
> Thanks