MSDN上说Linking code compiled with /MT with the library LIBC.LIB causes LNK2001 on _beginthread, _beginthreadex, _endthread, and _endthreadex.
我如何把这个/MT去掉呢?
...全文
311打赏收藏
菜鸟的问题.
MSDN上说Linking code compiled with /MT with the library LIBC.LIB causes LNK2001 on _beginthread, _beginthreadex, _endthread, and _endthreadex. 我如何把这个/MT去掉呢?