编译firstsdl.c的时候报错了
来源:7-2 使用SDL的基本步骤

爱学习的异界
2019-06-21
信息如下:
Undefined symbols for architecture x86_64: “_SDL_DestoryWindow”, referenced from: _main in firstsdl-7d5ae5.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
写回答
2回答
-
空流月
2021-11-14
是 SDL_DestroyWindow 而不是 SDL_DestoryWindow
00 -
李超
2019-06-21
库加上了吗?
022019-06-24
相似问题