Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute Compile problem
Message
From
24/04/2006 14:39:07
 
General information
Forum:
Visual C++
Category:
Other
Miscellaneous
Thread ID:
01116090
Message ID:
01116096
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform