bonjour,
je souhaiterais utiliser la biblioth�que de tests unitaire CppUnit avec codeblocks sous Win7,
j'ai chang� le compilateur par d�faut en mettant Visual 2005/2008 (j'ai cru comprendre que c'est ce qu'il faut faire), mais j'ai toujours une erreur(ou plutot des warning) quand je veux compiler les projets issus du fichier CppUnitLibraries.dsw j'ai �a

Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13
"DSPlugIn - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"DllPlugInTester - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"TestPlugInRunner - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"TestRunner - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"cppunit - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"cppunit_dll - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"DSPlugIn - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"DllPlugInTester - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"TestPlugInRunner - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"TestRunner - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"cppunit - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
"cppunit_dll - Win32 Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.

est ce que je dois m'orienter sur un autre EDI (visual) ou bien il est possible de le faire sous CB merci beaucoup d'avance