当前位置:百问十四>百科知识>调用ShellExecute,说我未申明头文件。。。。

调用ShellExecute,说我未申明头文件。。。。

2024-05-05 15:46:21 编辑:join 浏览量:582

调用ShellExecute,说我未申明头文件。。。。

#include

#include

#include

#include

#include // 声明快照函数的头文件

using namespace std;

//#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )

int main(int argc, char* argv[])

{

char join[]="\"";

char begin;

::GetCurrentDirectory(100,begin);

char end[]="\\Maxthon.exe";

strcat(begin,end);

strcat(begin,join);

strcat(join,begin);

::ShellExecute(NULL,"open",join, NULL,NULL,SW_SHOW );

printf("%s

return 0;

}

右键点工程名,选设置,然后选c/c++属性页,再选catagory选单中选 precompiled header ,将选项置成no use 或者autometic

标签:ShellExecute,头文件,申明

版权声明:文章由 百问十四 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.baiwen14.com/article/66925.html
热门文章