How to Load .dll's/header files directory in cling

Which option should i use to load directory of .dlls.
.L is used to load file/dll/header.
Similar to .L option, which option should i use to load entire directory.

Could you please share any link or documention about cling options with examples.

I don’t think that such a call exists. But you can loop over the DLLs in the target directory and call gSystem->Load() for each one.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.