I'd remove the precompiled header files to see if the conflict is there.
E.g., maybe the *.h file created by Constructor is listed in your pch file
and the file isn't getting rebuilt?  'Tis a shot in the dark, but better
than duplicating #defines.

Steve

"Dale Stephenson" <[EMAIL PROTECTED]> wrote in message
news:37733@palm-dev-forum...
>
> I'm creating a palm application using CodeWarrior r6 fully patched up (as
> far as I can tell) along with Constructor v1.5b7.
>
> My problem is this: I'll create an arbitrary resource, say a form, and
save
> it to the project. I'll go back to CodeWarrior and make a reference to the
> new resource that I made, say Order_AddButton,  but when I try to compile
> I'll receive an 'undefined identifier' error. The thing is if I load the
> _res.h file I'll SEE the macro definition in there and the header IS
> included in the project but CodeWarrior just refuses to see it.
>
> This problem pops up occasionally, and I've fixed it before, tho I'm not
> sure how. Sometimes I'll  remove all object code, or recreate the projects
> .MCP file. But so far I've been unable to figure out a sure-fire way of
> combatting the problem. Right now I'm very close to my deadline and I'm
> still having the problem. So that I can continue working on the project
I've
> actually had to COPY the unrecognised macro definitions DIRECTLY into my
> source code and it works! but it shouldn't HAVE to be this way.
>
> As far as I can tell its nothing obvious, and when it happens the ONLY
thing
> I've changed is adding that new resource, whether it be a whole form or
just
> an object to a form.  I think its suspicious that after a little tinkering
> in arbitrary areas it will start working again. Tried rebooting,
restarting
> CodeWarrior everything...
>
> Any help would be greatly appreciated
>
> PS. My app is currently 65k but I've split it into 2 segments of around
30k
> each, but this problem started popping up occasionaly from when it was
only
> 39k
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to