Is there a 64-bit version of MCLMCRRT.LIB?

Is there a 64-bit version of MCLMCRRT.LIB? (or an equivalent file containing definition for "mxCreateDoubleScalar" function?)
A library file & .dll has been created using MatLab so that I could use it in my 64-bit C application. The input parameters to the MatLab function are of type "mxArray". I'd like to use the mxCreateDoubleScalar function to convert the input parameter to match the data type used in the Matlab function ( "mxArray"). The "mxCreateDoubleScalar" is defined in the 32-bit MCLMCRRT.LIB file, but I cannot find a 64-bit version of this file.

 Respuesta aceptada

Ken Atwell
Ken Atwell el 29 de Nov. de 2012

0 votos

You need to have the 64-bit version of MATLAB installed; the 32-bit version does not include 64-bit libraries.
It should be at MATLABROOT\extern\lib\win64\microsoft

1 comentario

Vincent
Vincent el 29 de Nov. de 2012
Thank you, I found the 64-bit version of the file. My compiler issues are resolved.

Iniciar sesión para comentar.

Más respuestas (1)

Sergiy Machek
Sergiy Machek el 21 de Mayo de 2014

0 votos

is threre any storage i can dowload this .lib (32 bit) from?
i could not find it anywhere

Categorías

Productos

Preguntada:

el 29 de Nov. de 2012

Respondida:

el 21 de Mayo de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by