首页
社区
课程
招聘
请教-entry参数怎么用
发表于: 2006-6-28 13:37 4543

请教-entry参数怎么用

2006-6-28 13:37
4543
每次使用这个参数就会出现很多错误(我已经把main改了),不用这个参数没问题
error LNK2001: unresolved external symbol __imp__LocalFree@4
error LNK2001: unresolved external symbol __imp__LocalAlloc@8
error LNK2001: unresolved external symbol __imp__lstrlenA@4
error LNK2001: unresolved external symbol __imp__FormatMessageA@28
error LNK2001: unresolved external symbol __imp__GetLastError@0
error LNK2001: unresolved external symbol __imp__CloseHandle@4
error LNK2001: unresolved external symbol __imp__GetCurrentProcess@0
error LNK2001: unresolved external symbol __imp__ReadProcessMemory@20
error LNK2001: unresolved external symbol __imp__VirtualQueryEx@16
error LNK2001: unresolved external symbol __imp__OpenProcess@12
error LNK2001: unresolved external symbol _Process32Next@8
error LNK2001: unresolved external symbol _Process32First@8
error LNK2001: unresolved external symbol _CreateToolhelp32Snapshot@8
error LNK2001: unresolved external symbol __imp__SetLastError@4

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 200
活跃值: (27)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
有谁知道??
2006-6-29 20:44
0
雪    币: 325
活跃值: (97)
能力值: ( LV13,RANK:530 )
在线值:
发帖
回帖
粉丝
3
把lib 文件比如kernel32.lib加入到链接器选项
2006-6-30 15:58
0
游客
登录 | 注册 方可回帖
返回
//