Bennett Helm <[EMAIL PROTECTED]> writes: > After playing around a bit, I get the following errors, which I don't > know enough to make sense of.
I cannot help with the error on line 152, but the other two will almost certainly be resolved by prepending outAppRef on lines 157, 162 with "&". LSGetApplicationForItem(&fileref, role, &outAppRef, NULL); inLaunchSpec.appRef = &outAppRef; Angus