我正在使用 CodeBlocks 并在编译我的程序时尝试链接 SDL_ttf。我已按照以下说明进行操作:
Add "-lSDL_ttf" in the linker command line
Put SDL_ttf.dll in library directory
Put SDL_ttf.h in include file directory
编译时出现此错误:
ld.exe||cannot find -lSDL_ttf|
||=== Build finished: 1 errors, 0 warnings ===|
我已经尝试了很多方法来解决这个问题,我感觉就像把头撞在砖墙上一样。
我正在运行 Windows,我已将 .dll 移至我的 system32 以及项目文件夹,并将头文件放在我的编译器包含文件夹中。