warning in using loadlibrary function

조회 수: 1 (최근 30일)
Mahnaz
Mahnaz 2012년 8월 12일
Hello
i'm trying to use loadlibrary function but it shows me a warning:
>> loadlibrary('test1.dll', 'testheader.h')
Warning: Warnings messages were produced while parsing. Check the functions you
intend to use for correctness. Warning text can be viewed using:
[notfound,warnings]=loadlibrary(...)
> In loadlibrary at 374
i use visual c++ 2008 and matlab R2008a 32 bit
Any suggestions on what is wrong?
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 8월 12일
No idea yet. But the warning tells you how to get more information about what the problems are.
Kaustubha Govind
Kaustubha Govind 2012년 8월 13일
As the message suggests you need to run the command as follows to see the warnings:
[notfound,warnings]=loadlibrary('test1.dll', 'testheader.h')

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by