SDL2_ttf won't run on ios

拜拜、爱过 提交于 2019-12-13 02:09:18

问题


So case is - i downloaded latest SDL2_ttf library, opened XCode-IOS project, included in package, built it without any problem and connected to my project. Everything compiled and ran, but at start my program quits with message in output:

apinames 0.1: extract FreeType API names from header files

this program is used to extract the list of public FreeType API
functions. It receives the list of header files as argument and
generates a sorted list of unique identifiers

usage: apinames header1 [options] [header2 ...]

options:   -      : parse the content of stdin, ignore arguments
           -v     : verbose mode, output sent to standard error
           -oFILE : write output to FILE instead of standard output
           -dNAME : indicate DLL file name, 'freetype.dll' by default
           -w     : output .DEF file for Visual C++ and Mingw
           -wB    : output .DEF file for Borland C++
           -wW    : output Watcom Linker Response File

in my project i just call TTF_Init() and TTF_Quit(), but it never reaches there.

来源:https://stackoverflow.com/questions/21218352/sdl2-ttf-wont-run-on-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!