Why does my Visual C++ .exe project build create .lib and .exp files?

前端 未结 2 1898
终归单人心
终归单人心 2020-12-06 05:02

I have a solution consisting of 3 projects. One is a static library, and two are console-based .exe files that depend on and link against this library. Their settings seem t

2条回答
  •  心在旅途
    2020-12-06 05:54

    This is normal if one or more functions is/are exported from your executable.

提交回复
热议问题