登录 注册 找回密码 开启辅助访问 商业用户中心 购物车有0件商品 切换到宽版
搜索
楼主: 云外归鸟
打印 上一主题 下一主题

[教程] 易语言程序脱离支持库的利器——黑月编译器插件

    [复制链接]
71#
发表于 2013-11-12 16:56:11 | 只看该作者
汇编模式
nafxcw.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in MSVCRT.lib(MSVCRT.dll)

nafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in MSVCRT.lib(MSVCRT.dll)

   Creating library MyDLL.lib and object MyDLL.exp

nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv

nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc

nafxcw.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype

nafxcw.lib(timecore.obj) : error LNK2001: unresolved external symbol __mbctype

nafxcw.lib(apphelp.obj) : error LNK2001: unresolved external symbol __mbctype

libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___mb_cur_max

libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol ___mb_cur_max

libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___mb_cur_max

libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___mb_cur_max

libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___mb_cur_max

libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___setlc_active

libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___setlc_active

libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___setlc_active

libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___setlc_active

libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___setlc_active

libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active

libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active

libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active

libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active

libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active

libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___lc_codepage

libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___lc_codepage

libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___lc_codepage

libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___lc_codepage

libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___lc_handle

libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___lc_handle

libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___lc_handle

libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___lc_handle

libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___lc_handle

libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol __pctype

libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external symbol __pctype

libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol __pctype

libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___lc_collate_cp

纯C/C++模式
编译黑月程序出错:
nafxcw.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in LIBCMT.lib(new.obj)

nafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in LIBCMT.lib(delete.obj)

nafxcw.lib(afxmem.obj) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in LIBCMT.lib(new.obj); second definition ignored

nafxcw.lib(afxmem.obj) : warning LNK4006: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in LIBCMT.lib(delete.obj); second definition ignored

在WIN8.1系统下编译发现错误。
回复 支持 反对

使用道具 举报

72#
发表于 2014-6-1 21:08:46 | 只看该作者
为什么找不到界面库???
回复 支持 反对

使用道具 举报

73#
发表于 2014-8-22 07:16:50 | 只看该作者
不能静态编译啊?
回复 支持 反对

使用道具 举报

74#
发表于 2014-11-3 15:33:22 | 只看该作者
听说不更新了?
那真是可惜了
回复 支持 反对

使用道具 举报

75#
发表于 2015-4-26 00:21:43 | 只看该作者
谢谢 大鸟~~~ 好久没来了
回复 支持 反对

使用道具 举报

76#
发表于 2018-10-1 23:20:08 | 只看该作者
试试这个版本的黑月。。。
回复 支持 反对

使用道具 举报

77#
发表于 2019-6-14 16:03:12 | 只看该作者
想看一下教程
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表