mclIsMCRInitialized crashes if mclInitializeApplication not yet called
Mostrar comentarios más antiguos
mclIsMCRInitialized crashes if mclInitializeApplication has not been called. It returns 1, as expected, if mclInitializeApplication has been called.
I know mclInitializeApplication is supposed to be the first function called to initialize the MCR, but surely mclIsMCRInitialized should behave sanely (and return 0) rather than crash. What am I missing?
Respuestas (4)
Titus Edelhofer
el 4 de Jul. de 2011
1 voto
Hi Guy,
from my personal view I guess you are missing nothing. I will ask our development to look into this ...
Titus
1 comentario
Guy
el 4 de Jul. de 2011
Guy
el 20 de Oct. de 2011
0 votos
Benjamin Guinot
el 17 de Feb. de 2012
0 votos
Hi,
I have the same problem (32-bit Windows). Have you made any progress on this problem?
Thank you
Ben
1 comentario
Guy
el 17 de Feb. de 2012
Friedrich
el 17 de Feb. de 2012
Hi,
the problem here is that the proxy library has not been initialized. To initialize these libraries call:
mclmcrInitialize()
first. This will NOT start the MCR, it simply initializes the libs so the call to mclIsMCRInitialized doesnt crash anymore. As far as I know this command is save. You can call it as often as you want and it doesnt need the MCR running.
(This command isnt documented but used in the matrixdriver example)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!