asio and vc8.0 Link Error

26 Jan
2006
26 Jan
'06
3:06 a.m.
Asio when compiled in a mixed assembly with VS 8 produces a link error (LNK2022) because of an undefined struct in error.hpp. changing line 288 error.hpp to this: struct unspecified_bool_type_t{ }; fixes the problem. Cheers

5 Feb
5 Feb
8:32 p.m.
Hi Ian, --- Ian Baxter <ibaxter@gmail.com> wrote:
Asio when compiled in a mixed assembly with VS 8 produces a link error (LNK2022) because of an undefined struct in error.hpp.
changing line 288 error.hpp to this: struct unspecified_bool_type_t{ };
fixes the problem.
Thanks for that, I've just checked in the fix. Cheers, Chris
7065
Age (days ago)
7075
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christopher Kohlhoff
-
Ian Baxter