svanas / delphereum

web3 implementation for the Delphi programming language
Other
134 stars 50 forks source link

web3.eth.types.pas(27) #12

Closed Sedave closed 2 years ago

Sedave commented 2 years ago

Hi, i have a problem with "ClpIECPrivateKeyParameters" unit not founded, where it is?

svanas commented 2 years ago

You will need to add these dependencies to your Delphi library search path:

Sedave commented 2 years ago

You will need to add these dependencies to your Delphi library search path:

* git clone https://github.com/Xor-el/SimpleBaseLib4Pascal

* git clone https://github.com/Xor-el/HashLib4Pascal

* git clone https://github.com/Xor-el/CryptoLib4Pascal

Thanks, but they are already added... And I have this error..

svanas commented 2 years ago

Thanks, but they are already added... And I have this error...

They aren't included with your project, or they aren't in your Delphi library search path. The error is pretty much self-explanatory. I suggest you search your system for the ClpIECPrivateKeyParameters unit, then add this directory to your Delphi library search path.

Sedave commented 2 years ago

Thanks, but they are already added... And I have this error...

They aren't included with your project, or they aren't in your Delphi library search path. The error is pretty much self-explanatory. I suggest you search your system for the ClpIECPrivateKeyParameters unit, then add this directory to your Delphi library search path.

Thanks, subfolders aren't included, I had to add them one by one, it's ok now!