unable to create object

hi all,

i am new to this forum and i am seeking help for my current task.

here is my code:

tstembProcessorRegistration processorRegistration ("embProcessor");
tstembProcessor *embProcessor = processorRegistration.getTargetObj("");

if(embProcessor == NULL)
{
printf("Unable to create processor object[%d]\n", embProcessor);
return -1;
}

i am keep getting "Unable to create processor object" print out. and i am not sure how to debug this error.

i would be glad if you could advise me how do i know i have successfully create the object and then able to retrieve it through getTargetObj.

thank you in advance.
Could you please explain a little more about the library that you are using? Like, by instance, its name.
hi ne555,

thank you for your reply.
i think of alternative way and will be using it.
thanks again.
Topic archived. No new replies allowed.