在32位机器上开发出一个动态库,拿到64位机器上用的时候,报Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.

后来调试程序,发现在生成动态库的时候,加一个.def文件,同时.def文件中的函数需要编号,再放到64位机器上,没有问题;

如下:

LIBRARY    "testDLL"

EXPORTS
    GetName @1
    GetAge @2

Error: At least one module has an unresolved import due to a missing export function in an implicitl相关推荐

  1. error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup

    VS2013新建一个空的win32应用程序时 出现了链接错误 1>------ Build started: Project: AutoUpdate, Configuration: Debug ...

  2. ./configure: error: the HTTP rewrite module requires the PCRE library

    报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 解决方法 安装PRCE 官网:https://ftp ...

  3. unbuntu nginx安装详解 /configure: error: the HTTP rewrite module requires the PCRE library

    1 介绍 官网:https://nginx.org/en/download.html windows版本就不多说了,原理一模一样,下面直接介绍linux 下载: wget https://nginx. ...

  4. ./configure: error: the HTTP gzip module requires the zlib library.

    完整问题复现如下: ./configure: error: the HTTP gzip module requires the zlib library. You can either disable ...

  5. 一个NVIDIA驱动安装报错——ERROR: The nvidia kernel module was not created.

    Ubuntu18系统下,在安装cuda及nvidia驱动时,安装失败,查看日志显示"ERROR: The nvidia kernel module was not created." ...

  6. Rsync: @ERROR: Auth Failed On Module XXX错误原因及解决办法

    rsync 提示错误@ERROR: auth failed on module XXX,原因是认证失败,提示这个错误证明你的 rsync 服务已经正确运行了,但是账号或密码有问题.解决方法如下: 一. ...

  7. @ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at

    @ERROR: auth failed on module wwwroot 问题 解决办法 问题 @ERROR: auth failed on module wwwroot rsync error: ...

  8. error TS2307: Cannot find module 'rxjs-compat/Observable'

    最近自己学习angular,按照书上写的案例实现了一下,结果再次启动报错 error TS2307: Cannot find module 'rxjs-compat/Observable' 网上搜索了 ...

  9. DPDK:insmod: ERROR: could not insert module igb_uio.ko: Invalid parameters

    加载IGB_UIO模块 sudo modprobe uio sudo insmod igb_uio.ko 提示错误: insmod: ERROR: could not insert module ig ...

最新文章

  1. eclipse中egit插件使用
  2. Tree Recovery--POJ 2255
  3. 编程珠玑第八章——习题10查找数组中总和最接近0的子数组
  4. 值重新赋值_JavaScript-赋值运算符
  5. jQuery 一些操作
  6. 【数字图像处理】傅里叶变换在图像处理中的应用
  7. 微服务架构-服务注册中心和服务网关(6.8) (转载)
  8. 基于浏览器的开源“管理+开发”工具,Pivotal MySQL*Web正式上线!
  9. 为什么客户画像这么难?
  10. DEA模型及matlab应用2:超效率SE-DEA模型
  11. 计算机基础与程序设计
  12. excel表自动向下填充
  13. 浪潮服务器网卡驱动丢失怎么修复,电脑丢失网卡驱动,学会这一招,轻松搞定...
  14. 【C++】二维vector初始化的方法
  15. POS58打印机的操作
  16. Android MediaRecorder录制视频
  17. java分数计算_分数计算java
  18. ixgbe 如何开启vf
  19. 待我兵临城下,许你半世繁华
  20. 灰帽python之旅_灰帽 Python之旅10

热门文章

  1. 2094 找出 3 位偶数
  2. 问题记录:Ubuntu中source运行.sh shell脚本报错:command not found 未找到命令
  3. centos7 安装jdk1.8 并配置环境变量
  4. 用 200 行 Python 代码掌握基本音乐理论
  5. 江苏省盐城中学信息竞赛队(YZOI)队规
  6. Java—泛型、内部类、多继承
  7. 【Arduino实验12 1602 LCD显示】
  8. 9.4 GestureRecognizer muli 多个
  9. PHP的ob_flush()与flush()区别
  10. java实例化类之后如何赋值_深入理解Java对象的创建过程:类的初始化与实例化...