I bought a DLP NIRscan Nano a month ago. I have used the module and I have already scanned some items successfully
(windows application provided by TI). A problem is appeared when I am trying to run Nirscan Nano GUI Project file
by using Qt program (I have followed the installation instructions). I have tried to run it in two different PC.
In the first one "windows XP (32bit)" and "Desktop Qt 5.5.1 MSVC2010 32bit KIT" are installed, while in the second one
"windows 8 (64bit)" and "Desktop Qt 5.3 MSVC2013 64 bit KIT" are installed.
In the first case when I am trying to compile the project, the following messages are appeared in the "Issues" section.
"C1083: Cannot open include file: 'stdbool.h': No such file or directory"
"C:\ti\DLPSpectrumLibrary_1.1.5\src\dlpspec_helper.h"
(11 times)
While, in the second case when I am trying to compile the project the following messages are appeared in the same section.
"C4003: not enough actual parameters for macro 'min' " --> qdatetime.h --> 122 (warning)
"C4003: not enough actual parameters for macro 'min' " --> qdatetime.h --> 122 (warning)
"C2589: '(': illegal token on right side of '::' " --> qdatetime.h --> 122
"C2059: syntax error: '::' " --> qdatetime.h --> 122
"C1083: Cannot open include file: 'verticallabel.h': No such file or directory" --> ui_mainwindow.h --> 42
"C1083: Cannot open include file: 'verticallabel.h': No such file or directory" --> ui_mainwindow.h --> 42
"C4003: not enough actual parameters for macro 'min' " --> qdatetime.h --> 122 (warning)
"C4003: not enough actual parameters for macro 'min' " --> qdatetime.h --> 122 (warning)
"C2589: '(': illegal token on right side of '::' " --> qdatetime.h --> 122
"C2589: '(': illegal token on right side of '::' " --> qdatetime.h --> 122
"C2059: syntax error: '::' " --> qdatetime.h --> 122
"C2059: syntax error: '::' " --> qdatetime.h --> 122
"C2589: '(': illegal token on right side of '::' " --> qdatetime.h --> 122
"C2059: syntax error: '::' " --> qdatetime.h --> 122
"C1083: Cannot open include file: 'verticallabel.h': No such file or directory" --> ui_mainwindow.h --> 42
"C1083: Cannot open include file: 'verticallabel.h': No such file or directory" --> ui_mainwindow.h --> 42
"C1083: Cannot open include file: 'verticallabel.h': No such file or directory" --> ui_mainwindow.h --> 42
I would be grateful if you provide me any information so that the problem to be overcome.
Thank you very much,
Christos