|
From: Kevin De C. <ni...@gm...> - 2007-04-18 17:17:52
|
Hello I'm trying to set up a USB connexion with a microcontroller, and I need libusb to do it. I downloaded Visual C++ Express 2005, but I have many problems compiling the example code. Here's what I did : -download and install libusb -download and install the PSDK -create a new project -add bulk.c -add the PSDK directories to the VC++ directories -add the libusb directories to the VC++ directories -add the MSVC libusb.lib in the linker options -compile I got this error : c:\program files\libusb-win32-0.1.10.1\examples\bulk.c(3) : fatal error C1083: Cannot open precompiled header file: 'Debug\text.pch': No such file or directory Do I have to add it manually? How can I do it? Thanks |