Re: FxPlugins & creator codes
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Apr 27, 2011, at 2:15 PM, Darrin Cardani wrote:
Well, it probably doesn't help too much, but according to CarbonCore/MacErrors.h:
mapReadErr = -199, /*map inconsistent with operation*/
I've asked the devtools team if they can explain what it means. The description makes it sound like a file system error of some sort, but I'm not entirely sure. I'll let you know if I get any responses.
So I finally got a response back and it was this:
Is the source really a data-fork resource file?
I think we ruled that out as a potential problem
Alternately, is he maybe winding up with a stray / somewhere due to shell expansion (or non-expansion, as the case may be)? Maybe it's really trying to read /GenericPluginIcon.rsrc rather than foo/bar/GenericPluginIcon.rsrc and that's why it's getting an error.
So this could be the problem. Can you see what the full output of the compiler is for this phase and see if it's expanding everything correctly? Darrin -- Darrin Cardani dcardani@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani