由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - 怎样在一个service里面用popen
相关主题
[转载] CHM2PDF?Re: urgent!
请教有关header file的几个问题Re: 请问镜像文件太大, 怎么刻盘? 谢谢
vc 2008 compile error: header fileRe: 在windows下如何安装latex?
error of compiling C# in visual studion 2013 win 7 (转载)VisualC++的compiler是不是也不是free的?
DOS 命令求教WINDOWS下编译FORTRAN
Re: CHM 文件与什么程序关联?老机器的问题
Re: How can I compile Fortran Program in Windows?Help, install C++ compiler (转载)
Re: 如何阅读CHM格式文件?(Compiled HTML help file)how to open 32 bit excel file on 64 bit system?
相关话题的讨论汇总
话题: popen话题: pipe话题: compile话题: service话题: 里面
进入Windows版参与讨论
1 (共1页)
m****r
发帖数: 6639
1
我的code大概是这样:
FILE *pipe = _popen(cmd.toChars(), "r");
while (!feof(pipe)) {
fgets(s, l, pipe);
// do stuff
}
当我用gcc compile,然后run,fine。
在整个program里面,用vc6。0 compile,当service run,就不行了。
这个应该怎么做?
谢谢
1 (共1页)
进入Windows版参与讨论
相关主题
how to open 32 bit excel file on 64 bit system?DOS 命令求教
Re: how to expand .img files? urgent.Re: CHM 文件与什么程序关联?
solution for change file time!!!Re: How can I compile Fortran Program in Windows?
Re: Outlook files?Re: 如何阅读CHM格式文件?(Compiled HTML help file)
[转载] CHM2PDF?Re: urgent!
请教有关header file的几个问题Re: 请问镜像文件太大, 怎么刻盘? 谢谢
vc 2008 compile error: header fileRe: 在windows下如何安装latex?
error of compiling C# in visual studion 2013 win 7 (转载)VisualC++的compiler是不是也不是free的?
相关话题的讨论汇总
话题: popen话题: pipe话题: compile话题: service话题: 里面