Why does my stand-alone application fail to find MEX-files from 'private' folders in the MATLAB toolboxes when deployed?

1 view (last 30 days)
I receive the error:
MEX file not found on PATH
when using either the Image Processing Toolbox, MATLAB Excel Builder, or MATLAB COM Builder.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The current fix to this problem is to recreate the MATLAB path on the deployment computer.
For example, consider the DLL:
C:\matlab6p5\toolbox\images\images\private\imhistc.dll.
On the deployment computer, you will need to create the entire tree:
c:\matlab6p5\toolbox\images\images\private\imhistc.dll.

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!