
Voila je suis habitué à DEV-c++ mais j´aurais aimé essayer Visual c++ 2005 le problème est que lorsque je tape un code tout simple du type
- include < stdio.h>
- include < stdlib.h>
main()
{
printf("salut");
system("pause");
return 0;
}
J´obtient le message d´erreur suivant :
------ Build started: Project: ttrtrt, Configuration: Debug Win32 ------
There is no build command line to execute.
Performing Makefile project actions
Project : error PRJ0046 : Could not spawn command line because the one specified was empty.
Build log was saved at " file://c:\Documents and Settings\Matthieu\Mes documents\Visual
Studio\Projects\ttrtrt\ttrtrt\Debug\BuildLog.htm"
ttrtrt - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Pour taper mon code j´ai créé un projet console win32
Merci à ceux qui répondront à ce sujet