-
进程创建
说明: 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
-
treelog
说明: 很实用的小控件,可将所需要的信息在调试过程中显示在编辑框中,将这个类加到自己的程序中并于编辑框关联即可使用(Very useful widget can be the required information in the debugging process is displayed in the edit box will be added to this category in its own procedures and associated edit box you can use)
- 2008-11-19 17:34:39下载
- 积分:1
-
WTL4MFC5_demo
Windows 编程,WTL源代码,这里有一些简单的从网上Down的代码。(Windows programming, WTL source code, here are some simple code from the Internet Down.)
- 2009-01-20 11:33:54下载
- 积分:1
-
TreeCtrl
树形控件,可以插入头像,利用该控件可以实现类似QQ好友列表的功能(Tree class, it can show img at every item,you can use it to make friends list box like QQ)
- 2013-12-09 11:26:32下载
- 积分:1
-
RC522_RST
RC522_RST.rar R C522_RST.rar(RC522_RST.rar R C522_RST. rar)
- 2006-07-08 15:26:24下载
- 积分:1
-
ImageViewCtrl
一个picture控件类,可以对图片作简单处理,如:放大、缩小、滚动浏览等。(A picture control class, you can make a simple image processing, such as: zoom, scroll and so on.)
- 2013-08-20 17:18:04下载
- 积分:1
-
VVCMFCTreeLisC
VC MFC 实现的TreeLList控件,左边为树,右边为列表
(VC MFC achieve the TreeLList of controls on the left of the tree, the right to list)
- 2012-08-11 23:04:18下载
- 积分:1
-
TabStrip
VB中的窗体选项卡(Tab),有需要的就下载吧。(In VB Forms tab (Tab), there is a need to download it.)
- 2013-08-27 15:33:38下载
- 积分:1
-
MyNotepad
说明: 自己用MFC的view视图,不使用任何控件,编写的一个记事本程序(Own use MFC-view view, do not use any controls, written in a notebook of this procedure)
- 2009-08-25 11:25:27下载
- 积分:1
-
Demo
vc如何实现快捷菜单的源码,有兴趣的朋友可以看下(vc how to source the shortcut menu, interested friends may have a look)
- 2011-06-10 15:16:17下载
- 积分:1