Home > database >  C dynamic library exported functions without extern "c", how to display the dynamic librar
C dynamic library exported functions without extern "c", how to display the dynamic librar

Time:10-31

Use dumpbin - exports xx. DLL export file that can be compiled to see after the function name, GetProcAddress call is through the function name to a function pointer, are there any other way?

CodePudding user response:

The compiler can export lib directly

CodePudding user response:

The import,
  • Related