Jump to content
M4rc0.to

ICS V8.66: little problem with variable name

Recommended Posts

Hi, I just compiled version 8.66 with BDS2006 (C ++), and I found a small problem in the OverbyteIcsLIBEAY.pas source, at line 1785:

CRYPTO_free: procedure (P: Pointer; data: PAnsiChar; int: Integer); cdecl = nil; // AG {V8.66 two missing arguments}

A variable like "int", which corresponds to the type "Integer" in Pascal, in the generated .hpp header becomes

extern PACKAGE void __cdecl (* CRYPTO_free) (void * P, char * data, int int);

which results in a compiler error.

 

Marco.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×