C++ youdely

jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010 - 13 avril 2010 à 19:58
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010 - 15 avril 2010 à 12:25
Bonjour j'ai crée enfin changé un peu le projet youdely de http://www.cppfrance.com/codes/TELECHARGEUR-VIDEO-SUR-YOUTUBE-DAILYMOTION_43308.aspx
Mais quand je géner la solution sous visual c++ express edition 2008

Il m'affiche en bas :

------ Début de la génération : Projet : yOUdEly, Configuration : Debug Win32 ------
Compilation en cours...
YouDaily.cpp
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(7) : error C2039: 'Net' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(7) : error C2871: 'Net' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(9) : error C2039: 'RegularExpressions' : n'est pas membre de 'System::Text'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(9) : error C2871: 'RegularExpressions' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(14) : error C3083: 'Net' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(14) : error C2039: 'HttpWebResponse' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(14) : error C2065: 'HttpWebResponse' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(14) : error C2065: 'objHttpWResponse' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(20) : error C2065: 'HttpWebRequest' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(20) : error C2065: 'objHttpWRequest' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(20) : error C2061: erreur de syntaxe : identificateur 'HttpWebRequest'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(20) : error C3083: 'Net' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(20) : error C3083: 'WebRequest' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(20) : error C2039: 'Create' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(21) : error C2065: 'objHttpWResponse' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(21) : error C2061: erreur de syntaxe : identificateur 'HttpWebResponse'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(22) : error C2065: 'objHttpWResponse' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(22) : error C2227: la partie gauche de '->GetResponseStream' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(31) : error C2065: 'objHttpWResponse' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(31) : error C2065: 'objHttpWResponse' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(31) : error C2227: la partie gauche de '->Close' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(51) : error C2065: 'Regex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(51) : error C2065: 'objRegex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(51) : error C2061: erreur de syntaxe : identificateur 'Regex'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(51) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(51) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(52) : error C2065: 'Match' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(52) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(52) : error C2065: 'objRegex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(52) : error C2227: la partie gauche de '->Match' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(54) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(54) : error C2227: la partie gauche de '->Success' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(56) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(56) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(57) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(57) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(58) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(58) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(76) : error C2065: 'Regex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(76) : error C2065: 'objRegex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(76) : error C2061: erreur de syntaxe : identificateur 'Regex'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(76) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(76) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(77) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(77) : error C2065: 'objRegex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(77) : error C2227: la partie gauche de '->Match' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(79) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(79) : error C2227: la partie gauche de '->Success' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(81) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(81) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(82) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(82) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(93) : error C2065: 'Regex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(93) : error C2065: 'objRegex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(93) : error C2061: erreur de syntaxe : identificateur 'Regex'
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(93) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(93) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(94) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(94) : error C2065: 'objRegex' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(94) : error C2227: la partie gauche de '->Match' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(97) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(97) : error C2227: la partie gauche de '->Success' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(99) : error C2065: 'objMatch' : identificateur non déclaré
f:\mouhammad\programmation\début\youdely\youdely\Fonctions.cpp(99) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(9) : error C2039: 'ComponentModel' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(9) : error C2871: 'ComponentModel' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(11) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(11) : error C2039: 'Forms' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(11) : error C2871: 'Forms' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(12) : error C2039: 'Data' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(12) : error C2871: 'Data' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(13) : error C2039: 'Drawing' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(13) : error C2871: 'Drawing' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(24) : error C2015: trop de caractères dans la constante
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(24) : error C2589: 'constant' : jeton non conforme à droite de '::'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(24) : error C2059: erreur de syntaxe : '::'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(24) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(25) : error C2039: 'Form' : n'est pas membre de '`global namespace''
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(46) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(46) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(46) : error C2039: 'PictureBox' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(46) : error C2143: erreur de syntaxe : absence de ';' avant '^'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(46) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(46) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(48) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(48) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(48) : error C2039: 'Label' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(48) : error C2143: erreur de syntaxe : absence de ';' avant '^'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(48) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(48) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(49) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(49) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(49) : error C2039: 'RichTextBox' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(49) : error C2143: erreur de syntaxe : absence de ';' avant '^'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(49) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(49) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(50) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(50) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(50) : error C2039: 'Button' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(50) : error C2143: erreur de syntaxe : absence de ';' avant '^'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(50) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(50) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(51) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(51) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(51) : error C2039: 'GroupBox' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(51) : error C2143: erreur de syntaxe : absence de ';' avant '^'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(51) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(51) : error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(52) : error C3083: 'Windows' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(52) : error C3083: 'Forms' : le symbole situé à gauche de '::' doit être un type
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(52) : error C2039: 'CheckBox' : n'est pas membre de 'System'
f:\mouhammad\programmation\début\youdely\youdely\Form1.h(52) : fatal error C1003: le nombre d'erreurs est supérieur à 100 ; arrêt de la compilation
Fonctions.cpp
.\Fonctions.cpp(7) : error C2039: 'Net' : n'est pas membre de 'System'
.\Fonctions.cpp(7) : error C2871: 'Net' : un espace de noms avec ce nom n'existe pas
.\Fonctions.cpp(9) : error C2039: 'RegularExpressions' : n'est pas membre de 'System::Text'
.\Fonctions.cpp(9) : error C2871: 'RegularExpressions' : un espace de noms avec ce nom n'existe pas
.\Fonctions.cpp(14) : error C3083: 'Net' : le symbole situé à gauche de '::' doit être un type
.\Fonctions.cpp(14) : error C2039: 'HttpWebResponse' : n'est pas membre de 'System'
.\Fonctions.cpp(14) : error C2065: 'HttpWebResponse' : identificateur non déclaré
.\Fonctions.cpp(14) : error C2065: 'objHttpWResponse' : identificateur non déclaré
.\Fonctions.cpp(20) : error C2065: 'HttpWebRequest' : identificateur non déclaré
.\Fonctions.cpp(20) : error C2065: 'objHttpWRequest' : identificateur non déclaré
.\Fonctions.cpp(20) : error C2061: erreur de syntaxe : identificateur 'HttpWebRequest'
.\Fonctions.cpp(20) : error C3083: 'Net' : le symbole situé à gauche de '::' doit être un type
.\Fonctions.cpp(20) : error C3083: 'WebRequest' : le symbole situé à gauche de '::' doit être un type
.\Fonctions.cpp(20) : error C2039: 'Create' : n'est pas membre de 'System'
.\Fonctions.cpp(21) : error C2065: 'objHttpWResponse' : identificateur non déclaré
.\Fonctions.cpp(21) : error C2061: erreur de syntaxe : identificateur 'HttpWebResponse'
.\Fonctions.cpp(22) : error C2065: 'objHttpWResponse' : identificateur non déclaré
.\Fonctions.cpp(22) : error C2227: la partie gauche de '->GetResponseStream' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(31) : error C2065: 'objHttpWResponse' : identificateur non déclaré
.\Fonctions.cpp(31) : error C2065: 'objHttpWResponse' : identificateur non déclaré
.\Fonctions.cpp(31) : error C2227: la partie gauche de '->Close' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(51) : error C2065: 'Regex' : identificateur non déclaré
.\Fonctions.cpp(51) : error C2065: 'objRegex' : identificateur non déclaré
.\Fonctions.cpp(51) : error C2061: erreur de syntaxe : identificateur 'Regex'
.\Fonctions.cpp(51) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
.\Fonctions.cpp(51) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
.\Fonctions.cpp(52) : error C2065: 'Match' : identificateur non déclaré
.\Fonctions.cpp(52) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(52) : error C2065: 'objRegex' : identificateur non déclaré
.\Fonctions.cpp(52) : error C2227: la partie gauche de '->Match' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(54) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(54) : error C2227: la partie gauche de '->Success' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(56) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(56) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(57) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(57) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(58) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(58) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(76) : error C2065: 'Regex' : identificateur non déclaré
.\Fonctions.cpp(76) : error C2065: 'objRegex' : identificateur non déclaré
.\Fonctions.cpp(76) : error C2061: erreur de syntaxe : identificateur 'Regex'
.\Fonctions.cpp(76) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
.\Fonctions.cpp(76) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
.\Fonctions.cpp(77) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(77) : error C2065: 'objRegex' : identificateur non déclaré
.\Fonctions.cpp(77) : error C2227: la partie gauche de '->Match' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(79) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(79) : error C2227: la partie gauche de '->Success' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(81) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(81) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(82) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(82) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(93) : error C2065: 'Regex' : identificateur non déclaré
.\Fonctions.cpp(93) : error C2065: 'objRegex' : identificateur non déclaré
.\Fonctions.cpp(93) : error C2061: erreur de syntaxe : identificateur 'Regex'
.\Fonctions.cpp(93) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
.\Fonctions.cpp(93) : error C2653: 'RegexOptions' : n'est pas un nom de classe ni d'espace de noms
.\Fonctions.cpp(94) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(94) : error C2065: 'objRegex' : identificateur non déclaré
.\Fonctions.cpp(94) : error C2227: la partie gauche de '->Match' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(97) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(97) : error C2227: la partie gauche de '->Success' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
.\Fonctions.cpp(99) : error C2065: 'objMatch' : identificateur non déclaré
.\Fonctions.cpp(99) : error C2227: la partie gauche de '->Groups' doit pointer vers un type class/struct/union/générique
le type est ''unknown-type''
AssemblyInfo.cpp
.\AssemblyInfo.cpp(40) : error C2015: trop de caractères dans la constante
.\AssemblyInfo.cpp(40) : error C2143: erreur de syntaxe : absence de ']' avant 'constant'
.\AssemblyInfo.cpp(40) : error C2512: 'System::Security::Permissions::SecurityPermissionAttribute::SecurityPermissionAttribute' : aucun constructeur par défaut approprié disponible
Génération de code en cours...
Le journal de génération a été enregistré à l'emplacement "file://f:\Mouhammad\Programmation\début\yOUdEly\yOUdEly\Debug\BuildLog.htm"
yOUdEly - 179 erreur(s), 0 avertissement(s)
======== Génération : 0 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ==========


cela ve dire quoi

merci pour ce qui réponde .

11 réponses

deadhand Messages postés 152 Date d'inscription dimanche 15 octobre 2006 Statut Membre Dernière intervention 27 août 2010 3
14 avril 2010 à 09:07
Il te manque des include ou des librairies
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 13:51
Non j'ai tout les includes mais par contre les librairies je sais pas.

C'est Quoi les librairies.
0
deadhand Messages postés 152 Date d'inscription dimanche 15 octobre 2006 Statut Membre Dernière intervention 27 août 2010 3
14 avril 2010 à 13:53
Et bien apparement il fait mal le lien entre tes classes et leurs fonctions et utilisations, t'es sur d'avoir tout pris et mis dans le même dossier ? Sans modif , ca à déjà marché ?
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 13:54
oui
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 13:56
deadhand est tu un pro en c++ parce que moi je suis un débutant presque expert
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 13:59
Je te montre mon code :

J'ai des 12 Fichiers qui s'appelle

Baniere.png , Form1.h , stdafx.cpp , YouDaily.cpp , app.ico , Fonctions.cpp , Form1.resx ,

ReadMe.txt , app.rc , stdafx.h , ressource.h AssemblyInfo.cpp je fais sa sur Visual C++ Express Edition 2008


AssemblyInfo.cpp :

#include "stdafx.h"

using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;

//
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
//
[assembly:AssemblyTitleAttribute("YouDaily")];
[assembly:AssemblyDescriptionAttribute("")];
[assembly:AssemblyConfigurationAttribute("")];
[assembly:AssemblyCompanyAttribute("XPSP2")];
[assembly:AssemblyProductAttribute("YouDaily")];
[assembly:AssemblyCopyrightAttribute("Copyright (c) XPSP2 2008")];
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];

//
// Les informations de version pour un assembly se composent des quatre valeurs suivantes :
//
// Version principale
// Version secondaire
// Numéro de build
// Révision
//
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de révision et de build par défaut
// en utilisant '*', comme indiqué ci-dessous :

[assembly:AssemblyVersionAttribute("1.0.*")];

[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];

[assembly:SecurityPermission'(SecurityAction::"RequestMinimum", UnmanagedCode = true)'];
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 14:07
[^^langue1][^^lol1][^^langue4][^^langue2][^^lol2][^^lol3][^^mad3][^^mad4][^^malade1][^^nok2][^^noob][^^okay][^^siffle][^^wtf][^^wazzup][^^stop][^^yeah][^^youpi][^^zzz][^^zzz2][^^zzz2][^^sad2][^^sad1][^^lol1][^^confus][^^amour][^^banned][^^confus6][^^crossfinger][^^etc1][^^drapeaublanc][^^happy1][^^grr][^^grr][^^grr][^^happy15][^^happy14][^^happy12][^^happy2][^^happy5][^^happy6][^^happy7][^^happy16][^^happy9][^^huh]
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 14:09
[^^peur][^^pirate][^^sad1][^^sad2][^^langue3][^^choc][^^ange][^^mad2][^^malade2][^^mad5][^^clinoeil3][^^confus2][^^confus3][^^happy10][^^happy8][^^confus5][^^!2][^^!1][^^amour][^^banned][^^clinoeil2][^^doute][^^crossfinger][^^confus6][^^confus][^^drapeaublanc][^^etc1][^^fou][^^happy11][^^happy1][^^grr][^^happy12][^^happy14][^^happy15][^^happy16][^^happy7][^^happy6][^^happy5][^^happy2][^^happy9][^^huh][^^idee][^^langue1][^^lol1][^^langue4][^^langue2][^^love2][^^love3][^^mad1][^^love1][^^lol3][^^lol2][^^mad3][^^mad4][^^malade1][^^nok2][^^siffle][^^okay][^^noob][^^stop][^^wazzup][^^wtf][^^zzz][^^youpi][^^yeah][^^zzz2][^^clinoeil1][^^happy13][^^happy17][^^happy3][^^yeuxenlair]
0
deadhand Messages postés 152 Date d'inscription dimanche 15 octobre 2006 Statut Membre Dernière intervention 27 août 2010 3
14 avril 2010 à 14:10
C'est quasiment certains que ce sont des bibliothèque qu'il te manque ! Je t'avoue que j'ai pas tellement le temps de regarder ca en détail mais vérifie d'où vienne les fonctions qu'il ne connait pas à coup de google et vois si tu les inclus bien !
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
14 avril 2010 à 14:10
Personne ne réponds
0
jaden4122 Messages postés 10 Date d'inscription dimanche 21 mars 2010 Statut Membre Dernière intervention 15 avril 2010
15 avril 2010 à 12:25
excuse - moi tout le monde mais je vous ai pas dit que j'ai 12 ans
0
Rejoignez-nous