当前位置:去回答>生活百科>调用ShellExecute,说我未申明头文件。。。。

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

2024-11-03 12:43:10 编辑:join 浏览量:553

调用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.quhuida.com/life/329203.html
热门文章