Clear Filters
Clear Filters

Compiling standalone does not work with linprog (optimization toolbox)

4 views (last 30 days)
Hello,
I've developed some code (Matlab R2018b) that uses linprog from optimization toolbox that works properly in MATLAB, but if I try to generate standalone application, the .exe file generates the following error (i used two compilers with the same result):
Error using linprog (line 346)
LINPROG has stopped because it encountered an internal error. We are sorry for t
he inconvenience.
Please contact technical support for assistance with your problem, quoting the c
ode "-1000@-1000".
Any idea about how to address this issue?
Thanks in advance
Best Regards
  2 Comments
Derya
Derya on 22 Jan 2019
Hello Francisco,
I wonder whether you have an issue with paths or missing libraries. The specific error code you mention may indicate that a library call is failing.
If you could please share a small reproduction example including the steps you followed to generate the executable.
Kind Regards,
Derya
Francisco Rodero
Francisco Rodero on 23 Jan 2019
Hello again,
I finally discovered what's the problem. McAfee antivirus blocks the execution of files in Temp folder. I just added a rule to allow that for my .exe file and it works.
Thank you anyway.
Regards!

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!