Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to tlsAlloc tlsGetValue and tlsSetValue

Is there any possible alternatives to TLS funcs.

I am trying to port from Windows desktop to Windows phone 8.

like image 997
Bozow Avatar asked Nov 02 '22 22:11

Bozow


1 Answers

AFAIK, there's no real TLS functions in Windows Phone 8. But you can simulate TLS in WP Runtime Component, take a look at this ThreadEmulation

like image 98
onmyway133 Avatar answered Nov 11 '22 10:11

onmyway133