Hi,
I've got a problem to get my C++ ARM-side code call methods from a static library build with C6Runlib.
I've done everything mentioned in the C6RunLib-FAQ regarding C++, so I've surrounded the declarationblock with the "#ifdef _cplusplus extern "C"" thing and so on.
The funny thing is C6RUN_MEM_malloc works, but when the code arrives at my functions I got th efollowing error:
ProcMgr_open() failed. Status = [0xFFFFFFFE]
C6RUN_IPC_create() failed!
Can anyone tell me, what I'm doing wrong?
I've attached my code so you can see, if there is something worg.
Best regards,
Kristian