SDL 1.3/2.0 setting up

六眼飞鱼酱① 提交于 2019-12-03 05:37:17
user2170324

I also was searching for an answer to this and, as I couldn't find one, here's what worked for me:

If using mingw as compiler, you have to link to the follow libraries in this order:

-lmingw32 -lSDL2main -lSDL2 -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!