in the package I downloaded. MSP430USBDevelopersPackage_5_10_00_17 there are three versions of testgui.vcproj. look like one for Windows, Mac, and Linux. I'm trying the one for Windows. When I load the project in Visual Studio Express, there is a file, test.cpp that is included. here is excerpt from beginning of that file /******************************************************* Demo Program for HIDAPI Alan Ott Signal 11 Software 2010-07-20 Copyright 2010, All Rights Reserved This contents of this file may be used by anyone for any reason without any conditions and may be used as a starting point for your own applications which use HIDAPI. ********************************************************/ #include #include "hidapi.h" When I try to compile, I get error that fx.h is missing! pp(17) : fatal error C1083: Cannot open include file: 'fx.h': No such file or directory
↧