casascius / Bitcoin-Address-Utility

Generates Bitcoin addresses, converts between hex/address and public/private keys.
219 stars 163 forks source link

Can't compile - no ThoughtWorks QRCode DLL exist #13

Open ValleZ opened 10 years ago

ValleZ commented 10 years ago

I've found a ThoughtWorks.QRCode.dll but it still cannot find QRCodeEncoder. What prevents you to include correct dependencies so everyone can compile it without trying to figure what additional files (and what version of that file) you have to download to build this stuff. Thanks.

ghost commented 7 years ago

+1

edit: looks like its already included.

Hairack22 commented 2 years ago

Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(175,45,175,52): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(175,23,175,30): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(170,47,170,54): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(170,23,170,30): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(156,16,156,23): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(42,26,42,33): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\PublicKey.cs(115,19,115,26): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\Bitcoin.cs(267,62,267,69): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\Bitcoin.cs(280,23,280,30): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\Bitcoin.cs(288,23,288,30): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". 1>Z:\Bitcoin-Address-Utility-master\Bitcoin-Address-Utility-master\Model\Bitcoin.cs(296,48,296,55): error CS0104: "ECPoint" является неоднозначной ссылкой между "System.Security.Cryptography.ECPoint" и "Org.BouncyCastle.Math.EC.ECPoint". ========== Сборка: успешно: 0, с ошибками: 1, без изменений: 0, пропущено: 0 ==========

как исправить?