23 Mar
2007
23 Mar
'07
1:54 a.m.
Sohail Somani
Hi,
Is asio is a header-only library? If so, what are the requirements for compilation? If you are using Visual C++ with /Za (language extensions disabled), that will cause problems if you include windows.h.
At the moment asio itself is header only and does include windows headers, so /Za won't work. It's something I'm looking to fix in the longer term. Cheers, Chris