MCR_CACHE_ROOT path empty after running the console application

回眸只為那壹抹淺笑 提交于 2019-12-12 05:05:34

问题


I set the MCR_CACHE_ROOT to a folder C:\MATLAB_cache to speed up my compiled application. Using the linke below

How to setup MCR_CACHE_ROOT in Windows

But after I ran the console application calling it from PHP the folder is still empty.Why is it? Should I add anything in my console application or php code after setting up the MCR_CACHE_ROOT? I am working on Windows 7-64bit. The console application is C++ Win32 console application.

I deployed a c++ shared library using deploytool in MATLAB and the ctf archive is embedded in the application is it because of this?

来源:https://stackoverflow.com/questions/16433069/mcr-cache-root-path-empty-after-running-the-console-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!