openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

Fixed symbol visibility issues with explicit instantiation

Open Idclip opened this issue 2 years ago • 2 comments

Signed-off-by: Nick Avramoussis [email protected]

Closes #1272

Idclip avatar Jan 29 '23 13:01 Idclip

~Have we tested using this on Windows? I'm missing how an OpenVDB DLL user can link against the instantiations if they're no longer declared as dllimport.~

EDIT: Ah I missed that we're now directly doing the import/exports of the instantiations. But perhaps it worries me a bit that we're redeclaring them with the same macro names.

e4lam avatar Feb 26 '23 19:02 e4lam

@danrbailey bumping this

EDIT: Ah I missed that we're now directly doing the import/exports of the instantiations. But perhaps it worries me a bit that we're redeclaring them with the same macro names.

Happy to use different names for the import/export specs

Idclip avatar Oct 14 '23 11:10 Idclip