intrepidcs / icsneoapi

An open source library for communicating with vehicle network tools developed by Intrepid Control Systems
BSD 2-Clause "Simplified" License
9 stars 9 forks source link

API Handle Data Type #5

Closed wreighsantos closed 6 years ago

wreighsantos commented 6 years ago

Why was the Handle's data type in the API functions changed from int to 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!