El Lunes 08 Jun 2009 21:03:08 Kunsheng Chen escribió: > I just checked some guidance online, seems they require Visual Studio 2008/ > 2005 or 2003. What I am concerned about is the compiled application with > Visual Studio, does it require .NET Framework installed in client side ?
No. In fact, you would have to heavily change your application if you wanted it to use the .NET framework; think about it as a different language. Most BOINC projects use Visual Studio 2005/2008. > I know Visual C++ 6.0 doesn't require .NET, and I have it, so is it > possible to compile it in Visual C++ 6.0 ? Visual C++ 6.0 is eleven years old. I don't think BOINC API would work at all on it. As said in ##c++ IRC channel: "Most so-called C++ compilers aren't fully standard conforming, but MSVC 6 is so old and broken that it really doesn't deserve to be called a C++ compiler." _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
