-
进程创建
说明: 1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验);
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
- 2005-11-04 12:45:13下载
- 积分:1
-
VC.NETMFC
VC.NET创建一个最简单的MFC程序,此为源码文件,真的是挺简单的MFC程序,想学习VC.NET环境的MFC编程,就要从最简单的MFC程序源码开始,难道不是么?
(VC.NET create a simple MFC program, this is the source file, is really quite simple MFC program, want to learn VC.NET MFC programming environment, it is necessary from the most simple MFC program source code starts, does not it?)
- 2013-07-08 15:05:35下载
- 积分:1
-
65931024
The chart routine vb calls vc dll()
- 2017-12-16 19:50:24下载
- 积分:1
-
pyqt5_python_Gui入门教程
python pytq5 界面编程,网上不好找的资料,qt5(Python pytq5 interface programming)
- 2017-06-21 10:16:14下载
- 积分:1
-
WPF简单动画
WPF简单动画效果 仅供学习使用 界面使用了很多属性触发器(WPF Simple Animation Effects for Learning Only)
- 2020-06-18 13:40:02下载
- 积分:1
-
09_ListCtrlDemo
VC++ 6.0,MFC,List控件,演示列表控件的使用方法。(VC++ 6.0, MFC, List controls, demonstrates the use of the list control.)
- 2013-06-05 22:24:03下载
- 积分:1
-
5687557
UILabel中美化字体的例子,精选ios编程学习源码,很好的参考资料。(Beautify the font UILabel example, selection of learning IOS programming source code, a good reference.)
- 2013-12-13 18:34:09下载
- 积分:1
-
编辑MFC界面
编辑MFC界面,打开txt数据文件,读取文件,显示文件里数据的行数。(Edit MFC interface, open the txt data files, read the file, display the number of rows in the data file.)
- 2013-12-25 10:36:51下载
- 积分:1
-
Panel
这是vc用对话框做面板的源码,可以将各个对话框嵌套在一个主对话框中(This is vc dialog box to do with the source panel, the various dialog boxes can be nested in a main dialog)
- 2009-03-10 17:28:00下载
- 积分:1
-
qwt_text
利用QWT在QT环境中进行数据波形的显示,其中数据采集利用PXI2208采集卡,共进行8路信号的显示(Using QWT in the QT environment for data waveform display, which data acquisition using PXI2208 acquisition card, a total of 8-way signal display)
- 2017-05-08 11:18:50下载
- 积分:1