|
Эта страница руководства является частью версии 5.0 Инструментов XCodeПолучить эти инструменты:
Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:
Читать страницы руководстваСтраницы руководства предназначаются как справочник для людей, уже понимающих технологию.
|
DLOPEN_PREFLIGHT(3) BSD Library Functions Manual DLOPEN_PREFLIGHT(3) NAME dlopen_preflight -- preflight the load of a dynamic library or bundle SYNOPSIS #include <dlfcn.h> bool dlopen_preflight(const char* path); DESCRIPTION dlopen_preflight() examines the mach-o file specified by path. It checks if the file and libraries it depends on are all compatible with the current process. That is, they contain the correct architecture and are not otherwise ABI incompatible. dlopen_preflight() was first available in Mac OS X 10.5. SEARCHING dlopen_preflight() uses the same steps as dlopen() to find a compatible mach-o file. RETURN VALUES dlopen_preflight() returns true on if the mach-o file is compatible. If the file is not compatible, it returns false and sets an error string that can be examined with dlerror(). SEE ALSO dlopen (3) dlerror (3) BSD April 17, 2006 BSD |
Сообщение о проблемах
Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:
- Ошибки содержания
- Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
- Отчеты об ошибках
- Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
- Форматирование проблем
- Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.