In Mmf2dev my app Works without Problems, but in Xcode i get an exc Bad Access error in ctext.m:


// Allow only the following flags
short dtflags = (short) (flags & (DT_LEFT | DT_CENTER | DT_RIGHT | DT_TOP | DT_BOTTOM | DT_VCENTER | DT_SINGLELINE));
int ht = 0;


And sometimes here:


-(void)getZoneInfos
{
CDefTexts* txt = (CDefTexts*) hoCommon->ocObject;
short flags = txt->otTexts[0]-

Solved! Bug-Reason: String obj with no Paragraph