[DCC Error] ccreg.pas(216): E2250 There is no overloaded version of 'AddModuleUnloadProc' that can be called with these arguments [DCC Error] ccreg.pas(221): E2250 There is no overloaded version of 'RemoveModuleUnloadProc' that can be called with these arguments [DCC Fatal Error] ccpack.dpk(38): F2063 Could not compile used unit 'ccreg.pas'
Proposals:
1) instead of CCPDEF.INC switch to up to date jedi.inc
1.1) since JCL switched to GIT think about switching CCPack as well (to update jedi.inc from External Repository, in nothign else)
2) for Delphi versions earlier than XE2, introduce type NativeInt = LongInt; and change the declaration of ccreg. ModuleUnload
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The project is alive, (I'm using it daily). Sorry I didn't see this ticket earlier (Yes, I realize it's 5 years later). I always thought I'd get an email notification fo any tickets posted here? Apparently that's not always the case.
I guess the issue has been resolved by switching to use delphiversions.inc in 2014-09-14.
Last edit: Thomas Mueller 2018-05-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is the project dead or alive ?
trying to compile in latest XE2u4hf1 got errors:
[DCC Error] ccreg.pas(216): E2250 There is no overloaded version of 'AddModuleUnloadProc' that can be called with these arguments
[DCC Error] ccreg.pas(221): E2250 There is no overloaded version of 'RemoveModuleUnloadProc' that can be called with these arguments
[DCC Fatal Error] ccpack.dpk(38): F2063 Could not compile used unit 'ccreg.pas'
Proposals:
1) instead of CCPDEF.INC switch to up to date jedi.inc
1.1) since JCL switched to GIT think about switching CCPack as well (to update jedi.inc from External Repository, in nothign else)
2) for Delphi versions earlier than XE2, introduce type NativeInt = LongInt; and change the declaration of ccreg. ModuleUnload
The project is alive, (I'm using it daily). Sorry I didn't see this ticket earlier (Yes, I realize it's 5 years later). I always thought I'd get an email notification fo any tickets posted here? Apparently that's not always the case.
I guess the issue has been resolved by switching to use delphiversions.inc in 2014-09-14.
Last edit: Thomas Mueller 2018-05-13