Question
Problem connecting C SDK to Thingworx composer
Hi,
I am trying the SteamSensor example available in the C SDK folder. But on finally running the exe file I get the following error:

I am using the 30 day trial online composer whose address is : https://pp-180103xxxxxx.devportal.ptc.io/Thingworx/Composer/index.html
In the main.c file I set:
#define TW_HOST "pp-180103xxxxxx.devportal.ptc.io"
#define TW_APP_KEY "18ecb3d9-xxxx-yyyy-zzzz-ab6b29dc21a8"
What could be the problem? Any help is appreciated

