Kees de Kapper
unread,Jun 26, 2014, 9:37:08 AM6/26/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all,
I'm using Matlab 2014a in 64 bit mode. Since I have to update some code from 32 bit to 64 bit, I have update some dll and header files as well.
Now I'm trying to use the new 64 bit ones using loadlibrary but Ive got a persistent error:
=====
Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 497)
compilerConfiguration=compilerConfiguration(1); %unix machines return c and cpp compilers here
Error in loadlibrary (line 253)
[thunk_build_fn,preprocess_command]=getLoadlibraryCompilerConfiguration(ccinclude,header,headername,compilerConfiguration);
=====
I've found out that this error also occurs when trying to load a 32 bit library into a 64 bit environment. However, I'm pretty sure that this is not the problem in my case.
What else could it be? Does any one have a suggestion?
Many thanks in advance.
Kind regards,
Kees