我用vc6.0+xpddk+driverstudio3.2生成驱动程序,对库文件编译时0错误0没警告,然后生成一个test程序,test程序下有test,testApp两个工程,当对test工程编译时,编译成功.
而对testApp工程编译时出现:c:\test\driver\testdriver.cpp(13) : fatal error C1083: Cannot open include file: 'vdw.h': No such file or directory
执行 cl.exe 时出错.
那位高手知道这是怎么回事,来指点一下!