- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
AOA.obj : error LNK2-6ren">
我是 C++ 世界的新手,直到现在我只在做 java,我有一个应用程序在其中实现了 libusb.h 的一些功能,当我运行构建应用程序时出现错误,如下所示
1>AOA.obj : error LNK2028: unresolved token (0A000040) "extern "C" int __stdcall libusb_get_config_descriptor(struct libusb_device *,unsigned char,struct libusb_config_descriptor * *)" (?libusb_get_config_descriptor@@$$J212YGHPAUlibusb_device@@EPAPAUlibusb_config_descriptor@@@Z) referenced in function "private: int __stdcall AOA::findEndPoint(struct libusb_device *)" (?findEndPoint@AOA@@$$FAAGHPAUlibusb_device@@@Z)
谢谢。
最佳答案
您需要链接到 libusb。您应该将 -lusb
添加到 gcc 调用中。您可能需要在 -lusb
之前添加 -Lpath_to_libusb
。
也许您最好从给定的示例程序开始,例如 that one ?
关于c++ - 错误 LNK2028 : unresolved token (0A000040) "extern "C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21776996/
我是一名优秀的程序员,十分优秀!