Skip to main content
Visitor II
June 29, 2014
Question

Function INEMO2_SDK_Connect

  • June 29, 2014
  • 1 reply
  • 689 views
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

    This topic has been closed for replies.

    1 reply

    s_wd8y9xAuthor
    Visitor II
    July 18, 2014
    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.