主题:一道多线程的WINDOWS界面程序出现的问题(回复必给分)谢了!
近来我在编一道多线程的WINDOWS界面程序,实现PC跟单片机的通信,在编译的时候没什么问题,可是在连接的时候就出现下面的错误,还请大家出谋画策一下。。
libcimtd.lib(cininit.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)" (??2@YAPAXIHPBDH@Z)
libcimtd.lib(iostrini.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)" (??2@YAPAXIHPBDH@Z)
libcimtd.lib(streamb.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)" (??2@YAPAXIHPBDH@Z)
Debug/1107.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
1107.exe - 4 error(s), 0 warning(s)
libcimtd.lib(cininit.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)" (??2@YAPAXIHPBDH@Z)
libcimtd.lib(iostrini.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)" (??2@YAPAXIHPBDH@Z)
libcimtd.lib(streamb.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)" (??2@YAPAXIHPBDH@Z)
Debug/1107.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
1107.exe - 4 error(s), 0 warning(s)