Missing mangling of HDF5 symbols

Hi all,

I notice that ITK’s HDF5 doesn’t seem to include one of those header files to mangle symbol names to include an ‘itk’ prefix.

Is it just that no one got around to adding one, or something else?

(I ask because my app, which uses both VTK and ITK, is getting link errors about duplicate symbol names. This is because ITK is not mangling at all, and VTK’s mangling is missing some symbols.)

Thanks,

Sean

1 Like

Hi Sean,

I think it is just that no-one has gotten around to mangling the symbols – but it would be a welcome improvement :slight_smile:

Thanks,
Matt

1 Like