Problem when create the Templates using SDCL

General discussion on RSC-4x mikroC.
Post Reply
Author
Message
cowcow
Posts: 7
Joined: 23 Jan 2007 03:43

Problem when create the Templates using SDCL

#1 Post by cowcow » 09 May 2007 21:46

I try to create number of templates for my project.
After I record the first template, it will start recognize the words.
I can press a button to record more words.
The problem is after I press a button for a second word or more, it will not wait for my word and return an error. How can I solve it?
Do I have to set/ reset something before I go to the train mode again.
Help me if you know the answer.

cowcow
Posts: 7
Joined: 23 Jan 2007 03:43

#2 Post by cowcow » 11 May 2007 23:16

I found out the reason why it was not work.
I is because I didn't shutdown recognite function before I call _makeTmpltSd(). SDCL can run multiple task at the same time, and it use "UNKOWN" which makeTmpltSd with the same memory. As the result, it will create the error.

Post Reply

Return to “RSC-4x mikroC General”