Building C api examples

I can build HelloSensel both x64 and x86
However, all others will only build as x64

the error given for example-2-contacts:
Severity Code Description Project File Line Suppression State
Error C2440 ‘function’: cannot convert from ‘void *(__cdecl *)()’ to ‘LPTHREAD_START_ROUTINE’ SenselContacts C:\mypath\sensel-api\sensel-examples\sensel-c\example-2-contacts\src\main.c 77

or for example-3-forces:
error:
Severity Code Description Project File Line Suppression State
Error C2440 ‘function’: cannot convert from ‘void *(__cdecl *)()’ to ‘LPTHREAD_START_ROUTINE’ SenselForces C:\mypath\sensel-api\sensel-examples\sensel-c\example-3-forces\src\main.c 82

I posted to the github issues, but have had no response for a couple weeks now?

Thank you for contacting us and sorry for the delay. We have updated GitHub examples to fix this issue. Let us know if you continue to have issues.

great… tested and working as expected.