Home > Software engineering >  Compile time PASS before the source code, VC software installation now don't know how can solve
Compile time PASS before the source code, VC software installation now don't know how can solve

Time:11-14

Linking...
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_CloseDevice @ 8
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_ReadErrInfo @ 16
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_Transmit @ 20
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_Receive @ 24
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_GetReceiveNum @ 12
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_StartCAN @ 12
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_ClearBuffer @ 12
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_InitCAN @ 16
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_SetReference @ 20
USB_CAN. Obj: error LNK2001: unresolved external symbol _VCI_OpenDevice @ 12
Nafxcwd. Lib (thrdcore. Obj) : error LNK2001: unresolved external symbol __endthreadex
Nafxcwd. Lib (thrdcore. Obj) : error LNK2001: unresolved external symbol __beginthreadex
The Debug/USB_CAN. Exe: fatal error LNK1120:12 unresolved externals
Error executing link. Exe.

Compile time PASS before the source code, VC software installation now don't know how to quote the wrong solution!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CodePudding user response:

# pragma comment (lib, "XXX. Lib")//add the corresponding link library

CodePudding user response:

The second floor right
  • Related