Matlab is not running my C++ exe file

1 view (last 30 days)
Mini Me
Mini Me on 24 Jan 2013
Please do not refer me to another link or page. I am looking for a more accurate answer to my question. I have been working with this C++ program that works perfectly. It is very complicated. It has plenty steps and take input from the user. It opens a file as read it. Then create and another file and write to it. Now, I want to run the.exe file through MATLAB using system. When i do, it sees the file. But the >> disappear and it goes the following line in Matlab command prompt but nothing comes up and it stays like that and I can't perform any other task or write in the window. Does that mean its compiling and taking too long. Or is it something else. How can I make it work? I visited a couple discussion similar to the problems I'm having but none was helpful for my case. And tried using mex but that would require me to require me to rewrite the whole program because of the steps and also problems with it crashing. So running the .exe file is what I want. Please help.....
  2 Comments
Mini Me
Mini Me on 24 Jan 2013
Edited: Walter Roberson on 24 Jan 2013
@Jan, I apologize. I guess I was too frustrated. But I meant to say in looking for a more accurate answer. My mistake

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 24 Jan 2013
Given the restrictions you have placed, you need to contact technical support.

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!