John Bandhauer wrote:
> I'm thinking there is something else going on that the info you are
> sharing does not uncover. I don't know what it is. If you want to zip up
> the buildable files, I (or someone) might take a closer look. Otherwise,
> you'll just have to debug through the problem 'till you figure it out.
Well, I solved the problem eventually by building my app within the
Mozilla build system.
I think the problem is that there are dozens of define's which are
needed -- not just two. Somewhere, reading the docs, I got the
misapprehension that only two defines were needed: XP_WIN and XP_WIN32.
When I do a Mozilla-style build, vast numbers of additional defines
are done.
Understanding what I now do, I see that it's futile to have my own build
system for a Mozilla component. What if some new compile flags are
defined in a future release? Etc.
Thanks for looking at my problem.
- Chuck