DLL's - is this scenario possible?

Hello

Lets say you have a script that runs under cint or libcint and you want to speed it up by compiling it into a DLL. Is it then possible to run the DLL in place of the script ??

regards
david

Hi,

Yes as long as the dll contains the dictionary for at least one entry point.

Cheers,
Philippe.

PS. ROOT has a utility named ACLiC that automatic this switch; it uses a hook that CINT provides where you give CINT a mean to ‘compile’ the script.