From: Larvoire, Jean-F. <jea...@hp...> - 2014-01-23 15:47:19
|
Hi, I tried rebuilding the latest sources in Subversion. FYI, this fails as it is: Every C++ compilation fails with error: StdAfx.h(80) : fatal error C1083: Cannot open include file: 'targetver.h': No such file or directory Copying targetver.h from the "Hello" sample project in Visual Studio fixed the issue. Still this file should be added into the Subversion tree. Unrelated: Last year, I implemented a few improvement for iometer, that I could contribute if you're interested: - Display the total number of assigned targets on the status bar. (Useful when manually selecting a large number of targets, to make sure the intended number of targets were indeed selected) - Added a -l option to specify a log file. (Instead of accumulating error messages in popup windows as is done by default. I had storms with hundreds of popups that were really painful to close!) - Added a -V option to display the program version on stdout and exit. - Added a -? option to display a help screen on stdout and exit. - Added a DEBUG_ENTRY() macro to log method calls in debug mode. (Useful to understand the sequence of events, but at the cost of making the debug version even slower.) Jean-François ======================================================================== = Jean-François Larvoire ========= _/ =========== = Hewlett-Packard ======= _/ ======= = 5 Avenue Raymond Chanas, Eybens ===== _/_/_/ _/_/_/ ===== = 38053 Grenoble Cedex 9, FRANCE ===== _/ _/ _/ _/ ===== = Phone: +33 480 32 02 33 ===== _/ _/ _/_/_/ ===== = Fax: +33 476 14 43 05 ======= _/ ======= = Email: jea...@hp...<mailto:jea...@hp...> ========== _/ ========== ======================================================================== |