I've installed BCGControlBar library, but I can't find any DLLs and library files. Where can I find them?
If you're using evaluation version:
The library include files are located in <install dir>\BCGCBPro directory. (The default installation folder is "c:\program files\bcgsoft\BCGControlBar Professional Evaluation"). The library project files prepared for Visual C++ 6.0 and Visual Studio 2008-2022 are located in <install dir>\Bin directory. The following convention is used for library/DLL names:
BCGCBPROmmmEvalnn, where 'mmm' - BCGControlBar Library version and 'nn' - Visual Studio version. For example, if you downloaded BCGControlBar Pro version 32.2, the following binary files are shipped:
If you're using retail version:
You should build all BCGControlBar DLLs. We recommend to use our BCGCBProIntegrationWizard application (located in the installation root). Or, alternatively, you can open BCGCBPro* solution in your Visual Studio environment and build all required configurations. You will get following DLLs and library files:
*** means version number and xx means Visual Studio version (empty for Visual C++ 6.0). For example, if you are using library version 32.2 and build DLLs using Visual Studio 2022, release version of DLL will be BCGCBPRO3220143.dll.
All these files will be located in your <BCGLibrary Directory>\Bin directory (default location is "c:\Program Files\BCGSoft\BCGControlBarPro\Bin").
Important: please remember add this directory to the system path.
The library include files are located in <install dir>\BCGCBPro directory. (The default installation folder is "c:\program files\bcgsoft\BCGControlBar Professional Evaluation"). The library project files prepared for Visual C++ 6.0 and Visual Studio 2008-2022 are located in <install dir>\Bin directory. The following convention is used for library/DLL names:
BCGCBPROmmmEvalnn, where 'mmm' - BCGControlBar Library version and 'nn' - Visual Studio version. For example, if you downloaded BCGControlBar Pro version 32.2, the following binary files are shipped:
- BCGCBPRO3220Eval60.dll: Visual C++ 6.0 DLL
- BCGCBPRO3220Eval60.lib: Visual C++ 6.0 Library
- BCGCBPRO3220Eval60U.dll: Visual C++ 6.0 UNICODE DLL
- BCGCBPRO3220Eval60U.lib: Visual C++ 6.0 UNICODE Library
- BCGCBPRO3220Eval900.dll: Visual Studio 2008 DLL
- BCGCBPRO3220Eval900.lib: Visual Studio 2008 Library
- BCGCBPRO3220Eval900U.dll: Visual Studio 2008 UNICODE DLL
- BCGCBPRO3220Eval900U.lib: Visual Studio 2008 UNICODE Library
- BCGCBPRO3220Eval1000.dll: Visual Studio 2010 DLL
- BCGCBPRO3220Eval1000.lib: Visual Studio 2010 Library
- BCGCBPRO3220Eval1000U.dll: Visual Studio 2010 UNICODE DLL
- BCGCBPRO3220Eval1000U.lib: Visual Studio 2010 UNICODE Library
- BCGCBPRO3220Eval1100.dll: Visual Studio 2012 DLL
- BCGCBPRO3220Eval1100.lib: Visual Studio 2012 Library
- BCGCBPRO3220Eval1100U.dll: Visual Studio 2012 UNICODE DLL
- BCGCBPRO3220Eval1100U.lib: Visual Studio 2012 UNICODE Library
- BCGCBPRO3220Eval1200.dll: Visual Studio 2013 DLL
- BCGCBPRO3220Eval1200.lib: Visual Studio 2013 Library
- BCGCBPRO3220Eval1200U.dll: Visual Studio 2013 UNICODE DLL
- BCGCBPRO3220Eval1200U.lib: Visual Studio 2013 UNICODE Library
- BCGCBPRO3220Eval1400.dll: Visual Studio 2015 DLL
- BCGCBPRO3220Eval1400.lib: Visual Studio 2015 Library
- BCGCBPRO3220Eval1400U.dll: Visual Studio 2015 UNICODE DLL
- BCGCBPRO3220Eval1400U.lib: Visual Studio 2015 UNICODE Library
- BCGCBPRO3220Eval1410.dll: Visual Studio 2017 DLL
- BCGCBPRO3220Eval1410.lib: Visual Studio 2017 Library
- BCGCBPRO3220Eval1410U.dll: Visual Studio 2017 UNICODE DLL
- BCGCBPRO3220Eval1410U.lib: Visual Studio 2017 UNICODE Library
- BCGCBPRO3220Eval1420.dll: Visual Studio 2019 DLL
- BCGCBPRO3220Eval1420.lib: Visual Studio 2019 Library
- BCGCBPRO3220Eval1420U.dll: Visual Studio 2019 UNICODE DLL
- BCGCBPRO3220Eval1420U.lib: Visual Studio 2019 UNICODE Library
- BCGCBPRO3220Eval1430.dll: Visual Studio 2022 DLL
- BCGCBPRO3220Eval1430.lib: Visual Studio 2022 Library
- BCGCBPRO3220Eval1430U.dll: Visual Studio 2022 UNICODE DLL
- BCGCBPRO3220Eval1430U.lib: Visual Studio 2022 UNICODE Library
If you're using retail version:
You should build all BCGControlBar DLLs. We recommend to use our BCGCBProIntegrationWizard application (located in the installation root). Or, alternatively, you can open BCGCBPro* solution in your Visual Studio environment and build all required configurations. You will get following DLLs and library files:
BCGCBPRO***Dxx.dll, BCGCBPRO***Dxx.lib | DLL debug version |
BCGCBPRO***xx.dll, BCGCBPRO***xx.lib | DLL release version |
BCGCBPRO***UDxx.dll, BCGCBPRO***UDxx.lib | DLL debug version, UNICODE |
BCGCBPRO***Uxx.dll, BCGCBPRO***Uxx.lib | DLL release version UNICODE |
BCGCBPRO***StaticDxx.lib | static library debug version |
BCGCBPRO***StaticDSxx.lib | static library debug version, MFC shared DLL |
BCGCBPRO***Staticxx.lib | static library release version |
BCGCBPRO***StaticSxx.lib | static library release version, MFC shared DLL |
BCGCBPRO***StaticUDxx.lib | static library debug version, UNICODE |
BCGCBPRO***StaticUDSxx.lib | static library debug version, UNICODE, MFC shared DLL |
BCGCBPRO***Uxx.lib | static library release version, UNICODE |
BCGCBPRO***USxx.lib | static library release version, UNICODE, MFC shared DLL |
*** means version number and xx means Visual Studio version (empty for Visual C++ 6.0). For example, if you are using library version 32.2 and build DLLs using Visual Studio 2022, release version of DLL will be BCGCBPRO3220143.dll.
All these files will be located in your <BCGLibrary Directory>\Bin directory (default location is "c:\Program Files\BCGSoft\BCGControlBarPro\Bin").
Important: please remember add this directory to the system path.