cannot get the methods while exporting a DLL using dumpbin.exe/exports “mydll.dll”

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samueal
    New Member
    • Apr 2011
    • 8

    cannot get the methods while exporting a DLL using dumpbin.exe/exports “mydll.dll”

    Hi I created a DLL named mydll.dll using visual studio 2010, And when i export the DLL using dumpbin.exe/exports "filename", I'm not getting any functions defined in mydll.dll

    Is there any specified way to create methods in DLL?
Working...