I'm having trouble running the hello_sensor app distributed with the 2.2.1 SDK. It compiles ok but I get an error when trying to run it:
It is coming from the LoadLibrary() call:
My environment:
Plugable dongle with drivers installed (and working).
BTW SDK 6.5.1.5800 SDK installed
Windows 7 Pro 64
Visual Studio 2013
File exists in the path that's being searched:
My three guesses as to what's wrong:
Ideas?
Solved! Go to Solution.
Lol. One of these days I'm going to ask a question that I don't end up answering 10 minutes later.
Solution: The project needs to be set to 64bit.
Lol. One of these days I'm going to ask a question that I don't end up answering 10 minutes later.
Solution: The project needs to be set to 64bit.
Thanks Jose