J'aimerai pouvoir lancé un éxecutable en c En cherchant sur le forum j'ai trouver ça:
#include "ShellApi.h"
ShellExecute(this->Handle,"open","blabla.exe",0,0,SW_NORMAL);
tout heureux que j'étais je fais un petit programme mais quand je le compile il me fait plein d'erreur sur le shellapi.h
Pour le plaisir je vous offre un extrait :
d:\c\DevStudio\VC\INCLUDE\ShellApi.h(33) : error C2065: 'HDROP' : undeclared identifier
d:\c\DevStudio\VC\INCLUDE\ShellApi.h(33) : error C2501: 'DECLARE_HANDLE' : missing decl-specifiers
d:\c\DevStudio\VC\INCLUDE\ShellApi.h(35) : error C2501: 'DECLSPEC_IMPORT' : missing decl-specifiers
d:\c\DevStudio\VC\INCLUDE\ShellApi.h(35) : error C2239: unexpected token 'identifier' following declaration of 'DECLSPEC_IMPORT'
d:\c\DevStudio\VC\INCLUDE\ShellApi.h(35) : error C2061: syntax error : identifier 'UINT'
Voila si kkun pouvait m'expliquer je serai de nouveau heureux
Merci