Hi,
I have problem running "Read MAT-File in C/C++" from Matlab examples.
https://www.mathworks.com/help/matla...file-in-c.html
When I compile it from matlab command window using mex, everythink is ok, mat file is created.
When I use the same msvc compiler parameters in command line, everything works fine.
When I create simple console application in VS2015 and setup the project to use mat-file api (includes, libs), everything works.
However, when I try to setup my QT application project to use mat-file api, it builds, but running the app gives me this error:Capture.PNG
Is there some problem with conversion from Unicode? I read some article that Qt is abandoning ICU converters.
https://wiki.qt.io/Qt-5-ICU
Can anyone please help?
Bookmarks