bonjour,
je demande vos aides parce que j'ai lu trop sur les forum et les tutoriels et j'ai pas trouvé une solution à mon problème,
en fait, j'ai créé une interface pour mon programme et je voulais maintenant créé l'exécutable donc j'ai installé Visual Studio 2008 et Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1. j'ai utilisé deploytool pour créer l'exécutable mais lorsque j'ai lancer build j'ai eu ce problème:

Could not find the compiler "cl" on the DOS path. 
  Use mbuild -setup to configure your environment properly. 
 
 
  C:\PROGRA~1\MATLAB\R2009A\BIN\MEX.PL: Error: Unable to locate compiler. 
 
Error: An error occurred while shelling out to mbuild (error code = 2). 
Unable to build executable. 
??? Error using ==> mcc
Error executing mcc, return status = 1 (0x1).
There were errors during compilation process.

quand j'ai exécuté mbuild -setup j'ai eu ceci:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
***************************************************************************** 
  Error: Could not find the Microsoft Windows Software Development Kit (SDK).  
         This may indicate that the Microsoft Windows SDK or the  
         "X64 Compilers and Tools" is not installed.  To build 64-bit binaries,  
         Microsoft Visual C++ 2008 Express Edition requires that these two  
         packages be properly installed.  
***************************************************************************** 
 
Trying to update options file: C:\Users\Samira\AppData\Roaming\MathWorks\MATLAB\R2009a\compopts.bat 
From template:              C:\PROGRA~1\MATLAB\R2009a\bin\win64\mbuildopts\msvc90freecompp.bat 
 
Done . . .

s'il vous plait j'ai besoins de vos aides.
merci d'avance.