Numéro d’ID de bogue |
BUG-000111366 |
Envoi | February 2, 2018 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Runtime SDK |
Version trouvée | 100.2.0 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 7.0 64 Bit |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
The project might have some obsolete code that needs to be removed, which will make it to work. Here's the code:
if (QT_VERSION_MAJOR == 5 && QT_VERSION_MINOR > 6)
{
// Workaround for Qt versions greater than 5.6
// Force to OpenGL ES 3
QSurfaceFormat fmt = QSurfaceFormat::defaultFormat();
fmt.setVersion(3, 0);
QSurfaceFormat::setDefaultFormat(fmt);
}
Also, any other project that has this code for windows should be removed.
Étapes pour reproduire
ID de bogue: BUG-000111366
Logiciel: