V20 BRXSDK App. compiled with BRXSDK_linux_Bcad_V22.1.05
V20 BRXSDK to BRXSDK_linux_Bcad_V22.1.05
in file gui/MyRibbonContent.cpp
//pItem->setImagePath(imagePath, isExternalImg);
pItem→setImagePath(imagePath);
//pButton->setImagePath(L"rectang", false);
pButton→setImagePath(L"rectang");
After this change, everything compiled just fine.
Thanks for supporting Linux
in file gui/MyRibbonContent.cpp
//pItem->setImagePath(imagePath, isExternalImg);
pItem→setImagePath(imagePath);
//pButton->setImagePath(L"rectang", false);
pButton→setImagePath(L"rectang");
After this change, everything compiled just fine.
Thanks for supporting Linux
0