VC++调用其它语言编写的程序
摘要:
调用其它程序 何志丹WinExec原型:UINT WinExec( LPCSTR lpCmdLine, // address of command line UINT uCmdShow // window style for new application);用于十六位操作系统及兼容系统.例如:WinExec("notepad.exe f:\\调用程序.txt",SW_SHOW);WinExec... 阅读全文
posted @ 2005-05-29 14:11 饽饽 阅读(544) 评论(0) 推荐(0) 编辑