error while executing computer vision toolbox.

2 次查看(过去 30 天)
can any one hlp me I am getting an error which call matlab function from .net
Unable to load C:\CamFP\CamFP_Barcode_mcr\toolbox\vision\visionutilities\visionmex\mvipesttform.mexw32 [error: The specified procedure could not be found. ]
although mvipesttform.mexw32 is present at this location.
  1 个评论
Dipak
Dipak 2012-5-18
Kaustubha thanks for replay but m new in matlab and i dont know how to debug through Dependency walker.

请先登录,再进行评论。

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2012-5-18
Errors like "The specified procedure could not be found." usually indicate that the MEX-file (which is essentially a DLL) depends on other DLLs that cannot be found. Try opening that MEX-file using Dependency Walker to figure out which DLLs are missing on your deployment machine.
  2 个评论
Dipak
Dipak 2012-5-18
Kaustubha thanks for replay but m new in matlab and i dont know how to debug through Dependency walker.
Kaustubha Govind
Kaustubha Govind 2012-5-18
Dependency Walker is a third-party tool that will help you debug dependency issues, it has nothing to do with MATLAB. You simply need to install the tool from their website and open the MEX-file using it.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by