ifs
ifs

Reputation: 41

Can't see exported function in dumpbin

              my.dll
                |
     _______________________
    |           |           |
lib1.lib  lib2.lib  ...  libn.lib

In lib1.lib I export a function called foo(). When I call dumpbin /exports my.dll I can't see the function. What should I do? I do that in Visual Studio 2017 C++.

Upvotes: 0

Views: 334

Answers (0)

Related Questions