cancel
Showing results for 
Search instead for 
Did you mean: 

Function INEMO2_SDK_Connect

s_wd8y9x
Associate
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
s_wd8y9x
Associate
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.