Re: Carbon Framework - DataBrowser Tweaks
Re: Carbon Framework - DataBrowser Tweaks
- Subject: Re: Carbon Framework - DataBrowser Tweaks
- From: Eric Schlegel <email@hidden>
- Date: Wed, 30 May 2001 10:06:45 -0700
On Wednesday, May 30, 2001, at 07:47 AM, Brian Barnes wrote:
The problem is this: In the latest carbonlib headers (not used, but I
also have a version of the code for carbonlib on 9), the NO_TWEAKS data
browser is set to 0 (newer version), but in the framework it's 1 (older
version.) Will this framework be updated soon, or can I update it
somehow? I can re-define it, but that forces a recompile of all the
headers in the framework for every file (yikes.)
It's unlikely that that particular header will be updated before the
next major version of Mac OS X ships. You could edit your copy of
ControlDefinitions.h and change the NO_TWEAKS symbol to default to zero.
Then you could use fixPrecomps to rebuild the precompiled headers with
the new value of the symbol. Alternately, you could create your own
precompiled header that defines the symbol to 0 first before including
Carbon.h.
-eric