小问题,有关createprocess().在线等!(30分)

  • 主题发起人 主题发起人 aggie
  • 开始时间 开始时间
A

aggie

Unregistered / Unconfirmed
GUEST, unregistred user!
我想调用一个 16位的编译程序:masm.exe<br>如果直接调用执行结果不对。<br>应该如何调用?
 
以前的富翁资料里有一些<br>你可以去找找<br>[:)]
 
to aggie:<br>使用 UINT WinExec(<br> &nbsp; &nbsp;LPCSTR lpCmdLine, // address of command line <br> &nbsp; &nbsp;UINT uCmdShow // window style for new application <br> &nbsp; );
 
如果用createprocess(),应怎么用?<br>换句话说,我是要隐藏窗口的,不仅要调出cmd.exe还要在里面执行masm.exe和注入代码<br>直接编译。这该如何实现?<br>谢谢谢谢。。。。。
 
我换了个方法已经搞定了。
 
多人接受答案了。
 
我的毕设终于要结束了。呵呵~~~
 
后退
顶部