TurboPack / LockBox3

LockBox3 is a Delphi and C++Builder library for cryptography.
Other
171 stars 58 forks source link

[bcc32 Error] uTPLb_CryptographicLibrary.hpp(174): Simple type name expected #16

Closed joeyshuey closed 2 years ago

joeyshuey commented 3 years ago

Hello. I am trying to use LockBox 3.7, which I installed via GetIt on RAD Studio 10.4 with one of my C++ Builder projects. When building I get "[bcc32 Error] uTPLb_CryptographicLibrary.hpp(174): Simple type name expected" With the line being __property TOnGenerateKeyFunc OnCustomCipherGenerateKey = {read=FOnGenerateKeyFunc, write=FOnGenerateKeyFunc};

AnDy01111 commented 3 years ago

I have the same problem, but only if the classic Borland compiler was selected in the project options.

romankassebaum commented 3 years ago

I have no idea.

tracer-tvz commented 2 years ago

Please unselect "Classic Borland Compiler" option in packages by default here, as it produces compilation errors if packages are to be compiled manually. Not many people (especially students) will know how to handle this.

romankassebaum commented 2 years ago

Done.