Open GoogleCodeExporter opened 8 years ago
I had this exact issue, and fixed it by changing the flag from /MT to /MD
during compilation of the library to match my calling program. Alternatively, I
supposed you could change your test program to /MT, but I haven't tried that.
Original comment by cicero...@gmail.com
on 14 Feb 2012 at 3:34
thanks. Changing from /MDd to /MTd got me linked successfully ;)
Original comment by johnny.m...@gmail.com
on 18 Feb 2012 at 10:56
Original issue reported on code.google.com by
johnny.m...@gmail.com
on 6 Feb 2012 at 3:26