Opened 17 years ago

Closed 17 years ago

#120 closed Defect (fixed)

Curl, zlib etc have MSVCR71.dll dependency

Reported by: Didactylos Owned by: romw
Priority: Blocker Milestone: 5.10
Component: Client - Build Version:
Keywords: Cc:

Description

MSVCR71.dll has been removed from the 5.9.4 installer, but the redistributable dlls still depend on it. This bug will only show up if the dll isn't installed already.

Symptom: BOINC client won't start.

Change History (2)

comment:1 Changed 17 years ago by romw

Status: newassigned

comment:2 Changed 17 years ago by romw

Resolution: fixed
Status: assignedclosed

(In [12453]) Rom 23 Apr 2007

  • fixes #120 - Rebuild all 32-bit Windows dependencies using

VS 2005 so tht they all depend on the new CRT runtime. Make sure all dependencies include an application manifest.

  • WIN: Rebuild libcurl for x64 and include an application

manifest so that it can find MSVCR80 when executing.

curl/

<multiple files>

openssl/

<multiple files>

zlib/

<multiple files>

Note: See TracTickets for help on using tickets.