I have a C project calling an application (matlab), and suceed in compiling and linking, so I got an execution file(***.exe), which is working fine. However, when I use visual studio2010 IDE "start without debugging" to run, I got error message as follows:
*************************************************************************************
"Unable to start program: 'PATH=$C:\matlabroot\bin\win32'
The file name, directory name or volumn label syntax is incorrect.
*************************************************************************************
1. I had tried this as an administrative status, but problem persists.
2. I also had tried UI and system locale things, but not working
Any help?
(vs2010 in window 7(32bit), matlab r2013)