niggasmokey
驱动牛犊
驱动牛犊
  • 注册日期2004-03-05
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分5分
  • 威望1点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:883回复:0

应用程序调用windriver生成的函数的问题

楼主#
更多 发布于:2004-06-23 11:53
我用windriver生成了机子上显卡的驱动,包括以下文件:
C:/WinDriver/wizard/my_projects/vvv_lib.h
A library for controlling your hardware through WinDriver.
C:/WinDriver/wizard/my_projects/vvv_lib.c
Contains the implementation of the functions used for
accessing each of the resources defined in the Wizard.
C:/WinDriver/wizard/my_projects/vvv_diag.c
The sample application which diagnoses your hardware using
the usbboard_lib.h library.
现在我想在我的c++builder的应用程序中调用vvv_lib.c中的函数vvv_open().出现如下错误
【linker error】unresolved external '_vvv_open' referenced from ........\unit1.obj.
应用程序中已经包含了vvv_lib.h这个头文件。请问是不是linker的设置有问题?怎么改?万分的感谢
游客

返回顶部