用VS2012编译解决了gettext后仍然报2个类型的错误。
错误 1 error LNK2001: 无法解析的外部符号 “struct WINDOW * __cdecl newwin(int,int,int,int)” (?newwin@@YAPAUWINDOW@@HHHH@Z) D:\1\Cataclysm-DDA-0.7\msvc100\ui.obj
错误 24 error LNK2001: 无法解析的外部符号 “int __cdecl wborder(struct WINDOW *,int,int,int,int,int,int,int,int)” (?wborder@@YAHPAUWINDOW@@HHHHHHHH@Z) D:\1\Cataclysm-DDA-0.7\msvc100\ranged.obj
一共200个错误。