For a dll, if there is nothing to export, means there is no dllMain, and no def file(maybe more cases), then no lib file will be generated.
       Easy to understand: lib file is used for other dll or exe thing in linking, in order to access exported things in the lib file related dll. Now for a dll there is nothing to export, it will be definitely meaningless to generate a lib file.

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-08-20
猜你喜欢
  • 2021-08-10
  • 2021-08-29
  • 2022-01-23
  • 2021-07-25
  • 2021-07-21
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案