Discussion:
mclmcrrtxx.lib
(too old to reply)
Nyan Myo Naing
2010-12-29 02:48:04 UTC
Permalink
Dear ALL,
In mclmcrrxx.lib, xx represents the version.
My Matlab is version 4.9(R2008b).
Where can I check the xx version?
Thanks
Walter Roberson
2010-12-29 03:23:05 UTC
Permalink
Post by Nyan Myo Naing
In mclmcrrxx.lib, xx represents the version.
My Matlab is version 4.9(R2008b).
Where can I check the xx version?
http://www.mathworks.com/support/solutions/en/data/1-1IW46N/

happens to mention that R2008b is 79

By the way: it is your compiler version that is 4.9; your Matlab version
is 7.7


Putting together some information, especially
http://www.mathworks.com/support/solutions/en/data/1-4GSNCF/
http://www.mathworks.com/support/solutions/en/data/1-1IW46N/

R14 - Matlab 7.0 - MCR 7.0 - compiler 4.0 - mclmcrrt70.dll
R14SP1 - Matlab 7.0.1 - MCR 7.1 - compiler 4.1 - mclmcrrt71.dll
R14SP2 - Matlab 7.0.4 - MCR 7.2 - compiler 4.2 - mclmcrrt72.dll
R14SP3 - Matlab 7.1 - MCR 7.3 - compiler 4.3 - mclmcrrt73.dll
R2006a - Matlab 7.2 - MCR 7.4 - compiler 4.4 - mclmcrrt74.dll
R2006b - Matlab 7.3 - MCR 7.5 - compiler 4.5 - mclmcrrt75.dll
R2007a - Matlab 7.4 - MCR 7.6 - compiler 4.6 - mclmcrrt76.dll
R2007b - Matlab 7.5 - MCR 7.7 - compiler 4.7 - mclmcrrt77.dll
R2008a - Matlab 7.6 - MCR 7.8 - compiler 4.8 - mclmcrrt78.dll
R2008b - Matlab 7.7 - MCR 7.9 - compiler 4.9 - mclmcrrt79.dll
R2009a - Matlab 7.8 - MCR 7.10 - compiler 4.10 - mclmcrrt710.dll
R2009b - Matlab 7.9 - MCR 7.11 - compiler 4.11 - mclmcrrt711.dll
R2009bSP1 - Matlab 7.9.1 - MCR 7.12 - compiler 4.12 - mclmcrrt712.dll
R2010a - Matlab 7.10 - MCR 7.13 - compiler 4.13 - mclmcrrt713.dll
R2010b - Matlab 7.11 - MCR 7.14 - compiler 4.14 - mclmcrrt714.dll
Nyan Myo Naing
2010-12-29 04:12:06 UTC
Permalink
Dear Walter,
Thanks for the response.
I can find mclmcrrt79.dll.
I found mclmcrrt.lib.
But not mclmcrrt79.lib.
I have to use .lib or .dll?
I have included the lib path in visual studio project .
Now the error is that

fatal error C1083: Cannot open include file: 'mclmcrrt.h':

Thanks
Post by Walter Roberson
Post by Nyan Myo Naing
In mclmcrrxx.lib, xx represents the version.
My Matlab is version 4.9(R2008b).
Where can I check the xx version?
http://www.mathworks.com/support/solutions/en/data/1-1IW46N/
happens to mention that R2008b is 79
By the way: it is your compiler version that is 4.9; your Matlab version
is 7.7
Putting together some information, especially
http://www.mathworks.com/support/solutions/en/data/1-4GSNCF/
http://www.mathworks.com/support/solutions/en/data/1-1IW46N/
R14 - Matlab 7.0 - MCR 7.0 - compiler 4.0 - mclmcrrt70.dll
R14SP1 - Matlab 7.0.1 - MCR 7.1 - compiler 4.1 - mclmcrrt71.dll
R14SP2 - Matlab 7.0.4 - MCR 7.2 - compiler 4.2 - mclmcrrt72.dll
R14SP3 - Matlab 7.1 - MCR 7.3 - compiler 4.3 - mclmcrrt73.dll
R2006a - Matlab 7.2 - MCR 7.4 - compiler 4.4 - mclmcrrt74.dll
R2006b - Matlab 7.3 - MCR 7.5 - compiler 4.5 - mclmcrrt75.dll
R2007a - Matlab 7.4 - MCR 7.6 - compiler 4.6 - mclmcrrt76.dll
R2007b - Matlab 7.5 - MCR 7.7 - compiler 4.7 - mclmcrrt77.dll
R2008a - Matlab 7.6 - MCR 7.8 - compiler 4.8 - mclmcrrt78.dll
R2008b - Matlab 7.7 - MCR 7.9 - compiler 4.9 - mclmcrrt79.dll
R2009a - Matlab 7.8 - MCR 7.10 - compiler 4.10 - mclmcrrt710.dll
R2009b - Matlab 7.9 - MCR 7.11 - compiler 4.11 - mclmcrrt711.dll
R2009bSP1 - Matlab 7.9.1 - MCR 7.12 - compiler 4.12 - mclmcrrt712.dll
R2010a - Matlab 7.10 - MCR 7.13 - compiler 4.13 - mclmcrrt713.dll
R2010b - Matlab 7.11 - MCR 7.14 - compiler 4.14 - mclmcrrt714.dll
Walter Roberson
2010-12-29 04:59:46 UTC
Permalink
Post by Nyan Myo Naing
Dear Walter,
Thanks for the response.
I can find mclmcrrt79.dll.
I found mclmcrrt.lib.
But not mclmcrrt79.lib.
I have to use .lib or .dll?
The documentation is clear that mclmcrrt79.dll would be required at
runtime to execute programs built with the Matlab Compiler.

I do not know anything about the .lib file other than to say that I did
find one report about it not being present.
Post by Nyan Myo Naing
I have included the lib path in visual studio project .
Now the error is that
I see that a number of people have asked about this, and I don't see
many answers. What I do find is:

http://www.mathworks.com/support/solutions/en/data/1-5VS830/

http://groups.google.com/group/comp.soft-sys.matlab/browse_thread/thread/a97b6aecc5087a1a
Loading...