cancel
Showing results for 
Search instead for 
Did you mean: 

compling generated code by MCSDK by c++ included errors that must be be corrected for use

Ofer
Senior

I tried compiling the generated code of the MCSDKand compiling it by C++ compiler, but the error at the revup_ctrl.h file:   pHandle->pCurrentPhaseParams = MC_NULL;

prevent such compilation.

Will it be fixed soon ?

 

3 REPLIES 3
Pavel A.
Super User

Which error? Please include the exact error message.

If you compile with C compiler, will this error occur? Is it something specific to C++ vs. C ?

Will it be fixed soon ?

Not tomorrow :)

I'm getting this error at MCSDK/MCLib/Any/Inc/revup_ctrl.h file , line 209

pHandle->pCurrentPhaseParams = MC_NULL;

 

 

it happens with C++ compilation only.

> it happens with C++ compilation only

Then I'm afraid the reply will be just keep using C, as the MCSDK likely was written in C and none of the user have complained yet.

You can also fix the error yourself, in your copy of the software.

You can open a support ticket, but the response time is far from immediate. 

Good luck!