诊断DLL——Visual Studio安装与dll使用

文章目录

  • Visual Studio安装
  • 一、DLL简介
  • 二、使用步骤
    • 1.新建VS DLL工程
    • 2.生成dll文件
    • 3.自定义函数
      • 然后新建一个function.h文件,声明这个函数。
    • 4.新建VS C++ console工程,动态引用DLL
      • 编写代码,调用dll
  • 三、extern "C" __declspec(dllexport)
  • 总结


Visual Studio安装

官方下载地址:https://visualstudio.microsoft.com/zh-hans/

你可能感兴趣的:(DLL开发——诊断27服务,visual,studio,开发语言,经验分享)