Howdy,

I am trying to use the newmat10 c++ matrix library in Qt but I keep getting the following error in qt creator:
:: warning: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
I downloaded newmat from here: http://cs.nyu.edu/~sorkine/courses/cg/cg2006/ex1.html and compiled it using VS2010.

Does anybody have any suggestions?