Hello Bao,
The Demos building from scratch is part of our delivery process, I can confirm the demo project builds.
Looking at your traces, it seems your build environment is not correct.
Indeed, you have the message "The windows SDK version 10.0.17763.0 was not found. Install the required ....", meaning VS cannot proceed to the compilation/linking completion,
this explains why stuhfl.lib is not generated.
Could you please try to complete your build environment,
the demo will be running.
You can anyway have a look to the code related to Read process functions:
- setupGen2Config(): setup the full config for Gen2 access
- demo_gen2Read(): reads data on tag
you will at least understand how a read is completed with our API.
For your information, the next release 3.0.0.0 will provide Java, C# and python wrappers to ease the user development.
best regards,
Cedric.