Function INEMO2_SDK_Connect
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-06-29 08:20 AM
Posted on June 29, 2014 at 17:20
Morning, everyone,
I used a demonstration board STEVAL-MKI062V2. I wrote a small C++ program and want to get data from the sensor. It looks like, that some functions are not in the dll file (''iNEMO2_SDK.dll'') .The codes are:
typedef int (WINAPI *DLLPROC_CON)(LPCSTR);
DLLPROC_CON INEMO2_SDK_ConnectFunction; INEMO2_SDK_ConnectFunction=(DLLPROC_CON)GetProcAddress(hinstDLL,''INEMO2_SDK_Connect'');By debugging I found, the function pointer INEMO2_SDK_ConnectFunction did not get a value.
Can someone help me? Does the function INEMO2_SDK_Connect have another name? I read the text ''Wrapper in Visual Studio for the STEVAL-MKI062V1'' and wrote such codes.Best regards
06.29.2014
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-07-18 07:09 AM
Posted on July 18, 2014 at 16:09 I write a program under MATLAB. The demonstration board works very well now. The administrator can delete this text now. Thanks.