Le vendredi 11 décembre 2009 à 09:47 +0000, G. Perendia a écrit :
I guess, an all Matlab (quick-fix) solution can be made with a test for the presence of <modname>_dynamic.[mexext] file instead for the options_.use_dll option, though, the latter is quicker and more elegant solution.
PS: If the mex file presence test is acceptable (at least as a quick fix) I can take on this one on the Matlab dr.m side if you would like me to (but I would prefer if you are making changes to the preprocessor if that is required).
I don't like the idea of testing the MEX. And adding options_.use_dll in the preprocessor is quite easy, so I will do that.
Thanks for your proposal