El Lunes 08 Jun 2009 21:27:53 Kunsheng Chen escribió: > Thanks, Nicolas. > > I am still confused about the following things: > > 1. Does client have to install .NET if I compiled my BOINC app through > Visual Studio 2005 / 2008 ?
No, they don't need .NET, unless your app is actually written with the .NET framework (for example in C# or C++/CLI). > 2. I am not sure how other Windows-compatible BOINC App works. Do they > actually require .NET ? I don't know of any project using .NET. > What I am trying to do is a stand-alone app in Windows , so cygwin is not > working (require cygwin.dll), For MinGW, I have PCRE and libcurl in my app, > which is hard to compile there. Visual C++ is what looks best to me > currently. So I am really confused what I should do next. Cygwin *would* work, but you have to send cygwin1.dll to clients, and your app has to be GPL-licensed. _______________________________________________ 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.
