I am trying to learn P/Invoke, so I created a simple dll in C++
KingFucs.h:
namespace KingFuncs { class KingFuncs { public: stati
The entry point name of a dll file is given in .exp file which is found in debug folder where other source files are present. If dumpbin doesn't work you can try this.