Why do I receive linking error when I try to create a C++ stand-alone external application in the Microsoft Visual C/C++ IDE?
Show older comments
Why do I receive linking error when I try to create a C++ stand-alone external application in the Microsoft Visual C/C++ IDE 5.0 or 6.0 with the MATLAB C++ Math Library?
Here are the errors I am receiving:
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs;
use /NODEFAULTLIB:library
.\ex1.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
Accepted Answer
More Answers (0)
Categories
Find more on Build MATLAB Interface to C/C++ Library in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!