Closed GoogleCodeExporter closed 9 years ago
Check your compiler configuration. You should use same runtime library in your
code-
base and gtest codes.
(May be you are using Mutltithreaded Debug DLL(/MDd) in your codes and
Multithreaded
Debug(/MTd) in gtest-code.
Original comment by rei...@gmail.com
on 6 Mar 2009 at 6:33
I thought I had the RTLs in agreement, but they weren't...once the descriptions
get
to a certain length it's easy to glance and think they're the same when they
aren't.
Anyway, my tests build successfully against gtest 1.2.1 now...thanks.
Original comment by paulshar...@gmail.com
on 6 Mar 2009 at 3:28
Original comment by zhanyong...@gmail.com
on 6 Mar 2009 at 9:22
Original issue reported on code.google.com by
paulshar...@gmail.com
on 5 Mar 2009 at 8:22Attachments: