阅读:1044回复:1
请教D12TEST编译错误
:\\chip\\usb\\D12tst\\D12tst\\D12TestDlg.cpp(27) : fatal error C1083: Cannot open include file: \'devioctl.h\': No such file or directory
device.cpp E:\\chip\\usb\\D12tst\\D12tst\\device.cpp(30) : fatal error C1083: Cannot open include file: \'devioctl.h\': No such file or directory Generating Code... Error executing cl.exe. |
|
沙发#
发布于:2004-04-21 19:06
找到这个缺失的文件拷到工程目录中,再把include < >改成include \" \"。
|
|