>>If you have a string like "Nodes", then the BSTR DWORD value should be
>>5*sizeof(WCHAR) == 5*2 == 10, *NOT* 5.
>>
>>In other words, we don't have an even/odd division problem, but rather a
>>problem with the string length, since it should have been twice as much.
>>
>>Please try to find out whi
>> >that got truncated. So I would change it to:
>> >
>> >return (int)((*bufferPointer+1)/sizeof(WCHAR));
>> >
>> >Can anybody comment on this? Is this the right fix?
>>
>> Actually MSDN says about SysStringLen:
>>
>> Return Value: The number of characters in bstr
>> Comments: For a BSTR all
Hi,
On Tue, Dec 16, 2003 at 04:10:36PM +0100, Fabian Cenedese wrote:
>
> >I think I found an error in SysStringLen. Why? Because my application
> >started to work a lot better. Why not? I don't know if this is the right fix
> >or other stuff is involved (as with the GetWindowLong).
> >
> > *
>I think I found an error in SysStringLen. Why? Because my application
>started to work a lot better. Why not? I don't know if this is the right fix
>or other stuff is involved (as with the GetWindowLong).
>
> * The length of the string (in bytes) is contained in a DWORD placed
> * just be
>>I have posted this problem already long time ago but I never found the
>>time to test it again.
>>
>>http://www.winehq.org/hypermail/wine-devel/2002/11/1530.html
>>
>>But now I tried with the actual wine from cvs (2003-12-03) and it's still
>>there. The problem is that if I try to create a table
>I have posted this problem already long time ago but I never found the
>time to test it again.
>
>http://www.winehq.org/hypermail/wine-devel/2002/11/1530.html
>
>But now I tried with the actual wine from cvs (2003-12-03) and it's still
>there. The problem is that if I try to create a table in a A
>> But now I tried with the actual wine from cvs (2003-12-03) and it's still
>> there. The problem is that if I try to create a table in a Access database
>> the last char of the name gets lost. I now have a small program which
>> shows this error, maybe someone can use it for finding this bug.
>>
Hi,
On Wed, Dec 03, 2003 at 05:25:57PM +0100, Fabian Cenedese wrote:
> Hi
>
> I have posted this problem already long time ago but I never found the
> time to test it again.
>
> http://www.winehq.org/hypermail/wine-devel/2002/11/1530.html
>
> But now I tried with the actual wine from cvs (2003-
Hi
I have posted this problem already long time ago but I never found the
time to test it again.
http://www.winehq.org/hypermail/wine-devel/2002/11/1530.html
But now I tried with the actual wine from cvs (2003-12-03) and it's still
there. The problem is that if I try to create a table in a Acces