- Define WINNT in the compile flags.
- On 32-bit Windows machine, run vcvars32.bat which will
set the all the required path,include libraries required to compile the samples.
For setting these variables in 64-bit Windows, it is explained below.
- Add ../bin as an additional PATH environment variable.
- Add ../include as an additional INCLUDE environment variable.
- Add ../bin as an additional LIB environment variable.
- Link with all libraries in the ../lib directory.