2 versions of MCR installed, which one gets initialized by calling mclInitializeApplication
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sathya Mabbu
el 5 de Abr. de 2019
Comentada: Sathya Mabbu
el 25 de Abr. de 2019
I have two versions of MCR installed on my machine, 2015b and 2018b. I need both versions since two dlls (for different features) were made from each of the compilers.
- When I call mclInitializeApplication() function from my application which version of MCR gets initialized?
- Is there a way to initialze both (2015b and 2018b)?
- If not then will both the dlls work only if one verson of MCR is initailzed?
0 comentarios
Respuesta aceptada
Jasmine Dai
el 17 de Abr. de 2019
Hi, Sathya,
Unfortunately there is no way to initialize both MCR. And it will not work if only one version of MCR is initialized. Namely dll file does not work with a mismatched version of MCR.
As the version of MCR that gets initialized depends on the link path when compiling the application, what you can do is:
1. Recompile the two dlls so that they are from the same version of MCR.
Or
2. Generate two applications with each dll, although this might not be what you want to achieve.
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!