Bonjour tout le monde,
Je codais une petite app paisiblement et puis soudain VS a encore une fois décider de montrer à quel point il était insupportable. Attention ouvrez grand les yeux et préparez-vous à voir quelque chose de stupide:
LoadingObject::LoadingObject() : sf::Drawable()
{
//Bla bla bla des trucs
}
Rien de suspect à première vue? Oui mais super Visual Studio me sort
IntelliSense : objet de type classe abstraite "LoadingObject" non autorisé :
fonction "sf::Drawable::draw" virtuel pure n'a pas de remplaçant
Et voici MA vue sur Visual Studio :
LoadingObject::LoadingObject() : sf::
Drawable()
Oui! Visual Studio confond bien sf::Draw et sf::Drawable!
Quelqu'un saurait-il comment contourner le problème?
Merci