C++, DLL, Pb sur la MessageBox
Fermé
Argile92
Messages postés
10
Date d'inscription
vendredi 10 août 2007
Statut
Membre
Dernière intervention
26 novembre 2007
-
28 août 2007 à 10:54
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 - 28 août 2007 à 14:56
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 - 28 août 2007 à 14:56
A voir également:
- C++, DLL, Pb sur la MessageBox
- Msvcr71.dll ✓ - Forum Logiciels
- X3daudio1_7.dll ✓ - Forum Jeux PC
- Msvcr110.dll est introuvable ✓ - Forum Windows 10
- Xinput1_3.dll - Forum Jeux PC
- The language dll vb6fr.dll could not be found - Forum Windows
1 réponse
kilian
Messages postés
8731
Date d'inscription
vendredi 19 septembre 2003
Statut
Modérateur
Dernière intervention
20 août 2016
1 527
28 août 2007 à 14:56
28 août 2007 à 14:56
Ben en gros il faut que tu fasses une concatenation de chaine sur un type std::string puis
récupérer la chaine brute avec la méthode data()
récupérer la chaine brute avec la méthode data()
std::string msg = "Erreur d'ouverture des fichiers "; msg += nom_fichier[i]; MessageBox(NULL, msg.data(), NULL, MB_OK);