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?
Is there any specified way to create methods in DLL?