MATLAB: Header and library directories using loadlibrary

libraryloadlibrarypathsearch path

Hi, Where have I to put header files and library file when i use 'loadlibrary' command? Have I to put them in MATLAB added path?

Best Answer

If it's not on the search path, you need to use the 'IncludePath' option of loadlibrary().