[Wine] Re: Using VC8/VS2005 command line compiler on wine

Duane Clark dclark at akamail.com
Fri Mar 2 14:32:27 CST 2007


Stefan Buschmann wrote:
> Duane Clark wrote:
>> Stefan Buschmann wrote:
>>> LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck
>>> installation of this product
>> The message seems to be saying that you have another version of
>> MSBPD80.DLL hanging around somewhere. Have you tried to find if there
>> is one (check for different name text case)? If there is, then perhaps
>> Wine in searching in the wrong order?
>>
> No, I'm sure that there is only the one file which I have copied with
> the whole VC8 directory from windows. I've also completely seperated the
> VC7 and VC8 cross-compilation frameworks in different wine-environments,
> so there can't be any interference either. It could be a manifest thing
> or something like that, but the DLL is the right one - either it can't
> be found (but everything is in the path), or it can't be loaded for some
> reason

Ah, perhaps the DLL needs to be registered, and the message is just 
bogus? Did you try running:
regsvr32 MSBPD80.DLL

Did you try installing VC8 in Wine, rather than copying over the 
installation? If that works, it should insure that everything is 
installed and registered correctly.




More information about the wine-users mailing list