• 大小: 16.39MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-04
  • 语言: C/C++
  • 标签: 界面库  BCG  

资源简介

BCGControlBar Pro 22.1 完美破解版V4 by hsluoyz veotax akisn0w 2014.03.19 BCGControlBar Pro 22.1破解版本V4介绍: 1)12个dll,分为60、70、71、80、90、100六个版本,分别支持VC6、VC2002、VC2003、VC2005、VC2008、VC2010编译,每个版本又包括ansi和unicode的两种 2)这个破解版本是在官方Release版本的基础上改的,可以同时编译Debug版和Release版 免责声明: 本破解版仅用于技术交流,商业应用请购买正版。 联系方式(有问题或bug请及时扣我) QQ:515964173 Email:hsluoyz@sohu.com

资源截图

代码片段和文件信息

//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of BCGControlBar Library Professional Edition
// Copyright (C) 1998-2014 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used distributed or modified
// only under terms and conditions 
// of the accompanying license agreement.
//*******************************************************************************
//
// BCGCBPro.cpp : Defines the initialization routines for the DLL.
//

#include “stdafx.h“
#include 

#include “BCGCBPro.h“
#include “BCGPLocalResource.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif


static AFX_EXTENSION_MODULE BCGCBProDLL = { NULL NULL };

extern “C“ int APIENTRY
DllMain(HINSTANCE hInstance DWORD dwReason LPVOID lpReserved)
{
// Remove this if you use lpReserved
UNREFERENCED_PARAMETER(lpReserved);

if (dwReason == DLL_PROCESS_ATTACH)
{
TRACE0(“BCGCBPRO.DLL Initializing!\n“);

// Extension DLL one-time initialization
if (!AfxInitExtensionModule(BCGCBProDLL hInstance))
return 0;

// Insert this DLL into the resource chain
// NOTE: If this Extension DLL is being implicitly linked to by
//  an MFC Regular DLL (such as an ActiveX Control)
//  instead of an MFC application then you will want to
//  remove this line from DllMain and put it in a separate
//  function exported from this Extension DLL.  The Regular DLL
//  that uses this Extension DLL should then explicitly call that
//  function to initialize this Extension DLL.  Otherwise
//  the CDynlinkLibrary object will not be attached to the
//  Regular DLL‘s resource chain and serious problems will
//  result.
#ifndef _BCGCBPRO_IN_OTHER_DLL
new CDynlinkLibrary(BCGCBProDLL);
#endif // _BCGCBPRO_IN_OTHER_DLL
}
else if (dwReason == DLL_PROCESS_DETACH)
{
TRACE0(“BCGCBPRO.DLL Terminating!\n“);
// Terminate the library before destructors are called
AfxTermExtensionModule(BCGCBProDLL);
}
return 1;   // ok
}

///////////////////////////////////////////////////////////////////////
// CBCGLocalResource implementation:

CBCGPLocalResource::CBCGPLocalResource()
{
m_hInstOld = AfxGetResourceHandle ();
ASSERT (m_hInstOld != NULL);

AfxSetResourceHandle (BCGCBProDLL.hResource);
}

CBCGPLocalResource::~CBCGPLocalResource()
{
AfxSetResourceHandle (m_hInstOld);
}

BCGCBPRODLLEXPORT void BCGCBProSetResourceHandle (HINSTANCE hinstResDLL)
{
BCGCBProDLL.hResource = (hinstResDLL == NULL) ? 
BCGCBProDLL.hModule : hinstResDLL;
}

HINSTANCE BCGCBProGetResourceHandle()
{
return BCGCBProDLL.hResource;
}

HINSTANCE BCGCBProGetInstanceHandle ()
{
return BCGCBProDLL.hModule;
}

#ifdef _BCGCBPRO_IN_OTHER_DLL
__declspec(dllexport) void BCGCBProDllInitialize ()
{
new CDynlinkLibrary(BCGCBProDLL);
}
#endif // _B

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    8039936  2014-01-29 10:56  BCGControlBarPro22\bin\BCGCBPRO2210u100.dll

     文件   16360960  2014-01-29 10:53  BCGControlBarPro22\bin\BCGCBPRO2210ud100.dll

     文件     491520  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2007Aqua2210.dll

     文件     417792  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2007Luna2210.dll

     文件     425984  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2007Obsidian2210.dll

     文件     430080  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2007Silver2210.dll

     文件     729088  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2010Black2210.dll

     文件     761856  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2010Blue2210.dll

     文件     757760  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyle2010White2210.dll

     文件     122880  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyleCarbon2210.dll

     文件     315392  2014-01-14 18:13  BCGControlBarPro22\bin\BCGPstyleScenic2210.dll

     文件       3022  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.cpp

     文件      69198  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.dsp

     文件        539  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.dsw

     文件       6410  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.h

     文件      43294  2014-01-29 10:45  BCGControlBarPro22\include\BCGCBPro.plg

     文件      78412  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.rc

     文件       1338  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.sln

     文件      78438  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro.vcproj

     文件       2166  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro100.sln

     文件      90974  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro100.vcxproj

     文件      85419  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro100.vcxproj.filters

     文件        143  2014-01-29 10:50  BCGControlBarPro22\include\BCGCBPro100.vcxproj.user

     文件       2166  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro110.sln

     文件      92861  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro110.vcxproj

     文件      84293  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro110.vcxproj.filters

     文件       2245  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro120.sln

     文件      91709  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro120.vcxproj

     文件      84278  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro120.vcxproj.filters

     文件       1333  2014-01-14 18:12  BCGControlBarPro22\include\BCGCBPro71.sln

............此处省略2519个文件信息

评论

共有 条评论