Post them here (or describe them here if they are large) for discussion. If
no one has any arguments against them, I'll integrate them for you.

----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]



"Eric Ulevik" <[EMAIL PROTECTED]> on 01/20/2000 12:05:48 AM

Please respond to [EMAIL PROTECTED]

To:   <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
cc:
Subject:  Re: Xerces-C-src_1_0_1 win32 build error



From: Abhijit Savarkar <[EMAIL PROTECTED]>
> When I try to build the same on my Win NT4.0 VC6.0 it gives following
error
>
> xerces-c-src_1_0_1\src\util\platforms\win32\win32platformutils.cpp(630) :
> error C2664: 'InterlockedCompareExchange' : cannot convert parameter 1
from
> 'void ** ' to 'long *'

I fixed this by changing the code to:

return (void*)::InterlockedCompareExchange((long*)toFill,
 (long)newValue, (long)toCompare);

I've also made a number of other improvments. What should I do to get them
included?

Thanks,

Eric Ulevik




Reply via email to