targetver and targetdir
Hello every body,
I use the Add-in for .net 2008, version 4.71.0031
I create an example MFC MDI project with the appwizard with default options.
My original language is frensh.
With the Addin I add the english language respecting the "quick tour (Unmanaged C++ and MFC)", 2 subprojects en and fr-FR are created.
When I compile the project I have a lot of errors :
1 : TestMultiLangue_fr-FR : error PRJ0007 : Impossible de créer le répertoire de sortie 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\I:\Dev\TestMultiLangue\Debug\fr-FR'.
I remark that in the fr-FR project properties the TargetDir and targetPath link to the VS9 directory.
2 : i:\dev\testmultilangue\testmultilangue\mainfrm.cpp(71) : error C2653: 'LMultiLang' : n'est pas un nom de classe ni d'espace de noms
I have a lot of errors like this.
3 : i:\dev\testmultilangue\testmultilangue\mainfrm.cpp(71) : error C3861: 'ml_string' : identificateur introuvable
I have a lot of errors like this.
4 : i:\dev\testmultilangue\testmultilangue\propertieswnd.cpp(215) : error C2440: 'initialisation' : impossible de convertir de 'const CString' en 'TCHAR []'
5 : Other problem : The file targetver.h is not copied in the "en or fr-FR" directory.
Where is my error ?
think for replay