Re: Problem with Access-mdb/DAO

2004-01-08 Thread Fabian Cenedese
>>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

Re: Problem with Access-mdb/DAO

2003-12-17 Thread Fabian Cenedese
>> >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

Re: Problem with Access-mdb/DAO

2003-12-16 Thread Andreas Mohr
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). > > > > *

Re: Problem with Access-mdb/DAO

2003-12-16 Thread Fabian Cenedese
>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

Re: Problem with Access-mdb/DAO

2003-12-16 Thread Fabian Cenedese
>>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

Re: Problem with Access-mdb/DAO

2003-12-08 Thread Fabian Cenedese
>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

Re: Problem with Access-mdb/DAO

2003-12-04 Thread Fabian Cenedese
>> 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. >>

Re: Problem with Access-mdb/DAO

2003-12-03 Thread Andreas Mohr
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-

Problem with Access-mdb/DAO

2003-12-03 Thread Fabian Cenedese
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