The problem is not him getting it though, but being able to send out that library for a science application.
Michael Tughan Michael's Programming [email protected] wrote: > If you need msvcrt90.dll then installing the Microsoft Visual C++ 2008 > Redistributable Package > (http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en) > should be enough. > > Patricio. > > > > > > Nicolás Alvarez > <nicolas.alva...@gm > ail.com> > To > Sent by: Jeremy Cowles > boinc_dev-boun...@s <[email protected]> > sl.berkeley.edu > cc > [email protected] > > Subject > 06/14/2009 05:21 PM Re: [boinc_dev] Command as main > program w/out files > > > > > > > > > > > El Sáb 13 Jun 2009 20:17:06 Jeremy Cowles escribió: > >> Windows and Mac seem pretty straight forward and easy to compile in >> advance, but would you have to compile on the client for Linux or would you >> just make assumptions about what libraries are present? >> > > At the moment I'm having bigger problems compiling it on Windows. The prebuilt > Python libraries require msvcrt90.dll, which may not be on all computers, and > either way it needs some manifest mess... > > So I have to rebuild Python with a static CRT, which seems better in the long > run than dynamically linking with an old-enough CRT. > > Just installing Visual C++ 2008 was a task by itself... > _______________________________________________ > 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. > > > The server made the following annotations > > --------------------------------------------------------------------------------- > > This message contains information that may be privileged or confidential and > is the property of Beckman Coulter, Inc. It is intended only for the person > to whom it is addressed. If you are not the intended recipient, you are not > authorized to read, print, retain, copy, disseminate, distribute or use this > message or any part thereof. If you receive this message in error, please > notify the sender immediately and delete all copies of this message. > > --------------------------------------------------------------------------------- > > _______________________________________________ > 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. > _______________________________________________ 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.
