RE: Modified Steem Source Code for VS2013 (Hardfork 0.14.2).

You are viewing a single comment's thread from:

Modified Steem Source Code for VS2013 (Hardfork 0.14.2).

in steemit •  8 years ago 

Thanks for sharing @alphabeta...

To use @bitcube's external "secp256k1.dll". Open it's property and change Target Extension from ".lib" to ".dll", and Configuration type from "static" to "dynamic".

Which solution I need to edit for this? secp256k1 or steemd?

sln

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

right click "secp256k1" scroll down to property and make the changes.
Edit:
Make sure you hit apply after the change.