Error while using MATLAB engine and C++
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am using the MATLAB engine in my C++ code and creating an executable with the C++ code. However when I run the executable I am getting this error every once in a while:
A primary message table for module 77 was already registered with a different collection of error messages.Severe: The program 'C:\restOfExecutablePath: Native' has exited with code 1 (0x1).
Does anyone know why this might be happening?
Thanks!
0 Commenti
Risposta accettata
Madhura Suresh
il 26 Ago 2013
This error occurs because you use engopen() and engclose() multiple times.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Call MATLAB from C in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!