Good morning,
I've used the Intel Laptop Gaming TDK for some c++ little test application...but know I need to use .net framework.
I Know that there isn't a managed version of the library...
I would try to make a c++/cli wrapper to use some of the adhoc api capabilities into the managed world...
How I can make this wrapper?..I've tried to compile a simple wrapper wich only include the AdHoc.h but I got a lot of error..(I've also add "AdHocAPI.lib" into the additional dependencies)
Can you point me out into the right direction?
Thanks


