error LNK2001: unresolved external symbol __imp__stricmp
去把 _mingw.h 裡面的
# define _CRTIMP __attribute__ ((__dllimport__))
改成
# define _CRTIMP //__attribute__ ((__dllimport__))
再重編 library 即可。
error LNK2001: unresolved external symbol __imp__stricmp
全站熱搜
留言列表