c# - Matlab builder NE / MCR on Windows 8 -
i have compiled matlab functions using matlab r2012a .net dll files. , working should. using wpf/c# .net 4.5 on windows 7 64bit , program works ok.
however transferring , testing our program on windows 8 pro. have problem in runtime - using of course mcr r2012a in order run .dll files. can't load classes or functions in win8 , our program crashes.
have came across problem? if compile functions using matlab r2013a?
the solution matlab problem windows 8 add
[assembly: mathworks.matlab.net.utility.mwmcroption("-nojit")]
in assembly file.
i not know why works. nojit- means no in time compiler creates binary file.
however when have added this. worked on windows 8 x64 well. same mcr
Comments
Post a Comment