Re: obcj4/CFLite on Windows
Re: obcj4/CFLite on Windows
- Subject: Re: obcj4/CFLite on Windows
- From: Brent Fulgham <email@hidden>
- Date: Tue, 15 Sep 2009 23:44:41 -0700
Hi,
On Tue, Sep 15, 2009 at 6:27 PM, Brent Fulgham <email@hidden> wrote:
> 4. CFLite (550) crashes on startup.
>
> Therefore I assume my problem is in my CFLite build, and more
> specifically in the initialization logic.
I realized that I was not linking the objcrt.obj into CFLite.dll.
This got _objc_init_image to be called, so I guess that's some
progress. However, the program continues to fail at the exact same
spot.
> The failure happens when attempting to call CFRetain on a static empty
> string CoreFoundation object:
>
> CFString.c: Line 1224:
> return CFRetain(kCFEmptyString); // Quick exit; won't catch all
> empty strings, but most
>
> Where kCFEmptyString is declared as:
>
> CFString.c: Line 152:
> CONST_STRING_DECL(kCFEmptyString, "")
Thanks,
-Brent
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden