Search found 2 matches
- June 5th, 2006, 4:11 pm
- Forum: SDK Questions
- Topic: Calling the discover routine using C++
- Replies: 4
- Views: 6533
Thanks Mike The exception is actually 'invalid handle', looking at the call stack, it seems to have got lost in the kernel. I think that the calling convention must be wrong although I have specified cdecl and the parameters are correct. I tried calling the dll through a managed c# project and that ...
- June 3rd, 2006, 5:47 am
- Forum: SDK Questions
- Topic: Calling the discover routine using C++
- Replies: 4
- Views: 6533
Calling the discover routine using C++
I am attempting to call the routine tkcmdsetDDI_discover_pm3s from within a C++ MFC dialog based application using Visual Studio 2005. It should be very similar to the sample app in the sdk. I can call init functions, and I can get the dll version numbers, but as soon as I try to call the discover_p...