I have Googled on this topic but found no real solution. I have a shared dll generated by MatLab Compiler. mclInitiaizeApplication always returns false. What are the most general reasons for that?
EDIT: The solution was to copy the appropriate MatLab's mclmcrrtxx.dll (xx version number) dll to a place where it was expected to be. Everything works now.