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
我在CMakeLists.txt里面更改了C++版本,-std=c++14。在MacTest目录下执行make all目标,报这个错误:
In file included from /Users/iflytek/Linux/iGac/Release/Import/GacUI.cpp:5:
/Users/iflytek/Linux/iGac/MacTest/../Release/Import/GacUI.h:15094:33: error: no
member named 'GetDecoratedDataVisualizer' in
'vl::presentation::controls::list::IDataVisualizer'
...visualizer = visualizer->GetDecoratedDataVisualizer();
The text was updated successfully, but these errors were encountered:
我在CMakeLists.txt里面更改了C++版本,-std=c++14。在MacTest目录下执行make all目标,报这个错误:
In file included from /Users/iflytek/Linux/iGac/Release/Import/GacUI.cpp:5:
/Users/iflytek/Linux/iGac/MacTest/../Release/Import/GacUI.h:15094:33: error: no
member named 'GetDecoratedDataVisualizer' in
'vl::presentation::controls::list::IDataVisualizer'
...visualizer = visualizer->GetDecoratedDataVisualizer();
The text was updated successfully, but these errors were encountered: