OK, I've been struggling getting this to work for the past couple of days, so I've finally gave up and had to ask for help!
My machine is Windows 10 (64 bit), using Visual Studio 2015.
I've installed CMake, and I clone the dnp3 repo recursively to C:\libs\dnp3\ so I don't have to worry about ASIO.
I've installed OpenSSL-32 via Shining Light (since I figured I'd be making a 32bit application, I've also tried 64 bit but that seemed to throw more errors).
I've also set my Environment variables to the following:
OPENDNP3_DIR: C:\libs\dnp3\build\lib
OSSL_LIB32_DIR : C:\OpenSSL-Win32\lib\VC\static
Then I run the Build-Dotnet.bat.
It always fails when it gets to compiling the bindings.
The results are here:
http://pastebin.com/ZXWXK5Hi
Any help would be appreciated, I'm going around in circles at the moment.