首页
社区
课程
招聘
[求助]vb与vc混合编译,无法连接
发表于: 2006-6-2 17:57 4910

[求助]vb与vc混合编译,无法连接

2006-6-2 17:57
4910
原贴见http://bbs.pediy.com/showthread.php?s=&threadid=17711

我用作者提供的代码直接编译,却无法连接

使用Debug方式编译时,错误信息如下

Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

VBLINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
D:\LinkWithVC\LinkWithVC.exe : fatal error LNK1120: 1 unresolved externals

使用Release方式编译时,错误信息如下

Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

LIBC.lib(free.obj) : error LNK2001: unresolved external symbol __imp__HeapFree@12
LIBC.lib(heapinit.obj) : error LNK2001: unresolved external symbol __imp__HeapFree@12
LIBC.lib(sbheap.obj) : error LNK2001: unresolved external symbol __imp__HeapFree@12
LIBC.lib(heapinit.obj) : error LNK2001: unresolved external symbol __imp__HeapDestroy@4
LIBC.lib(heapinit.obj) : error LNK2001: unresolved external symbol __imp__HeapCreate@12
LIBC.lib(heapinit.obj) : error LNK2001: unresolved external symbol __imp__VirtualFree@12
LIBC.lib(sbheap.obj) : error LNK2001: unresolved external symbol __imp__VirtualFree@12
LIBC.lib(sbheap.obj) : error LNK2001: unresolved external symbol __imp__HeapAlloc@12
LIBC.lib(sbheap.obj) : error LNK2001: unresolved external symbol __imp__VirtualAlloc@16
LIBC.lib(sbheap.obj) : error LNK2001: unresolved external symbol __imp__HeapReAlloc@16
LIBC.lib(sbheap.obj) : error LNK2001: unresolved external symbol __imp__IsBadWritePtr@8
D:\LinkWithVC\LinkWithVC.exe : fatal error LNK1120: 8 unresolved externals

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 214
活跃值: (70)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
2
加入kernel32.lib库
2006-6-2 18:30
0
雪    币: 209
活跃值: (12)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
谢谢楼上的
2006-6-2 18:55
0
雪    币: 209
活跃值: (12)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
请问这又是什么问题

Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

LIBC.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
D:\LinkWithVC\LinkWithVC.exe : fatal error LNK1120: 1 unresolved externals
2006-6-2 20:43
0
雪    币: 212
活跃值: (14)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
crt库不一致
2006-6-7 19:32
0
雪    币: 146
活跃值: (33)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
6
有时侯工程建错啦
2006-6-8 13:26
0
游客
登录 | 注册 方可回帖
返回
//