Hi Adam,
> When I run my GUI I get the following warning:
> "Calling MEX-file 'C:\Program Files\IADS\MatlabExtension\iadsread.dll'.
> MEX-files with .dll extensions will not execute in a future version of
> MATLAB."
Ya Adam. That's nothing to do with your program or even the dll contents.
It's actually that Matlab is again breaking the existing mex interface.
From what I understand, all we need to do to "fix" this issue is to rename
the iadsread.dll to iadsread.mex32. Give it a shot and see it the warning
goes away.
Since a number of people are using 64Bit Matlab, we'll probably have to
produce a 64 bit version soon. In the end it will be iadsread.dll (older
versions), iadsread.mex32, and iadsread.mex64
Jim