Re: MSVCP80 implementation

2008-12-23 Thread Paul Chitescu
On Tuesday 23 December 2008 16:22:52 Steven Edwards wrote: > On Mon, Dec 22, 2008 at 10:31 PM, Dmitry Timoshkov > > wrote: > > MSVCP80 is not a part of win32 API, that's a redistributable run-time > > library supposed to be provided by an application. > > Does the EULA allow for it to be packaged

Re: MSVCP80 implementation

2008-12-23 Thread Steven Edwards
On Mon, Dec 22, 2008 at 10:31 PM, Dmitry Timoshkov wrote: > MSVCP80 is not a part of win32 API, that's a redistributable run-time > library supposed to be provided by an application. Does the EULA allow for it to be packaged for use on non-windows systems? If not then thats not an option for Wine

Re: MSVCP80 implementation

2008-12-22 Thread James Mckenzie
>"James McKenzie" wrote: > I'm attempting to get software to run which requires some functions in MSVCP80 to be implemented. >>> You need to install msvc2005 redistributable runtime. The simplest way is >>> using winetricks: http://wiki.winehq.org/winetricks >>> >>> Implement

Re: MSVCP80 implementation

2008-12-22 Thread Dmitry Timoshkov
"James McKenzie" wrote: >>> I'm attempting to get software to run which requires some functions in >>> MSVCP80 to be implemented. >>> >> You need to install msvc2005 redistributable runtime. The simplest way is >> using winetricks: http://wiki.winehq.org/winetricks >> >> Implementing all t

Re: MSVCP80 implementation

2008-12-22 Thread James McKenzie
Vitaliy Margolen wrote: > lo...@museresearch.com wrote: > >> Hi all, >> I'm attempting to get software to run which requires some functions in >> MSVCP80 to be implemented. >> > You need to install msvc2005 redistributable runtime. The simplest way is > using winetricks: http://wiki.wineh

Re: MSVCP80 implementation

2008-12-22 Thread Vitaliy Margolen
lo...@museresearch.com wrote: > Hi all, > I'm attempting to get software to run which requires some functions in > MSVCP80 to be implemented. You need to install msvc2005 redistributable runtime. The simplest way is using winetricks: http://wiki.winehq.org/winetricks Implementing all that is a h

MSVCP80 implementation

2008-12-22 Thread louis
Hi all, I'm attempting to get software to run which requires some functions in MSVCP80 to be implemented. Using the original DLLs is not an option for us. In particular, a couple of the allocator functions are being called (msvcp80.dll.??0?$basic_str...@du?$char_traits@d...@std@@v?$alloca...@d@