DaKup / PRo3D-Extensions

https://github.com/vrvis/PRo3D
MIT License
1 stars 1 forks source link

InstrumentPlatforms is missing exports? #1

Open haraldsteinlechner opened 3 years ago

haraldsteinlechner commented 3 years ago

This is the current API used by pro3d: https://github.com/vrvis/PRo3D/blob/master/src/InstrumentPlatforms/InstrumentWrapper.cs Am I missing the exports of those?

Bests, Harald

PS.: Thanks for putting it online in the first place!

DaKup commented 3 years ago

Sorry for the confusion. InstrumentPlatforms is still a work in progress. I hope to get it all done as soon as possible (hopefully next week)! Shouldn't be more than one or two days work, but I'm currently overloaded with stuff...

haraldsteinlechner commented 3 years ago

Ah ok, no problem! Looking forward to updates! On thing when you extend the cmake files etc - i switched to static boost libs - https://github.com/haraldsteinlechner/PRo3D-Extensions/commit/08163125260c895ff0aa1049a227f000e052f0d7 - is somewhat nicer for deployment. What do you think about it? What puzzles me, is that the compiled CooTransformation re-exports all spice symbols which should imo be private. If you find out why, while extending the cmake files turning off unneeded exported symbols would be great.