miracl / MIRACL

MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
https://miracl.com
654 stars 242 forks source link

ERROR: Build with vc6.0 #80

Open zgbzsu2008 opened 5 years ago

zgbzsu2008 commented 5 years ago

using lib/msiodoit.bat build in vc6.0 some function can't find and some firend function can not to access class private variable

in msiodoit.bat add cl /c /O2 mrflash.c cl /c /O2 mrround.c lib ... mrround.obj mrflash.obj

class private variable change to public this is vc6.0 self problem