From: S on
I have a managed c++ application which internally call Matlab C++ shared library. Application is working fine when I run it on Windows XP and Windows 7 but not on Windows 2003 R2. The issue is, application is failing on mclInitializeApplication(NULL,0) call (always returning false) in Windows 2003 R2.
VC++ application created using Visual Studion 2008. And Matlab dll is build using "Microsoft Visual C++ 2008 in c:\Program Files\Microsoft Visual Studio 9.0" compiler on MATLAB 7.6.0 (2008a). Matlab Runtime version is 7.8.
Can anyone suggest what Windows 2003 makes the difference. And how to solve the issue.

Thanks,