2802 views|5 replies

76

Posts

0

Resources
The OP

EVC connection error. [Copy link]

I copied the printer USB program under PB to a folder. Use EVC4 to create a dll project. And include these CH files and set the path. The compilation and connection errors are as follows: Creating library ARMV4IRel/apdusb.lib and object ARMV4IRel/apdusb.exp usbapd.obj : error LNK2019: unresolved external symbol RegisterClientSettings referenced in function USBInstallDriver usbapd.obj : error LNK2019: unresolved external symbol RegisterClientDriverID referenced in function USBInstallDriver usbapd.obj : error LNK2019: unresolved external symbol UnRegisterClientDriverID referenced in function USBUnInstallDriver usbapd.obj : error LNK2019: unresolved external symbol UnRegisterClientDriverID referenced in function USBUnInstallDriver usbapd.obj : error LNK2019: unresolved external symbol UnRegisterClientSettings referenced in function USBUnInstallDriver ARMV4IRel/apdusb.dll : fatal error LNK1120: 4 unresolved externals What is going on?
This post is from Embedded System

Latest reply

Most of the time, the library file (.lib) is missing, or the library file is not linked in, #pragma comment lib  Details Published on 2009-5-11 11:12

99

Posts

0

Resources
2
These are all undefined errors, LZ has a look
This post is from Embedded System

70

Posts

0

Resources
3
There are header files, no cpp
This post is from Embedded System

69

Posts

0

Resources
4
These functions are declared in usbdi.h. I have included usbdi.h and usbclient.lib. But the connection still fails. I don't know what the problem is.
This post is from Embedded System

62

Posts

0

Resources
5
It should be the lack of corresponding library files, the landlord has a look
This post is from Embedded System

83

Posts

0

Resources
6
Most of the time, the library file (.lib) is missing, or the library file is not linked in, #pragma comment lib
This post is from Embedded System

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Related articles more>>

    EEWorld
    subscription
    account

    EEWorld
    service
    account

    Automotive
    development
    circle

    Robot
    development
    community

    Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
    快速回复 返回顶部 Return list