herumi / mcl

a portable and fast pairing-based cryptography library
BSD 3-Clause "New" or "Revised" License
452 stars 152 forks source link

Where is the "mclBn256.dll" file? #57

Closed scanf123 closed 5 years ago

scanf123 commented 5 years ago

Hi,all. I wanna complie the C sharp solution to test the results, but there is a error msg "ERR=System.DllNotFoundException: couldn't load 'mclBn256.dll'" in my Visual studio 2017.

How to deal with this problem?

Thank you all!

scanf123 commented 5 years ago

What's more, I had tried to run the cmd "mklib.bat dll", there was another error msg "...\cybozu/exception.hpp(45): fatal error C1083: couldn't open the include file 'winsock2.h': No such file or directory".

scanf123 commented 5 years ago

Okay... Finally, I solve the problem. Just run "vcvars64.bat".