ReadMe.txt , app.rc , stdafx.h , ressource.h AssemblyInfo.cpp je fais sa sur Visual C++ Express Edition 2008
Quand Je compille le fichier 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 :
------ Début de la génération : Projet : yOUdEly, Configuration : Debug Win32 ------
Compilation en cours...
AssemblyInfo.cpp
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(3) : error C2059: erreur de syntaxe : 'chaîne'
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(4) : error C2653: 'System' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(5) : error C2653: 'System' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(5) : error C2871: 'CompilerServices' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(6) : error C2653: 'System' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(6) : error C2871: 'InteropServices' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(7) : error C2653: 'System' : n'est pas un nom de classe ni d'espace de noms
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(7) : error C2871: 'Permissions' : un espace de noms avec ce nom n'existe pas
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(14) : error C2337: 'AssemblyTitleAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(15) : error C2337: 'AssemblyDescriptionAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(16) : error C2337: 'AssemblyConfigurationAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(17) : error C2337: 'AssemblyCompanyAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(18) : error C2337: 'AssemblyProductAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(19) : error C2337: 'AssemblyCopyrightAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(20) : error C2337: 'AssemblyTrademarkAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(21) : error C2337: 'AssemblyCultureAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(34) : error C2337: 'AssemblyVersionAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(36) : error C2337: 'ComVisible' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(38) : error C2337: 'CLSCompliantAttribute' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(40) : error C2015: trop de caractères dans la constante
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(40) : error C2337: 'SecurityPermission' : attribut introuvable
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(40) : error C2143: erreur de syntaxe : absence de ']' avant 'constant'
f:\mouhammad\programmation\début\youdely\youdely\assemblyinfo.cpp(40) : error C2059: erreur de syntaxe : 'constant'
Le journal de génération a été enregistré à l'emplacement "file://f:\Mouhammad\Programmation\début\yOUdEly\yOUdEly\Debug\BuildLog.htm"
yOUdEly - 23 erreur(s), 0 avertissement(s)
========== Génération : 0 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ==========