VCPrjToHtml

所属分类:Windows编程
开发工具:Visual C++
文件大小:391KB
下载次数:9
上传日期:2010-04-16 11:55:42
上 传 者xiaoxiangyu
说明:  大部分VC编程的朋友都遇到过这种情况:写过的一大堆工程代码在硬盘里放着,有时候想找某个工程的源代码查看都找不到,同时一些不舍得删又没多大用的工程放在哪儿也占地方,像我就下载了很多教程的配套源代码,大小差不多有两三个多G,放在那儿实在是占地方。而且查看时得一个文件夹一个文件夹的找,太麻烦。所以没事就借用了Mike Benzinger写的的CppToHTML转换代码,写了一个将VC工程目录下的.cpp、.c、.h文件转换成html网页文件,同时将工程所需的所有项目文件、源文件、资源文件打包成rar的小工具。通过这个工具转换之后,再用QuickCHM、EasyCHM或者琐碎打包工具等等将这些转换好的html文件或者rar文件编译成chm帮助文件,即节省了大量空间(两个多G的源代码转换打包之后只有两三百来兆,经过编译成chm之后会更小),也方便查看。
(Most VC programming friends encountered this situation: a lot of works written in the code stood in the hard disk, sometimes looking for a project s source code view can not be found, while some are not willing to delete it no good place where the works are of a place, as I downloaded a lot of tutorials on the supporting source code, the size of almost more than 23 G, on the place where it is accounted for. And the view was a folder when a folder to find, too much trouble. So, nothing to write borrowed Mike Benzinger of CppToHTML conversion code, write a will VC project directory. Cpp,. C,. H file into a html page document, while all the items required for project files, source files , the resource file packaged rar gadget. With this tool, after conversion, and then QuickCHM, EasyCHM or trivial packaging tools, etc. to these good html file or convert rar files compiled chm help file, which saves a lot of space (more than 2 G, only after the source code conversion package two or three h)

文件列表:
VCPrjToHtml\CppToHtml.h (18675, 2010-03-22)
VCPrjToHtml\FileFindExt.cpp (4547, 2009-04-04)
VCPrjToHtml\FileFindExt.h (1912, 2009-04-04)
VCPrjToHtml\res\7z.dll (726016, 2010-04-07)
VCPrjToHtml\res\7z.exe (150016, 2010-04-05)
VCPrjToHtml\res\Main.ico (97518, 2010-04-05)
VCPrjToHtml\res\VCPrjToHtml.rc2 (367, 2010-03-20)
VCPrjToHtml\resource.h (1093, 2010-04-07)
VCPrjToHtml\stdafx.cpp (142, 2010-03-20)
VCPrjToHtml\stdafx.h (2489, 2010-03-20)
VCPrjToHtml\VCPrjToHtml.cpp (1714, 2010-03-20)
VCPrjToHtml\VCPrjToHtml.h (471, 2010-03-20)
VCPrjToHtml\VCPrjToHtml.rc (5653, 2010-04-07)
VCPrjToHtml\VCPrjToHtml.vcproj (5817, 2010-04-14)
VCPrjToHtml\VCPrjToHtmlDlg.cpp (18695, 2010-04-14)
VCPrjToHtml\VCPrjToHtmlDlg.h (1466, 2010-04-14)
VCPrjToHtml\res (0, 2010-04-07)
VCPrjToHtml (0, 2010-04-15)

================================================================================ MICROSOFT 基础类库: VCPrjToHtml 项目概述 =============================================================================== 应用程序向导已为您创建了这个 VCPrjToHtml 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 本文件概要介绍组成 VCPrjToHtml 应用程序的每个文件的内容。 VCPrjToHtml.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 VCPrjToHtml.h 这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CVCPrjToHtmlApp 应用程序类。 VCPrjToHtml.cpp 这是包含应用程序类 CVCPrjToHtmlApp 的主要应用程序源文件。 VCPrjToHtml.rc 这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。 res\VCPrjToHtml.ico 这是用作应用程序图标的图标文件。此图标包括在主要资源文件 VCPrjToHtml.rc 中。 res\VCPrjToHtml.rc2 此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导创建一个对话框类: VCPrjToHtmlDlg.h,VCPrjToHtmlDlg.cpp - 对话框 这些文件包含 CVCPrjToHtmlDlg 类。该类定义应用程序主对话框的行为。该对话框的模板位于 VCPrjToHtml.rc 中,该文件可以在 Microsoft Visual C++ 中进行编辑。 ///////////////////////////////////////////////////////////////////////////// 其他功能: ActiveX 控件 应用程序包括对使用 ActiveX 控件的支持。 打印及打印预览支持 应用程序向导已通过从 MFC 库调用 CView 类中的成员函数,生成了用于处理打印、打印设置和打印预览命令的代码。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h,StdAfx.cpp 这些文件用于生成名为 VCPrjToHtml.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 Resource.h 这是标准头文件,它定义新的资源 ID。 Microsoft Visual C++ 读取并更新此文件。 VCPrjToHtml.manifest 应用程序清单文件供 Windows XP 用来描述应用程序 对特定版本并行程序集的依赖性。加载程序使用此 信息从程序集缓存加载适当的程序集或 从应用程序加载私有信息。应用程序清单可能为了重新分发而作为 与应用程序可执行文件安装在相同文件夹中的外部 .manifest 文件包括, 也可能以资源的形式包括在该可执行文件中。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”指示应添加或自定义的源代码部分。 如果应用程序在共享的 DLL 中使用 MFC,则需要重新发布这些 MFC DLL;如果应用程序所用的语言与操作系统的当前区域设置不同,则还需要重新发布对应的本地化资源 MFC80XXX.DLL。有关这两个主题的更多信息,请参见 MSDN 文档中有关 Redistributing Visual C++ applications (重新发布 Visual C++ 应用程序)的章节。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者