Jump to content
nSolvePaul

OverbyteIcscryptuiapi.h what is it for?

Recommended Posts

OverbyteIcsCryptUiApi.pas contains this line:

 

{$HPPEMIT '#include <OverbyteIcscryptuiapi.h>'}

 

but I can not find that file so I just comment it out.

 

Is that a valid thing to do or am I missing something critical? (Note I've not got a working 8.58 build yet so the issue may resolve it self as once I have a working solution)

Share this post


Link to post

Sorry no idea, that line is there for historic reasons for reasons I don't understand since I don't use C++, but I nearly always get caught out when I remove stuff I believe is unwanted.

 

But I've commented it out here.

 

Angus

  • Thanks 1

Share this post


Link to post

I think such an HPPEMIT statement should not be needed at all.  Delphi .PAS files output .HPP files, not .H files, when compiled for C++Builder, and there is no need for a .PAS file to ever HPPEMIT a reference to its own .HPP file.

  • Like 1

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
×