apolukhin / Boost.DLL

Library for comfortable work with DLL and DSO
https://boost.org/libs/dll
110 stars 69 forks source link

can not invoke the __stdcall function exported by windows dll! #8

Closed cxq2003 closed 9 years ago

cxq2003 commented 9 years ago

compile ok, run error! boost 1.57 and visual studio 2010 sp1 on windows 7 64bit!

apolukhin commented 9 years ago

Could you please provide source code to reproduce the error?

apolukhin commented 9 years ago

Added an example to tutorial. Everything works well in tests.

Please provide code to reproduce your error.