You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
++ -c -Iinclude -fPIC -std=c++11 src/Variant.cpp -o src/Variant.o
src/Variant.cpp: In member function ‘void Addin1C::Variant::ConcreteContent::packTo1cVariant(Addin1C::BaseNativeAPI::tVariant*, Addin1C::BaseNativeAPI::IMemoryManager*) const [with T = std::__cxx11::basic_string<wchar_t>; Addin1C::BaseNativeAPI::tVariant = Addin1C::BaseNativeAPI::_tVariant]’:
src/Variant.cpp:74:26: error: ‘str’ was not declared in this scope
const wchar_t* strPtr = str.c_str();
The text was updated successfully, but these errors were encountered:
Try compile on Debian 9 and have this error:
++ -c -Iinclude -fPIC -std=c++11 src/Variant.cpp -o src/Variant.o
src/Variant.cpp: In member function ‘void Addin1C::Variant::ConcreteContent::packTo1cVariant(Addin1C::BaseNativeAPI::tVariant*, Addin1C::BaseNativeAPI::IMemoryManager*) const [with T = std::__cxx11::basic_string<wchar_t>; Addin1C::BaseNativeAPI::tVariant = Addin1C::BaseNativeAPI::_tVariant]’:
src/Variant.cpp:74:26: error: ‘str’ was not declared in this scope
const wchar_t* strPtr = str.c_str();
The text was updated successfully, but these errors were encountered: