SDL 2.26.3 LINK : fatal error LNK1561 #3451
-
您好,sdl包使用2.26.3版本编译会报LINK : fatal error LNK1561: 必须定义入口点 |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Mar 3, 2023
Replies: 1 comment 7 replies
-
main 如果在 static 里面,得额外自己设置 /subsystem:console 的 ldflags |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Dozingfiretruck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
main 如果在 static 里面,得额外自己设置 /subsystem:console 的 ldflags