Void * with dictionary generator

Hi Devs,

I have developed a C++ library with ROOT compatible classes in it. I was able to generate the necessary dictionary for those classes with ROOT version v5.12 but not with the latest releases. It seems like the dictionary generator is not supporting void pointers anymore.
Could someone please help me to find how to handle void pointers with the latest version of ROOT?

Thanks,
-jaliya

Hi,

In which context does it refuse the void*? How does it fail?

Philippe

Hi Philippe,

I am sorry, I thought that the error was due to the void pointers as it complains in the dictionary generation. I tested a sample and it is working fine, so the problem is something to do with my configuration.

Thanks,
-jaliya