Compiling old f90 file with matlab r2010a
Afficher commentaires plus anciens
While trying to compile file an errors occours:
Creating library C:\USERS\BUBA\APPDATA\LOCAL\TEMP\MEX_AC~1\templib.x and object C:\USERS\BUBA\APPDATA\LOCAL\TEMP\MEX_AC~1\templib.exp
refpropm.obj : error LNK2019: unresolved external symbol MXISSTRING referenced in function MEXFUNCTION
refpropm.obj : error LNK2019: unresolved external symbol MXCREATESCALARDOUBLE referenced in function MEXFUNCTION
refpropm.mexw64 : fatal error LNK1120: 2 unresolved externals *
I know that it is because of using two old functions and I should replace them. The problem is I don't know how to do that.
Réponses (2)
Kaustubha Govind
le 14 Juin 2013
0 votes
According to the Release Notes for R2006a, mxIsString is replaced by mxIsChar and mxCreateScalarDouble by mxCreateDoubleScalar.
Pawel
le 14 Juin 2013
0 votes
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!