我想在Visual Studio 2015中編譯一個我製作的DLL,它用作OpenVDB中某些功能的C兼容包裝,使其可用於現有的C項目中。當我建立,但是,我得到以下鏈接器錯誤: Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::shared_ptr<class std::basic_
我有一個openvdb網格,我想迭代使用函子和openvdb :: tools :: foreach。 //the grid I am iterating on
Grid G;
//the operator used to update each single voxel of G
struct Functor{
inline void operator()(const Grid