Re: MSVCP80 implementation

2008-12-23 Thread Steven Edwards
On Mon, Dec 22, 2008 at 10:31 PM, Dmitry Timoshkov dmi...@codeweavers.com 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

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 dmi...@codeweavers.com 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

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

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

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:

Re: MSVCP80 implementation

2008-12-22 Thread Dmitry Timoshkov
James McKenzie jjmckenzi...@earthlink.net 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

Re: MSVCP80 implementation

2008-12-22 Thread James Mckenzie
James McKenzie jjmckenzi...@earthlink.net 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