alan0526
alan0526
**OS:** Windows **Version:** 2.2.0 **IDE:** Visual Studio 2022 **Error Message:** ```console 1>calibration.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl ceres::DynamicCostFunctionToFunctor::~DynamicCostFunctionToFunctor(void)" (__imp_??1DynamicCostFunctionToFunctor@ceres@@QEAA@XZ) 1>calibration.obj : error LNK2001: unresolved external symbol...
F:\work\github\sonic-cpp\include\sonic/allocator.h(92,9): error C3861: '__builtin_ia32_pause': identifier not found 1>assert_test.cpp 1>document_test.cpp 1>F:\work\github\sonic-cpp\tests\document_test.cpp(17,10): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory 1>error_test.cpp 1>F:\work\github\sonic-cpp\include\sonic/error.h(95,3): error C2059: syntax error: '('...
I am working on inter process communication base on shared memory and Unix Socket Domain recently, I plan to use glaze Beve to serialize my data. I want calculate the...