On Fri, Jun 22, 2012 at 5:27 PM, John Emmas wrote:
> On 22 Jun 2012, at 20:17, Bruno Jesus wrote:
>>> ...
>>> BACKTRACE FOLLOWS:-
>>> Unhandled exception: unimplemented function
>>> msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b83aed2).
>>
>> This problem is already reported
On 22 Jun 2012, at 20:17, Bruno Jesus wrote:
> On Fri, Jun 22, 2012 at 3:38 PM, John Emmas wrote:
>> ...
>> BACKTRACE FOLLOWS:-
>> Unhandled exception: unimplemented function
>> msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b83aed2).
>
> This problem is already reported in
On Fri, Jun 22, 2012 at 3:38 PM, John Emmas wrote:
> If anyone thinks of any useful information I'll add it to the bug report.
> ...
> BACKTRACE FOLLOWS:-
> Unhandled exception: unimplemented function
> msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b83aed2).
This problem is
On 15 Jun 2012, at 10:41, Michael Stefaniuc wrote:
>
> On 06/15/2012 06:22 AM, John Emmas wrote:
>>
>> Recently however, two customers tried to use it with Wine v1.5.35. In
>> both cases the program crashed - apparently because some particular
>> function wasn't found in MSVCP60.dll (at the mom
> > Is there any reason that you call DeleteFile() on a still being opened file?
>
> That's the whole point of this test. The observed behavior is that you can
> pass a
> filename to MsiRecordSetStream, successfully delete the file, and keep on
> using the
> stream.
I think DeleteFile on a opene
Vincent Povirk wrote:
> According to MSDN, GetPreview isn't supported on any decoder except
> WMPhoto, and if that's true it should probably be returning
> WINCODEC_ERR_UNSUPPORTEDOPERATION.
>
> And why bother with GetThumbnail if you're not going to do it
> properly? At least check whether a th
According to MSDN, GetPreview isn't supported on any decoder except
WMPhoto, and if that's true it should probably be returning
WINCODEC_ERR_UNSUPPORTEDOPERATION.
And why bother with GetThumbnail if you're not going to do it
properly? At least check whether a thumbnail exists in the image
before r
Nozomi Kodama writes:
> +static void test_D3DXSHDot(void)
> +{
> +unsigned int i;
> +FLOAT a[64], b[64], got;
> +CONST FLOAT expected[] =
> +{ 0.0f, 0.0f, 17.0f, 222.0f, 1300.0f, 5050.0f, 15225.0f, 38612.0f,
> 86352.0f, };
> +
> +for (i = 0; i < 64; i++)
> +{
> +a
Nozomi Kodama writes:
> @@ -1971,11 +1971,13 @@ FLOAT *WINAPI D3DXFloat16To32Array(FLOAT *pout, CONST
> D3DXFLOAT16 *pin, UINT n)
>
> FLOAT* WINAPI D3DXSHAdd(FLOAT *out, UINT order, const FLOAT *a, const FLOAT
> *b)
> {
> -UINT i;
> +UINT i, sq_order;
>
> TRACE("out %p, order
On 2012-06-21 23:47, David Laight wrote:
> On Thu, Jun 21, 2012 at 12:56:43PM +0200, Thomas Faber wrote:
>> On 2012-06-21 12:34, Dmitry Timoshkov wrote:
>>> Thomas Faber wrote:
FIELD_OFFSET isn't constant "enough".
>>>
>>> The problem is not with FIELD_OFFSET, but with applying shift and mas
10 matches
Mail list logo