Home > Software engineering >  After installing BCGControlBar 28, engineering link could not find file: BCGCBPRO2800D141. Lib
After installing BCGControlBar 28, engineering link could not find file: BCGCBPRO2800D141. Lib

Time:09-18

After the installation of the BCGControlBar 28, engineering link could not find file: BCGCBPRO2800D141. Lib,

1, when installation, no Build success
,

Check the log, said can't find the file: WinSock2. H


2, the project link error


3, computer installed VS2017, VS2019,


Excuse me each bigwigs met this kind of situation? How to solve?

CodePudding user response:

I am using VS2015, sometimes with BCG's own compiler interface complains,
You can use the VS open source project BCG installation directory file, compile directly is ok,
Compilation is not complete, sure there is no corresponding.lib file, would be an error,

VS2017 I tried ok, VS2019 didn't try,
This version is not the latest, you can download the latest version of a try,

CodePudding user response:

https://download.csdn.net/download/hong__fang/8500729


CodePudding user response:

reference 1st floor redleafe response:
I is to use VS2015, sometimes with BCG's own compiler interface complains,
You can use the VS open source project BCG installation directory file, compile directly is ok,
Compilation is not complete, sure there is no corresponding.lib file, would be an error,

VS2017 I tried ok, VS2019 didn't try,
This version is not the latest, you can download the latest version of a try,


Compilation tried again, pass it,
Hint: "WinSock2. H" file,
Make along while also didn't solve (there are several) system in this file,

CodePudding user response:

The latest version, such as

CodePudding user response:

# include & lt; Winsock2. H>
Or copy a Winsock2. The h to project directory

  • Related