From: Frauke Gross on
Hello,

we try to get a standalone application for acquiring measurements on PCs without Matlab. For that we developed a GUI which gets Input by our acquiring hardware. The problem is that one of our hardware uses external interface to shared Libraries.
Starting and using the GUI works, but after compiling its not possible to start the standalone version.

The following message appears: ??? Error using ==> loadlibrary at 454
In function loadlibrary i just can find this entry: throw(diagnoseError(exception,stage,mode));

What does this error mean? Or are there any special topics to have in mind to realize this purpose?

Thanks a lot for your help and sorry for my terrible english!

Kind regard,
Frauke
From: Philip Borghesani on
You missed the actual error message but I will guess that the following is the problem.

Using loadlibrary from a compiled application requires the use of a prototype MATLAB file. See the "mfilename" option to loadlibray
and this information:
http://www.mathworks.com/support/solutions/en/data/1-1AJI4/index.html?product=CO

Phil

"Frauke Gross" <Frauke.Gross(a)lstm.uni-erlangen.de> wrote in message news:hvb758$ndm$1(a)fred.mathworks.com...
> Hello,
>
> we try to get a standalone application for acquiring measurements on PCs without Matlab. For that we developed a GUI which gets
> Input by our acquiring hardware. The problem is that one of our hardware uses external interface to shared Libraries.
> Starting and using the GUI works, but after compiling its not possible to start the standalone version.
> The following message appears: ??? Error using ==> loadlibrary at 454 In function loadlibrary i just can find this entry:
> throw(diagnoseError(exception,stage,mode));
>
> What does this error mean? Or are there any special topics to have in mind to realize this purpose?
>
> Thanks a lot for your help and sorry for my terrible english!
>
> Kind regard,
> Frauke
>