How to use Rootcint to generate dictionaries for library

Hello

Say I have shared library i.e ABC.dll and it contains no of functions declared in its headers(library contains no of headers) . Now I want to generate dictionaries for this library so that I can use creflex to call methods by knowing types and rest at runtime.

I DON’T want to generate some code and then pass its object to creflex api functions in order to call members of that object.

Regards
Usman

Hi,

The following is probably the simplest form of what you are looking (note that I am not quite sure what you are requesting though :slight_smile:)

root [] .L ABC.dll root [] .L ABC.h+

Cheers,
Philippe.