26 Feb
2011
26 Feb
'11
9:57 p.m.
On 2/25/2011 3:18 PM, Alan Vella wrote:
Hi all,
I'm trying to port a C++ project from gcc (on MinGW) to Visual Studio 2010 inside a Visual C++ Windows Forms application. The code was originally written on a Windows XP 32-bit machine. Now it is being ported into a Windows 7 32-bit machine. This project uses quite a few boost libraries, including the boost::asio library. When I try to compile the code in VS2010 I get the following errors:
If it's an option, you might try VS2008. I've had boost related compile failures on VS2010 with code that compiles and runs fine on VS2008.