Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute Compile problem
Message
De
24/04/2006 14:39:07
 
Information générale
Forum:
Visual C++
Catégorie:
Autre
Divers
Thread ID:
01116090
Message ID:
01116096
Vues:
17
Hello,

#import is for importing COM type libraries,
but ShellExecute is a normal C style function.

You have to
#include "shellapi.h"

and in:
Project settings->Linker->Input->Additional Dependencies
add "shellapi.lib"

Regards
Christian
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform