csExWBv2.0.0.2_Includes_ComUtilities

所属分类:.net编程
开发工具:Visual C++
文件大小:1134KB
下载次数:35
上传日期:2010-12-23 16:19:05
上 传 者dijinxing
说明:  最完整的.net浏览器控件.底层使用VC将IE的COM核心组建进行封装,上层又封装为.net组件.对于.net内置浏览器控件不满意的用户可以使用此控件.-a complete webbrowser compoment of .net 这是2.0版
(Most complete. Net browser control. The underlying COM using VC to the core of IE, set the package, the upper and packaged as. Net components. For. Net built-in browser controls are not satisfied with the user can use this control .- a complete webbrowser compoment of. net is 2.0)

文件列表:
csExWBv2.0.0.2\ComUtilities\Binaries\Debug\ComUtilities.dll (905216, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\Binaries\Release\ComUtilities.dll (192512, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.aps (7176, 2007-12-07)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.cpp (2361, 2008-05-19)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.def (213, 2007-09-10)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.h (80113, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.idl (19642, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.rc (3066, 2007-12-07)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.rgs (129, 2007-09-10)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.vcproj (8159, 2008-05-19)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.vcproj.MIKE-71A60E4629.Mike.user (1407, 2008-05-04)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities.vcproj.MIKE-95C6BE4272.Mike.user (1407, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilitiesps.def (206, 2007-09-10)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilitiesPS.vcproj (4132, 2007-09-10)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilitiesPS.vcproj.MIKE-71A60E4629.Mike.user (1407, 2008-05-04)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilitiesPS.vcproj.MIKE-95C6BE4272.Mike.user (1407, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities_i.c (3090, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ComUtilities_p.c (82966, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\CriticalSectionWrapper.h (329, 2008-05-19)
csExWBv2.0.0.2\ComUtilities\ComUtilities\CustManageApp.cpp (5023, 2008-01-06)
csExWBv2.0.0.2\ComUtilities\ComUtilities\CustManageApp.h (5406, 2007-12-07)
csExWBv2.0.0.2\ComUtilities\ComUtilities\CustManageApp.rgs (720, 2007-12-07)
csExWBv2.0.0.2\ComUtilities\ComUtilities\dlldata.c (845, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ManagedAppBridge.cpp (40645, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ManagedAppBridge.h (18646, 2008-07-21)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ManagedAppBridge.rgs (744, 2007-11-26)
csExWBv2.0.0.2\ComUtilities\ComUtilities\PassthroughObject.h (670, 2003-06-22)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ProtocolCF.h (2392, 2004-02-07)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ProtocolCF.inl (5476, 2007-11-01)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ProtocolImpl.h (12037, 2008-02-17)
csExWBv2.0.0.2\ComUtilities\ComUtilities\ProtocolImpl.inl (19715, 2008-02-18)
csExWBv2.0.0.2\ComUtilities\ComUtilities\resource.h (769, 2007-12-07)
csExWBv2.0.0.2\ComUtilities\ComUtilities\stdafx.cpp (208, 2007-09-10)
csExWBv2.0.0.2\ComUtilities\ComUtilities\stdafx.h (2776, 2008-05-19)
csExWBv2.0.0.2\ComUtilities\ComUtilities\TmpBuffer.cpp (6899, 2008-03-30)
csExWBv2.0.0.2\ComUtilities\ComUtilities\TmpBuffer.h (1972, 2008-03-30)
csExWBv2.0.0.2\ComUtilities\ComUtilities\UrlParts.cpp (9639, 2007-11-30)
csExWBv2.0.0.2\ComUtilities\ComUtilities\UrlParts.h (2514, 2007-01-19)
csExWBv2.0.0.2\ComUtilities\ComUtilities\utilman.cpp (58866, 2008-07-07)
... ...

warning C4311 ============= This warning detects ***-bit portability issues. For example, if code is compiled on a ***-bit platform, the value of a pointer (*** bits) will be truncated if it is assigned to an int (32 bits). warning C4312 ============= This warning detects ***-bit portability issues. You attempted to assign a 32-bit value to a ***-bit type. For example, casting a 32-bit int or 32-bit long to a ***-bit pointer. This can be an unsafe conversion in some circumstances when sign extension occurs. If a negative number is assigned to a pointer type of a size greater than the int, sign extension will occur and the pointer value will refer to a memory address different from the value of the int. This warning is only issued when /Wp*** is used. See /Wp*** for more information. Also, see Rules for Using Pointers. warning C4244 ============= A floating point type was converted to an integer type. A possible loss of data may have occurred. If you get C4244, you should either change your program to use compatible types, or add some logic to your code, to ensure that the range of possible values will always be compatible with the types you are using. C4244 can also fire at level 3, and 4; see Compiler Warning (levels 3 and 4) C4244 for more information. ==================================== /Wp*** is off by default in the Visual C++ 32-bit compiler and on by default in the Visual C++ ***-bit compiler. Variables of the following types are tested on a 32-bit operating system as if they were being used on a ***-bit operating system: int long pointer If you regularly compile your application with a ***-bit compiler, you may want to disable /Wp*** in your 32-bit compilations, as the ***-bit compiler will detect all issues. For more information about targeting a Windows ***-bit operating system, see ***-Bit Programming with Visual C++. To set this compiler option in the Visual Studio development environment Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages. Click the C/C++ folder. Click the General property page. Modify the Detect ***-bit Portability Issues property. ======================================================================== ACTIVE TEMPLATE LIBRARY : ComUtilities Project Overview ======================================================================== AppWizard has created this ComUtilities project for you to use as the starting point for writing your Dynamic Link Library (DLL). This file contains a summary of what you will find in each of the files that make up your project. ComUtilities.vcproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. ComUtilities.idl This file contains the IDL definitions of the type library, the interfaces and co-classes defined in your project. This file will be processed by the MIDL compiler to generate: C++ interface definitions and GUID declarations (ComUtilities.h) GUID definitions (ComUtilities_i.c) A type library (ComUtilities.tlb) Marshaling code (ComUtilities_p.c and dlldata.c) ComUtilities.h This file contains the C++ interface definitions and GUID declarations of the items defined in ComUtilities.idl. It will be regenerated by MIDL during compilation. ComUtilities.cpp This file contains the object map and the implementation of your DLL's exports. ComUtilities.rc This is a listing of all of the Microsoft Windows resources that the program uses. ComUtilities.def This module-definition file provides the linker with information about the exports required by your DLL. It contains exports for: DllGetClassObject DllCanUnloadNow GetProxyDllInfo DllRegisterServer DllUnregisterServer ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named ComUtilities.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file that defines resource IDs. ///////////////////////////////////////////////////////////////////////////// Proxy/stub DLL project and module definition file: ComUtilitiesps.vcproj This file is the project file for building a proxy/stub DLL if necessary. The IDL file in the main project must contain at least one interface and you must first compile the IDL file before building the proxy/stub DLL. This process generates dlldata.c, ComUtilities_i.c and ComUtilities_p.c which are required to build the proxy/stub DLL. ComUtilitiesps.def This module definition file provides the linker with information about the exports required by the proxy/stub. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者