> From: elliott ... [mailto:[EMAIL PROTECTED]]
> in the app that im writing, constructor makes a header file in the Rsc
> folder. [...] in sample projects that ive looked at, the header with
> the definitions was always in the Src folder. is it normal that the
> header file be in the rsc folder?
Constructor generates the header in the same directory as the .rsrc file.
Most people probably leave it there. Or if you really want it in another
directory, you can add a relative path to the header file name in the
Constructor project settings. For example change "Foo_res.h" to
"..\Src\Foo_res.h" to put it in Src. But either way, CodeWarrior should
find the file without changing any access paths. I'd recommend you just
leave it in the Rsc directory and not worry about it.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/