Salut à tous,

Je débute dans le monde de la programmation, veuillez excuser mes questions de NewBie.
Voilà, je souhaite créer un environnement de travail sur mon PC portable pour manipuler des images médicales au format DICOM.

Ma config :
Core 2 duo, 7300 à 2.8 Ghz
Nvidia 9600 GM
3 Go de RAM
windows vista x64 ultimate

Mes prog :
Visual studio 2008
Cmake 2.6 (patch 4)
Paraview
WinCvs
Démineur

Je souhaite donc travailler avec les bibliothèques C++ ITK et VTK
J'ai lu pas mal de tutos mais mon install plante tout le temps au même moment.
Je vous détaille donc ma procédure :
- Extraction de InsightToolKit 3.12.zip dans le dossier c:\ITK\SRC
- Création du dossier c:\ITK\BIN
- Exécution de "Cmake (cmake-gui)"
- Dans source et binaries, je mets les chemins précédents
- Je clique sur configure
- je choisi Visual STudio 9 2008 Win64
- option "use default native compiler"
Et BAM "error occured" :

Check for working C compiler: cl

Check for working C compiler: cl -- broken

CMake Error at C:/Program Files (x86)/CMake 2.6/share/cmake-2.6/Modules/CMakeTestCCompiler.cmake:32 (MESSAGE):

The C compiler "cl" is not able to compile a simple test program.

It fails with the following output:

Change Dir: C:/ITK/bin/CMakeFiles/CMakeTmp

Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com

CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec

Microsoft (R) Visual Studio Version 9.0.21022.8.

Copyright (C) Microsoft Corp. All rights reserved.

1>------ Build started: Project: cmTryCompileExec, Configuration: Debug x64

------

1>Compiling...

1>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64

1>Copyright (C) Microsoft Corporation. All rights reserved.

1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\""

/D "_MBCS" /FD /RTCs /MDd /Fo"cmTryCompileExec.dir\Debug\\"

/Fd"C:/ITK/bin/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb" /W3 /c /Zi

/TC /Zm1000

1> .\testCCompiler.c

1>testCCompiler.c

1>Compiling manifest to resources...

1>Project : error PRJ0003 : Error spawning 'rc.exe'.

1>Build log was saved at

"file://c:\ITK\bin\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm"

1>cmTryCompileExec - 1 error(s), 0 warning(s)

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped

==========

CMake will not be able to correctly generate this project.

Call Stack (most recent call first):

CMakeLists.txt:8 (PROJECT)

Configuring incomplete, errors occurred!
Je débute alors je suppose que c'est une erreur toute bête...

Si vous avez une solution, merci bien !!