Re: [ mshtml missing function ]

2010-02-06 Thread lementec fabien
2010/2/6 lementec fabien : > hi, > > thanks for the patch but it doesnot make > solidwork works actually, even if it solves > the previous issue. The error is now: > fixme:mshtml:HTMLBodyElement_put_leftMargin > > I will file a bug, > > Regards, > > Fabien. > > 2010/2/6 Jacek Caban : >> On 2/6/10 1

Re: [ mshtml missing function ]

2010-02-06 Thread Jacek Caban
On 2/6/10 10:11 PM, lementec fabien wrote: Hi, I have mostly managed to make solidworks2010 work under the latest version of wine. The following function has a missing feature when called with the variant set to 3: dlls/mshtml.c::HTMLStyle_put_width You may try the attached patch (compile

Re: [ mshtml missing function ]

2010-02-06 Thread Nikolay Sivov
On 2/7/2010 00:11, lementec fabien wrote: Hi, I have mostly managed to make solidworks2010 work under the latest version of wine. The following function has a missing feature when called with the variant set to 3: dlls/mshtml.c::HTMLStyle_put_width You mean integer typed variant? I dont k

[ mshtml missing function ]

2010-02-06 Thread lementec fabien
Hi, I have mostly managed to make solidworks2010 work under the latest version of wine. The following function has a missing feature when called with the variant set to 3: dlls/mshtml.c::HTMLStyle_put_width I dont know anything related to mshtml, so it would be great if anyone is interested in im