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.

 채택된 답변

Ken Atwell
Ken Atwell 2012년 11월 29일

0 개 추천

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

Vincent
Vincent 2012년 11월 29일
Thank you, I found the 64-bit version of the file. My compiler issues are resolved.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sergiy Machek
Sergiy Machek 2014년 5월 21일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

질문:

2012년 11월 29일

답변:

2014년 5월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by