Closed wreighsantos closed 6 years ago
Why was the Handle's data type in the API functions changed from int to void*?
int
void*
Now I'm having a hard time using it with my C++/CLR project. Previously it was int so I don't have any problem. But now it's void* and is giving me a headache.
Are there any workaround for this? Thank you!
Why was the Handle's data type in the API functions changed from
int
tovoid*
?Now I'm having a hard time using it with my C++/CLR project. Previously it was
int
so I don't have any problem. But now it'svoid*
and is giving me a headache.Are there any workaround for this? Thank you!