error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)”

本文主要是介绍error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)”,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

转自VC错误:http://www.vcerror.com/?p=1413

问题描述:

把upx源码的exe工程改造成了一个lib库文件,编译了一个exe调用lib库文件中的函数,结果exe编译出现如以下错误

1>upxlib.lib(p_unix.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(p_lx_interp.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(p_ps1.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(p_mach.obj) : error LNK2019: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z),该符号在函数 “public: __thiscall PackMachBase<struct N_Mach::MachClass_64<struct N_BELE_CTP::LEPolicy> >::PackMachBase<struct N_Mach::MachClass_64<struct N_BELE_CTP::LEPolicy> >(class InputFile *,unsigned int,unsigned int,unsigned int,unsigned int,unsigned int)” (??0?$PackMachBase@U?$MachClass_64@ULEPolicy@N_BELE_CTP@@@N_Mach@@@@QAE@PAVInputFile@@IIIII@Z) 中被引用
1>upxlib.lib(filter.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(main.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(packer.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(p_lx_exc.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(p_lx_elf.obj) : error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)” (?upx_adler32@@YAIPBXII@Z)
1>upxlib.lib(p_ps1.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z)
1>upxlib.lib(p_mach.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z)
1>upxlib.lib(p_unix.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z)
1>upxlib.lib(packer.obj) : error LNK2019: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z),该符号在函数 “protected: virtual bool __thiscall Packer::compress(unsigned char *,unsigned int,unsigned char *,struct upx_compress_config_t const *)” (?compress@Packer@@MAE_NPAEI0PBUupx_compress_config_t@@@Z) 中被引用
1>upxlib.lib(p_exe.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z)
1>upxlib.lib(p_lx_elf.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z)
1>upxlib.lib(p_vmlinx.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_compress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,struct upx_callback_t *,int,int,struct upx_compress_config_t const *,struct upx_compress_result_t *)” (?upx_compress@@YAHPBEIPAEPAIPAUupx_callback_t@@HHPBUupx_compress_config_t@@PAUupx_compress_result_t@@@Z)
1>upxlib.lib(packer.obj) : error LNK2019: 无法解析的外部符号 “int __cdecl upx_decompress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,int,struct upx_compress_result_t const *)” (?upx_decompress@@YAHPBEIPAEPAIHPBUupx_compress_result_t@@@Z),该符号在函数 “protected: virtual bool __thiscall Packer::compress(unsigned char *,unsigned int,unsigned char *,struct upx_compress_config_t const *)” (?compress@Packer@@MAE_NPAEI0PBUupx_compress_config_t@@@Z) 中被引用
1>upxlib.lib(p_ps1.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_decompress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,int,struct upx_compress_result_t const *)” (?upx_decompress@@YAHPBEIPAEPAIHPBUupx_compress_result_t@@@Z)
1>upxlib.lib(linker.obj) : error LNK2001: 无法解析的外部符号 “int __cdecl upx_decompress(unsigned char const *,unsigned int,unsigned char *,unsigned int *,int,struct upx_compress_result_t const *)” (?upx_decompress@@YAHPBEIPAEPAIHPBUupx_compress_result_t@@@Z)
1>upxlib.lib(packer.obj) : error LNK2019: 无法解析的外部符号 “int __cdecl upx_test_overlap(unsigned char const *,unsigned char const *,unsigned int,unsigned int,unsigned int *,int,struct upx_compress_result_t const *)” (?upx_test_overlap@@YAHPBE0IIPAIHPBUupx_compress_result_t@@@Z),该符号在函数 “bool __cdecl ph_testOverlappingDecompression(class PackHeader const &,unsigned char const *,unsigned char const *,unsigned int)” (?ph_testOverlappingDecompression@@YA_NABVPackHeader@@PBE1I@Z) 中被引用


解决方法:

具体的解决方法参考文章:http://www.vcerror.com/?p=1413

这篇关于error LNK2001: 无法解析的外部符号 “unsigned int __cdecl upx_adler32(void const *,unsigned int,unsigned int)”的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/758828

相关文章

使用Jackson进行JSON生成与解析的新手指南

《使用Jackson进行JSON生成与解析的新手指南》这篇文章主要为大家详细介绍了如何使用Jackson进行JSON生成与解析处理,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录1. 核心依赖2. 基础用法2.1 对象转 jsON(序列化)2.2 JSON 转对象(反序列化)3.

Springboot @Autowired和@Resource的区别解析

《Springboot@Autowired和@Resource的区别解析》@Resource是JDK提供的注解,只是Spring在实现上提供了这个注解的功能支持,本文给大家介绍Springboot@... 目录【一】定义【1】@Autowired【2】@Resource【二】区别【1】包含的属性不同【2】@

SpringCloud动态配置注解@RefreshScope与@Component的深度解析

《SpringCloud动态配置注解@RefreshScope与@Component的深度解析》在现代微服务架构中,动态配置管理是一个关键需求,本文将为大家介绍SpringCloud中相关的注解@Re... 目录引言1. @RefreshScope 的作用与原理1.1 什么是 @RefreshScope1.

Java并发编程必备之Synchronized关键字深入解析

《Java并发编程必备之Synchronized关键字深入解析》本文我们深入探索了Java中的Synchronized关键字,包括其互斥性和可重入性的特性,文章详细介绍了Synchronized的三种... 目录一、前言二、Synchronized关键字2.1 Synchronized的特性1. 互斥2.

Java的IO模型、Netty原理解析

《Java的IO模型、Netty原理解析》Java的I/O是以流的方式进行数据输入输出的,Java的类库涉及很多领域的IO内容:标准的输入输出,文件的操作、网络上的数据传输流、字符串流、对象流等,这篇... 目录1.什么是IO2.同步与异步、阻塞与非阻塞3.三种IO模型BIO(blocking I/O)NI

mysql出现ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost‘ (10061)的解决方法

《mysql出现ERROR2003(HY000):Can‘tconnecttoMySQLserveron‘localhost‘(10061)的解决方法》本文主要介绍了mysql出现... 目录前言:第一步:第二步:第三步:总结:前言:当你想通过命令窗口想打开mysql时候发现提http://www.cpp

Python 中的异步与同步深度解析(实践记录)

《Python中的异步与同步深度解析(实践记录)》在Python编程世界里,异步和同步的概念是理解程序执行流程和性能优化的关键,这篇文章将带你深入了解它们的差异,以及阻塞和非阻塞的特性,同时通过实际... 目录python中的异步与同步:深度解析与实践异步与同步的定义异步同步阻塞与非阻塞的概念阻塞非阻塞同步

电脑win32spl.dll文件丢失咋办? win32spl.dll丢失无法连接打印机修复技巧

《电脑win32spl.dll文件丢失咋办?win32spl.dll丢失无法连接打印机修复技巧》电脑突然提示win32spl.dll文件丢失,打印机死活连不上,今天就来给大家详细讲解一下这个问题的解... 不知道大家在使用电脑的时候是否遇到过关于win32spl.dll文件丢失的问题,win32spl.dl

pip无法安装osgeo失败的问题解决

《pip无法安装osgeo失败的问题解决》本文主要介绍了pip无法安装osgeo失败的问题解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一... 进入官方提供的扩展包下载网站寻找版本适配的whl文件注意:要选择cp(python版本)和你py

SpringBoot项目启动报错"找不到或无法加载主类"的解决方法

《SpringBoot项目启动报错找不到或无法加载主类的解决方法》在使用IntelliJIDEA开发基于SpringBoot框架的Java程序时,可能会出现找不到或无法加载主类com.example.... 目录一、问题描述二、排查过程三、解决方案一、问题描述在使用 IntelliJ IDEA 开发基于