Demos-about-COM-pragramming

所属分类:ActiveX/DCOM/ATL
开发工具:Visual C++
文件大小:1041KB
下载次数:4
上传日期:2015-06-07 13:11:33
上 传 者haiwentom
说明:  com精彩实例编程的源码,学习用。如果想看看com的编程,你可以下载来看看,好东西!
(sourcecode of wonderful demos about COM pragramming ,use to learn! if you want to learn the com pragramming then you can download it to see ,it s a good one.)

文件列表:
Demos about COM pragramming\C1\GUIDS.H (375, 1999-11-30)
Demos about COM pragramming\C1\IServer\IWzd.def (244, 1999-11-30)
Demos about COM pragramming\C1\IServer\IWzd.dsp (2411, 1999-11-30)
Demos about COM pragramming\C1\IServer\IWzd.dsw (533, 1999-11-30)
Demos about COM pragramming\C1\IServer\IWzd.idl (404, 1999-11-30)
Demos about COM pragramming\C1\IServer\IWzd.mak (574, 1999-11-30)
Demos about COM pragramming\C1\RES\Tester.ico (1078, 1999-11-14)
Demos about COM pragramming\C1\RES\Tester.rc2 (398, 1999-11-14)
Demos about COM pragramming\C1\RESOURCE.H (684, 1999-11-14)
Demos about COM pragramming\C1\Server\RES\Server.rc2 (398, 1999-11-30)
Demos about COM pragramming\C1\Server\Resource.h (378, 1999-11-30)
Demos about COM pragramming\C1\Server\Server.cpp (2713, 1999-11-30)
Demos about COM pragramming\C1\Server\Server.def (266, 1999-11-30)
Demos about COM pragramming\C1\Server\Server.dsp (4338, 1999-11-30)
Demos about COM pragramming\C1\Server\Server.h (1294, 1999-11-30)
Demos about COM pragramming\C1\Server\Server.odl (1020, 1999-11-30)
Demos about COM pragramming\C1\Server\Server.rc (3123, 1999-11-30)
Demos about COM pragramming\C1\Server\StdAfx.cpp (208, 1999-11-30)
Demos about COM pragramming\C1\Server\StdAfx.h (1447, 1999-11-30)
Demos about COM pragramming\C1\Server\WzdSrv.cpp (3212, 1999-11-30)
Demos about COM pragramming\C1\Server\WzdSrv.h (1676, 1999-11-30)
Demos about COM pragramming\C1\StdAfx.cpp (208, 1999-11-14)
Demos about COM pragramming\C1\StdAfx.h (1054, 1999-11-14)
Demos about COM pragramming\C1\TestDlg.cpp (7458, 2000-02-21)
Demos about COM pragramming\C1\TestDlg.h (1353, 2000-02-21)
Demos about COM pragramming\C1\Tester.cpp (2110, 2000-02-21)
Demos about COM pragramming\C1\Tester.dsp (4246, 2000-02-21)
Demos about COM pragramming\C1\Tester.dsw (1098, 1999-11-30)
Demos about COM pragramming\C1\Tester.h (1324, 1999-11-14)
Demos about COM pragramming\C1\Tester.rc (5485, 1999-12-13)
Demos about COM pragramming\C10\GUIDS.H (375, 1999-11-30)
Demos about COM pragramming\C10\IServer\IWzd.def (244, 1999-11-30)
Demos about COM pragramming\C10\IServer\IWzd.dsp (2411, 1999-11-30)
Demos about COM pragramming\C10\IServer\IWzd.dsw (533, 1999-11-30)
Demos about COM pragramming\C10\IServer\IWzd.idl (404, 1999-11-30)
Demos about COM pragramming\C10\IServer\IWzd.mak (574, 1999-11-30)
Demos about COM pragramming\C10\RES\Tester.ico (1078, 1999-11-14)
Demos about COM pragramming\C10\RES\Tester.rc2 (398, 1999-11-14)
Demos about COM pragramming\C10\RESOURCE.H (684, 1999-11-14)
... ...

SampleWizard(tm) Instructions ----------------------------- This CD contains all of the examples described in the book. Each example is contained in a Visual C++ v5.0 project subdirectory with a name that matches the example in the book. Each project subdirectory also contains a \Wizard subdirectory that contains just the source necessary to add that example to your application. The SampleWizard(tm) utility uses these \Wizard subdirectories to automatically add the source from an example directly to your application. The project for the SampleWizard utility is included on the CD. Using the SampleWizard(tm) -------------------------- Step One: Pick a Section ---------------------------- Pick the section of the book containing the type of example you're looking for. Step Two: Pick a Chapter ---------------------------- Pick the chapter in the book containing the type of example you're looking for. Step Three: Example ---------------------------- Pick the example you want. Step 4: Setup --------------- Determine how the example source will be inserted into your application: <1> Enter the root directory that contains the examples from the book. This can be the root directory of the CD drive itself, or if you copied the examples to your disk, the directory which contains the examples on your disk. This entry will initially default to the location of the SampleWizard.exe file. Any changes you make to this entry will be saved in the system registry for the next time. <2> Enter the directory to copy example files, if any. This entry will be initialized to your current working directory. <3> Enter a name to use to substitute for the "Wzd" marker found in all example source files. It's recommended you use a two to five character mneumonic. Page 5 -- View Example and Insert --------------------------------- The SampleWizard will display the Readme.wzd file found in the example directory. You can: <1> Simply read the file. <2> Copy and paste sections of the displayed file into your source. <3> Pick "Copy notes to clipboard." then press "Finish" to have the entire displayed file copied to the clipboard. <4> Pick "Copy any example files to target directory." then press "Finish" to cause any example files to be copied into your application's subdirectory. Adding Your Own Examples ------------------------ If you would like to add your own example to the SampleWizard's collection: <1> Copy the book examples from the CD to a disk directory including the SW.exe and SampWzd.ini files. <2> Create a new subdirectory in this directory using a Uxx name where xx is a sequential number. <3> Add this Uxx name to the SampWzd.ini file in the "Chapter" you want it to appear. Append it with a description of the sample. Make sur there is at least one space between the Uxx name and the description. <4> Add a \Wizard subdirectory to this new example subdirectory. <5> Add a Readme.wzd file to the \Wizard directory describing the example and using "Wzd" in any source snippets. (The "Wzd" can then be substituted later by the SampleWizard.) Look at the other Readme.wzd files for an idea. <6> Copy any example files to the \Wizard directory. Filenames and class names should again use the "Wzd" marker. <7> Create a wzd.dir file in the \Wizard directory containing a list of the example source files. If there won't be any example source files, don't create a wzd.dir file.

近期下载者

相关文件


收藏者